You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the 18.07.12 version of ant-javacard is having issues with importing external jar/exp files. The following configuration is unable to locate the .exp file.
cap {
...
dependencies {
local {
jar 'build/javacard/tlv.jar'
exps 'build/javacard/'
}
}
}
Similarly, if I make the equivalent tags in build.xml, ant-javacard-18.07.12 can't locate the exp. But if I update to 19.05.06 it all works great :)
The text was updated successfully, but these errors were encountered:
I found that the
18.07.12
version ofant-javacard
is having issues with importing external jar/exp files. The following configuration is unable to locate the.exp
file.Similarly, if I make the equivalent tags in
build.xml
,ant-javacard-18.07.12
can't locate the exp. But if I update to19.05.06
it all works great :)The text was updated successfully, but these errors were encountered: