-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-exportpath is not properly set in converter for external jars #49
Comments
You should have two import statements |
I tried that one too. Ant-javacard's |
First the colon notation is not supposed to work in the first place, just a single jar for jar option. I'm building applets with two dependencies and it works flawlessly. What is the content (and source) of those jar files? |
Check now. |
I have two jar files with
.exp
files (USIM.jar
anduicc.jar
) to build anUSIM
applet.This is the snippet of
my build.xml
It compiles OK. But
converter
fails unless I explicitly extract.exp
files from above jars and put them in a directory and defineimport
target with bothjar
andexps
attributes.The text was updated successfully, but these errors were encountered: