How do you use ant to unjar multiple JAR files and rebuild them into one JAR file?

Posted by shelt536 on Stack Overflow See other posts from Stack Overflow or by shelt536
Published on 2010-05-12T22:23:02Z Indexed on 2010/05/12 22:54 UTC
Read the original article Hit count: 196

Filed under:
|
|

I would like to unjar multiple JAR files and then rebuild into one JAR using an ant build script. Is this possible?

© Stack Overflow or respective owner

Related posts about jar

Related posts about unjar