> -----Original Message-----
> From: T Master [mailto:[EMAIL PROTECTED]]

>         toExecute.setExecutable("java javancss.Main 
> -version");    // basic
> usage specified here.  source file not specified now.

Not correct.
It must be an executable file,
you are giving here executable + arguments.

Note: Consider using CommandlineJava instead of Commandline.
You can look into JUnit task or AbstractMetamataTask to see how to do this.

Stephane

Reply via email to