Do these files at least have a common base directory, such as the structure of a Maven repository? If so, then just you can put all these files into a <path> and then use Ant Contrib's <pathtofileset>....

<ac:pathtofileset name="war.fileset" dir="${dependenciesdir}" pathrefid="war.path"/>


Jake

At 04:53 AM 10/23/2006, you wrote:
>I would like to define a group of jar files and then reference this
>group in the lib task. However, these jars are all in different
>directories and neither a filelist or fileset allow me to do this.
>Is there some way I can achieve this with ant?
>
>thanks
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to