gcj task patch to compile java to native

2004-04-09 Thread Arnaud Vandyck
Index: src/main/org/apache/tools/ant/taskdefs/compilers/Gcj.java === RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/compilers/Gcj.java,v retrieving revision 1.19 diff -r1.19 Gcj.java 104a105 > * ... if no

Re: javac and compilerargs

2004-03-15 Thread Arnaud Vandyck
Stefan Bodewig <[EMAIL PROTECTED]> writes: > 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 comm

Re: javac and compilerargs

2004-03-15 Thread Arnaud Vandyck
Stefan Bodewig <[EMAIL PROTECTED]> writes: > On Mon, 15 Mar 2004, Arnaud Vandyck <[EMAIL PROTECTED]> wrote: >> Stefan Bodewig <[EMAIL PROTECTED]> writes: >> >>> Honestly, I'm not sure how big our gcj user base is and how many of >>> them

Re: javac and compilerargs

2004-03-15 Thread Arnaud Vandyck
[EMAIL PROTECTED] writes: [...] > 089: String jikesPath = System.getProperty("jikes.class.path"); Huh! I thought it would be more complex! ;-) Thanks ;-) (but I think it'll be plan B ;-)) -- ~/.signature not found < asuffield> a workstation is anything you can stick on somebodies desk

Re: javac and compilerargs

2004-03-15 Thread Arnaud Vandyck
Hi Stefan, Stefan Bodewig <[EMAIL PROTECTED]> writes: > On Mon, 15 Mar 2004, Arnaud Vandyck <[EMAIL PROTECTED]> wrote: > >> I'd like to make some changes in the >> ant-1.6.1/src/main/org/apache/tools/ant/taskdefs/compilers/Gcj.java >> task to change the

javac and compilerargs

2004-03-15 Thread Arnaud Vandyck
Hi all! My name is Arnaud Vandyck and I'm new here. I use ant for a long time and cannot do anything without it! ;-) I'm also a Debian Developer (like Stefan Gybas, Takashi Okamoto and others). I'd like to make some changes in the ant-1.6.1/src/main/org/apache/tools/ant/tas