Apache Ant: How To Include Multiple Jar Files In A Single Jar File
Apache Ant is an excellent and popular Java based build system. It has several built-in commands (tasks in Ant lingo) one of which allows you to create Jar file from your existing class file and resources. What if you wanted to include not just class files but selective contents of other jar files too and make a single big jar file?
Ant provides an undocumented way to include the contents of multiple jar files within a single jar file.
Full article (180 words) »

