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
I have defined
export="${project.basedir}/bin/export
for thecap
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