Closed jkowalsk closed 1 year ago
Encountering some problems with my own project. I close this and eventually reopen once investigated
After investigation problems where due to errors in my library/applet code leading to installation failure. All is fine when reverting to a working version. Therefore I reopen this.
Any comment welcome.
Thanks for noticing!
Hi! If you could give a manual spin to the ant-javacard.jar produced by the 'next' branch, would be awesome! I did check that it does clean up library cap-s for me at least.
This should have been fixed by #86
Hi, sorry for not answering, was on holiday. Tested and strip seems effective on both packages and applets, thanks.
The strip option was not effective for library package (without applet defined).
Such cap file do not have "APPLET-INF/classes" directory. class files are instead stored in a package name dependent directory.
A basic test was added within tests-11.xml
This MR hopefully fixes it.