martinpaljak / ant-javacard

Easy to use Ant task for building JavaCard applets (2.1.1 to 3.2.0)
https://javacard.pro
MIT License
202 stars 53 forks source link

Export file saved to tmp folder #88

Closed koh-osug closed 1 year ago

koh-osug commented 1 year ago

I have defined export="${project.basedir}/bin/export for the cap task, but the export files are not generated there. I have already deleted the folder, but the problem persists under Ubuntu 22.04.

Take not of /tmp/jccpro15000839968602750102/com/example/foo/javacard/foo.exp

[INFO] [verify] Verification passed [INFO] [cap] CAP saved to /home/foobar/Projekte/foo/my-lib-dev/bin/my-lib.cap [INFO] [exp] EXP saved to /tmp/jccpro15000839968602750102/com/example/foo/javacard/foo.exp [INFO] [jar] Building jar: /home/foobar/Projekte/foo/my-lib-dev/bin/export/foo.jar [INFO] [jar] JAR saved to /home/foobar/Projekte/foo/my-lib-dev/bin/export/foo.jar [INFO] Executed tasks

martinpaljak commented 1 year ago

That's has been broken indeed, thanks!

martinpaljak commented 1 year ago

This should be fixed in https://github.com/martinpaljak/ant-javacard/releases/tag/v23.08.07