Re: GCJ (GNUs Compiler for Java) with ANT

2005-04-01 Thread Matt Benson
--- 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 task with compiler="gcj" and the appropriate nested elements to set

AW: AW: GCJ (GNUs Compiler for Java) with ANT

2005-04-01 Thread Jan . Materne
t :) Jan > -Ursprüngliche Nachricht- > Von: Danilo Bürger > [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 1. April 2005 12:01 > An: Ant Users List > Betreff: Re: AW: GCJ (GNUs Compiler for Java) with ANT > > 0) nothing found. > 1) gcj --main=path.to.main.Class -o YourOu

Re: AW: GCJ (GNUs Compiler for Java) with ANT

2005-04-01 Thread Ivan Ivanov
t that to / > > 4) share with us :-) > > > > > > Jan > > > >> -Ursprüngliche Nachricht- > >> Von: Danilo Bürger > >> > [mailto:[EMAIL PROTECTED] > >> Gesendet am: Freitag, 1. April 2005 11:52 > >> An: Ant Users List

Re: AW: GCJ (GNUs Compiler for Java) with ANT

2005-04-01 Thread Danilo Bürger
[mailto:[EMAIL PROTECTED] Gesendet am: Freitag, 1. April 2005 11:52 An: Ant Users List Betreff: GCJ (GNUs Compiler for Java) with ANT 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. I wouldnt really want to ressort

AW: GCJ (GNUs Compiler for Java) with ANT

2005-04-01 Thread Jan . Materne
: Freitag, 1. April 2005 11:52 > An: Ant Users List > Betreff: GCJ (GNUs Compiler for Java) with ANT > > 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. I wouldnt > really want t

GCJ (GNUs Compiler for Java) with ANT

2005-04-01 Thread Danilo Bürger
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. I wouldnt really want to ressort to exec task, but if there is no other way I also heard you can set the compiler for javac task to gcj, but that way only