--- Danilo B�rger
<[EMAIL PROTECTED]> wrote:
> Hey,
> 
> i was wondering if it is possible to create an ant
> task so that gcj  is 
> invoked and creates a binary file for a certain .jar
> file.

You should be able to set up your <javac> task with
compiler="gcj" and the appropriate nested <arg>
elements to setup the same command-line you would use
outside Ant. Prior to Ant 1.6.2 gcj's native
compilation options were broken by a mistaken
assumption that the -C option should always be used,
but the current and forthcoming Ant versions should
work fine for you.

HTH,
Matt

> 
> Cheers
> 
> Danilo B�rger
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



                
__________________________________ 
Yahoo! Messenger 
Show us what our next emoticon should look like. Join the fun. 
http://www.advision.webevents.yahoo.com/emoticontest

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

Reply via email to