You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Telang, Nandan" <te...@amazon.com> on 2005/10/29 01:41:50 UTC

Using path elements to use jars

Hi

I have a classpath generated as <path> <pathelement <some jar> ... </path>
I wish to create a zip file with all the jars mentioned in that path.

How do I iterate through the element / tell the zip task to include all the jars ?

Thanks,
-Nandan