How to write an ant task that removes files from a previously compiled JAR?
Let\'s say the files in my JAR are:
aaa/bbb/ccc/Class1 aaa/bbb/ccc/Class2
Have you tried using the zipfileset task?
zipfileset
For example:
Removing superfluous files from Java archive.