Not exactly the same issue, but you may find these discussions useful:
http://marc.info/?l=ant-user&m=118407191401116&w=2
Diego
Juergen Weber escreveu:
Thanks for your solution, it helps a lot. Probably I'll have to cope
with having to invent an id for each new jar.
On 8/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
<path id="all">
<fileset id="fs1" ... />
<fileset id="fs2" ... />
...
</path>
<javac classpathref="all"/>
<jar>
<fileset refid="fs1"/>
<fileset refid="fs2"/>
...
</jar>
<manifestclasspath ...>
<classpath refid="all"/>
</manifestclasspath>
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]