On Mon, 15 Mar 2004, Arnaud Vandyck <[EMAIL PROTECTED]> wrote:

> Is it OK if in the Gcj class, I do something like:
> 
> String[] argsToTest = getJavac().getCurrentCompilerArgs();

Absolutely.  The command line has been tokenized by Ant already, that
is 

<compilerarg line="--main=foo -o bar"/>

will become three array elements "--main=foo", "-o" and "bar".

Stefan

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

Reply via email to