On 24 February 2006 15:08, ar wrote:
>
> Thanks for your answer. It's true I'm missing a little the Goggle reflex.
>
> Here's the complete solution to my problem.
>
> <fileset id="xml.fileset" dir="${work.dir}">
> <include name="**/*.xml"/>
> </fileset>
> <pathconvert property="xmlfiles" pathsep=" " refid="xml.fileset" />
> <java classname="my.company.my.class.MyClass">
> <classpath>
> <fileset dir="${lib.dir}">
> <include name="**/*.jar"/>
> </fileset>
> </classpath>
> <arg line="--myoption=value" />
> <arg line="${xmlfiles}" />
> </java>
Did you try <apply parallel="true" ...>?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]