[EMAIL PROTECTED] a écrit :
(...)
I would like to run the program from within an ant task so that I can make use of how ant can collect the classpath etc., but I would like to pass such
command line parameters on the program being called in the run task.
(...)
How do you run the program ? Don't you use the <java> task ?
It accepts nested <arg> parameters for what you are looking for.

http://ant.apache.org/manual/CoreTasks/java.html

MAT.

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

Reply via email to