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 command line has been tokenized by Ant already,

DO NOT REPLY [Bug 27680] New: - Visual Source Safe History Does Not Allow Auto Response

2004-03-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 27641] - Ordering of targets affects processing of macro instance validation.

2004-03-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Definer.java

2004-03-15 Thread peterreilly
peterreilly2004/03/15 10:03:56 Modified:src/main/org/apache/tools/ant/launch Tag: ANT_16_BRANCH LaunchException.java Launcher.java src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH Definer.java Log: checkcheck

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Definer.java

2004-03-15 Thread peterreilly
peterreilly2004/03/15 10:02:35 Modified:src/main/org/apache/tools/ant/launch LaunchException.java Launcher.java src/main/org/apache/tools/ant/taskdefs Definer.java Log: checkcheck Revision ChangesPath 1.7 +0 -3 ant/src/ma

cvs commit: ant/src/main/org/apache/tools/ant AntTypeDefinition.java DirectoryScanner.java IntrospectionHelper.java ProjectHelper.java Target.java

2004-03-15 Thread peterreilly
peterreilly2004/03/15 09:33:24 Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH AntTypeDefinition.java DirectoryScanner.java IntrospectionHelper.java ProjectHelper.java Target.java Log: stylecheck R

cvs commit: ant/src/main/org/apache/tools/ant AntTypeDefinition.java DirectoryScanner.java IntrospectionHelper.java ProjectHelper.java Target.java

2004-03-15 Thread peterreilly
peterreilly2004/03/15 09:33:09 Modified:src/main/org/apache/tools/ant AntTypeDefinition.java DirectoryScanner.java IntrospectionHelper.java ProjectHelper.java Target.java Log: stylecheck Revision ChangesPath 1.12 +4 -8

cvs commit: ant/src/main/org/apache/tools/ant/util ContainerMapper.java

2004-03-15 Thread peterreilly
peterreilly2004/03/15 09:26:34 Modified:src/main/org/apache/tools/ant/util ContainerMapper.java Log: stylecheck Revision ChangesPath 1.2 +1 -2 ant/src/main/org/apache/tools/ant/util/ContainerMapper.java Index: ContainerMapper.java ==

Re: encoding stuff

2004-03-15 Thread Matt Benson
Thanks Dale, I am going to keep fighting this thing this week, maybe I'll get somewhere. -Matt --- Dale Anson <[EMAIL PROTECTED]> wrote: > Hi Matt, > > Just this past week I ran into a problem using > slightly different jdk > versions on Solaris. One had the default character > encoding as >

Re: encoding stuff

2004-03-15 Thread Dale Anson
Hi Matt, Just this past week I ran into a problem using slightly different jdk versions on Solaris. One had the default character encoding as ISO-8859-1, the other had ISO-656-1. That was enough to break things for me. My solution was to use a Writer/OutputStream that allowed me to set the enco

DO NOT REPLY [Bug 19120] - Tar/TarFileSet/TarEntry uid and gid

2004-03-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 19120] - Tar/TarFileSet/TarEntry uid and gid

2004-03-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Tar.java

2004-03-15 Thread peterreilly
peterreilly2004/03/15 07:32:41 Modified:.Tag: ANT_16_BRANCH WHATSNEW docs/manual/CoreTasks Tag: ANT_16_BRANCH tar.html src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH Tar.java Log: sync with head Revision C

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Tar.java

2004-03-15 Thread peterreilly
peterreilly2004/03/15 06:36:21 Modified:.WHATSNEW docs/manual/CoreTasks tar.html src/main/org/apache/tools/ant/taskdefs Tar.java Log: Allow setting of uid and gid in a tarfileset - in addition or in place of user and group. PR: 19120 Report

Re: javac and compilerargs

2004-03-15 Thread Stefan Bodewig
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 command line has been tokenized by Ant already, that is will become three array elements "--main

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 use to pass additional arguments, the answer >>> could very

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 Stefan Bodewig
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 use to pass additional arguments, the answer >> could very well be zero. > > This is not a problem. I'll try

RE: javac and compilerargs

2004-03-15 Thread Jan . Materne
> > The only other solution I'd see would be a compiler specific magic > > property. Something like build.compiler.gcj.native and we'd drop -C > > if that property was set to true. > > No problem for me if everything is well documented ;-) Seems to be a > good solution. Can you point me were I ha

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 behavior. I'd like ant NOT to pass the -C >

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Java.java

2004-03-15 Thread bodewig
bodewig 2004/03/15 03:29:13 Modified:.Tag: ANT_16_BRANCH WHATSNEW src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH Java.java Log: merge Revision ChangesPath No revision No revisi

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Java.java

2004-03-15 Thread bodewig
bodewig 2004/03/15 03:27:04 Modified:src/main/org/apache/tools/ant/taskdefs Java.java Log: White-space changes only Revision ChangesPath 1.88 +65 -65ant/src/main/org/apache/tools/ant/taskdefs/Java.java Index: Java.java =

cvs commit: ant/xdocs faq.xml

2004-03-15 Thread bodewig
bodewig 2004/03/15 03:23:48 Modified:.WHATSNEW docs faq.html src/main/org/apache/tools/ant/taskdefs Java.java xdocsfaq.xml Log: Don't swallow the stack trace if a Java program throws an exception. Revision Changes

Re: javac and compilerargs

2004-03-15 Thread Stefan Bodewig
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 behavior. I'd like ant NOT to pass the -C > argument if a nested tag exists. This is hard to do in a ba

DO NOT REPLY [Bug 27641] - Ordering of targets affects processing of macro instance validation.

2004-03-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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/taskdefs/compilers/Gcj.ja

classloader task

2004-03-15 Thread Rainer Noack
After taskdef supports the loaderref attribute, I've written a task, that is able to explicitely create classloaders, append classpath entries to existing classloaders and put the actual path of a classloader into a property. In several projects, this avoids some of the annoying constraints an