Hi all,

I'd like to give to provide to my java task a list of file names. I don't
know how to do.
I tried:

       <java classname="my.company.my.class.MyClass">
          <classpath>
             <fileset dir="${lib.dir}">
                <include name="**/*.jar"/>
             </fileset>
          </classpath>
          <arg line="--myoption=value" />
          <fileset dir="${work.dir}/xml">
             <include name="**/*.xml"/>
          </fileset>
       </java>
... but it doesn't work.

The java command I want to get is :

java -cp my_classpath my.company.my.class.MyClass --myoption=value
file1.xml file2.xml file3.xml file4.xml

Any idea ?

Regards
--
A. ROY

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

Reply via email to