On 7/14/05, Martin Burger <[EMAIL PROTECTED]> wrote:
> 
> Hello!
> 
> I want to use the Javac task programmatically. After getting my feet wet
> while reading a lot of source code I managed to set all attributes and
> execute the task successfully - expect one:
> 
> How can I add a compilerarg line to the Javac task? I haven't found a
> proper method to add something like an instance of Commandline.Argument
> to a Javac instance.
> 
> Can you help, please?
> 
> Regards,
> Martin
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
You can always use the <compilerarg> directive.
<javac srcdir="...." destdir="......">
<compilerarg compiler="....." line="....."/>
</javac>

-- 
Regards, Petar!

Reply via email to