--- 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
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
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
[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
: 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
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