On Nov 13, 2007 12:06 PM, Frederich, Eric P21322 <[EMAIL PROTECTED]> wrote: > Is it possible to include all of the contents of all jar files inside of > a directory like "lib" into a new jar?
Have you looked at <ear>? For the form of <zipfileset> which takes a dir and includes attributes? Using <zipfileset dir="lib" includes="*.jar" /> may work (not tested). --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
