DO NOT REPLY [Bug 21421] - [Patch] to allow to run several targets without rerunning their dependencies

2004-09-03 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 31055] - loop

2004-09-03 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

RE: DO NOT REPLY [Bug 28046] - Ant includes JARs in working directory

2004-09-03 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > > From: Peter Reilly [mailto:[EMAIL PROTECTED] > > By user visible I meant that ant -cp x:y:z would > not be supported by > the > > ant[.bat]. By support, I mean x:y:z replacing > CLASSPATH in the > > java call. It would be a nice to have, but w

RE: DO NOT REPLY [Bug 28046] - Ant includes JARs in working directory

2004-09-03 Thread Dominique Devienne
> From: Peter Reilly [mailto:[EMAIL PROTECTED] > By user visible I meant that ant -cp x:y:z would not be supported by the > ant[.bat]. By support, I mean x:y:z replacing CLASSPATH in the > java call. It would be a nice to have, but would need support by the > the script (sh and bat), in detecting

DO NOT REPLY [Bug 31055] New: - loop

2004-09-03 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

Re: DO NOT REPLY [Bug 28046] - Ant includes JARs in working directory

2004-09-03 Thread Antoine Levy-Lambert
Peter Reilly wrote: Exactly, -cp could be the the name to use instead of -lib "$CLASSPATH". -cp would not a user visible option, it would be set in the the ant[.bat] file and removed in Launcher.java. Laucher.java would check that it is only set once. I have the changes ready to commit, if peop

Re: DO NOT REPLY [Bug 28046] - Ant includes JARs in working directory

2004-09-03 Thread Matt Benson
My opinion is already on record on the bugrep--I am in favor of this change. -Matt --- Peter Reilly <[EMAIL PROTECTED]> wrote: > Dominique Devienne wrote: > > >>From: Peter Reilly [mailto:[EMAIL PROTECTED] > >>Exactly, -cp could be the the name to use instead > of -lib > >> > >> > >"$CLASSP

Re: DO NOT REPLY [Bug 28046] - Ant includes JARs in working directory

2004-09-03 Thread Peter Reilly
Dominique Devienne wrote: From: Peter Reilly [mailto:[EMAIL PROTECTED] Exactly, -cp could be the the name to use instead of -lib "$CLASSPATH". -cp would not a user visible option, it would be set in the the ant[.bat] file and removed in Launcher.java. I'm not following here. -cp should

RE: DO NOT REPLY [Bug 28046] - Ant includes JARs in working directory

2004-09-03 Thread Dominique Devienne
> From: Peter Reilly [mailto:[EMAIL PROTECTED] > Exactly, -cp could be the the name to use instead of -lib "$CLASSPATH". > > -cp would not a user visible option, it would be set in the the > ant[.bat] file > and removed in Launcher.java. I'm not following here. -cp should be an option of Launcher

Re: DO NOT REPLY [Bug 28046] - Ant includes JARs in working directory

2004-09-03 Thread Peter Reilly
Dominique Devienne wrote: Well, -lib is not a classpath. It's more like java.ext.dirs, i.e. all JARs in these directories are picked up. This makes it a lot more convenient than having to specify a full classpath. That said, since -lib is also used to pass in the user CLASSPATH, it shouldn't change

RE: DO NOT REPLY [Bug 28046] - Ant includes JARs in working directory

2004-09-03 Thread Dominique Devienne
> From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] > if there is a directory /foo/bar in the classpath before starting ant, > then all jars present in /foo/bar will go into the classpath used by ant, > while the good behavior would be that only classes under /foo/bar such > as /foo/bar/com/...

Re: DO NOT REPLY [Bug 28046] - Ant includes JARs in working directory

2004-09-03 Thread Peter Reilly
Yes, this is the normal behaviour of CLASSPATH. And it is the behaviour of ant pre 1.6. For some reason that I cannot understand, people set CLASSPATH to include ".", making the issue worse as random jar files then get picked up, and in WINDOWS these files cannot be deleted! Peter Antoine Levy-La

Re: DO NOT REPLY [Bug 28046] - Ant includes JARs in working directory

2004-09-03 Thread Antoine Levy-Lambert
Hi Peter, is the problem that : if there is a directory /foo/bar in the classpath before starting ant, then all jars present in /foo/bar will go into the classpath used by ant, while the good behavior would be that only classes under /foo/bar such as /foo/bar/com/... go into the classpath ? Anto

Re: DO NOT REPLY [Bug 28046] - Ant includes JARs in working directory

2004-09-03 Thread Peter Reilly
Does anyone know the reason why the launcher code in ant 1.6 gets the jars in a directory specified in the CLASSPATH and adds them to ant's classpath ? It does seem to be a strange thing to do. Lancher.java: line 128 if (element.isDirectory()) { // add any jars in

DO NOT REPLY [Bug 28046] - Ant includes JARs in working directory

2004-09-03 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 31035] - -quiet is not quiet enough

2004-09-03 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

Re: AW: Submittal

2004-09-03 Thread Steve Loughran
[EMAIL PROTECTED] wrote: For submitting patches the best way is to open a bugzilla bug (... that should be written somewhere ...) ? Never heard from "sub" attribute - nothing in the code. Jan I assumed it was a typo, he meant assuming this is the case, should (and usually does) delete everythi

AW: Submittal

2004-09-03 Thread Jan . Materne
For submitting patches the best way is to open a bugzilla bug (... that should be written somewhere ...) ? Never heard from "sub" attribute - nothing in the code. Jan > -Ursprüngliche Nachricht- > Von: Martin Gainty [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 3. September 2004

Submittal

2004-09-03 Thread Martin Gainty
Good Morning All: The Ant Task which in its current usage is not able to delete all or any of the files within the subdirectories within sub parameter not able to delete all or any of the subdirectories within the specified sub parameter I have replaced with my own called DeleteSub

cvs commit: ant/xdocs external.xml

2004-09-03 Thread conor
conor 2004/09/03 05:40:23 Modified:docs contributors.html external.html xdocsexternal.xml Log: Apply Matt's contrib changes and update Cortex to Cenqua Revision ChangesPath 1.47 +6 -6 ant/docs/contributors.html Index: contributors.h

Re: maths

2004-09-03 Thread Steve Loughran
of course, a -1^10 does not equal -1, so you have to be careful with your powers there, in case you accidentally vote for something you were intending to vote against. [EMAIL PROTECTED] wrote: Yep - thought that after hitting the button :-) Was confused with 1e10 which is 1*10^10. Doesnt matter,

DO NOT REPLY [Bug 31035] New: - -quiet is not quiet enough

2004-09-03 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 PropertyHelper.java

2004-09-03 Thread peterreilly
peterreilly2004/09/03 03:46:12 Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH PropertyHelper.java Log: sync Revision ChangesPath No revision No revision 1.9.2.7 +20 -3 ant/src/main/org/apache

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

2004-09-03 Thread peterreilly
peterreilly2004/09/03 03:43:15 Modified:src/main/org/apache/tools/ant PropertyHelper.java Log: javadoc fixes Revision ChangesPath 1.16 +20 -3 ant/src/main/org/apache/tools/ant/PropertyHelper.java Index: PropertyHelper.java =

Re: VOTE: new committer - Jesse Glick

2004-09-03 Thread Conor MacNeill
Steve Loughran wrote: I'd like to nominate Jesse Glick (of netbeans/sun) as an ant committer. Netbeans is a heavy user of ant, and he regularly submits patches to code and docs to improve the integration -patches that benefit ant overall. Giving him commit rights would let him make these change

java1.5 seems to break unitreport

2004-09-03 Thread Steve Loughran
see http://brutus.apache.org/gump/jdk15/smartfrog/smartfrog-tasks-test/gump_work/build_smartfrog_smartfrog-tasks-test.html BUILD FAILED /usr/local/gump/jdk15/workspace/smartfrog/extras/ant/build.xml:206: The following error occurred while executing this line: /usr/local/gump/jdk15/workspace/smartf

Re: VOTE: new committer - Jesse Glick

2004-09-03 Thread Antoine Levy-Lambert
Steve Loughran wrote: I'd like to nominate Jesse Glick (of netbeans/sun) as an ant committer. Netbeans is a heavy user of ant, and he regularly submits patches to code and docs to improve the integration -patches that benefit ant overall. Giving him commit rights would let him make these chang

DO NOT REPLY [Bug 31028] - Build failed due to UnsupportClassVersionError

2004-09-03 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 31031] New: - Move tasks fails on directories when the target exists

2004-09-03 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 24918] - [PATCH] Permit console input to be sent to

2004-09-03 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