hi all,
I've been using ant for a few days to compile ant execute java classes
that takes quite a lot or file as arguments. The way I do this is :
<property name="arguments" value="foo1 foo2 foo3........">
....
<java classname="${myclass}" fork="true">
<arg line="${arguments}"/>
....
Works well but I was wondering if there was a way to replace my list of
filenames by something like *.* ?
Thanks
LM
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>