Re: [Vote] remove Xalan1 dependencies from codebase

2006-06-21 Thread Peter Reilly
+1 Peter On 6/21/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Fri, 16 Jun 2006, Martijn Kruithof <[EMAIL PROTECTED]> wrote: > Still, I'd like to remove these classes and the dependencies towards > these classes unless someone objects, so please vote +1 Stefan ---

[EMAIL PROTECTED]: Project svn-antlib-test (in module ant-antlibs) failed

2006-06-21 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project svn-antlib-test has an issue affecting its community integration. This issue affe

Re: ExecuteJavaTest testNoTimeOutForked fails

2006-06-21 Thread Steve Loughran
Antoine Levy-Lambert wrote: I have occasional failures of one of these tests when my computer is very loaded. Maybe we have some tests which work - say - when some CPU is available, but not when the CPU is at 100%. Other than that. Can it be OS specific ? JDK specific ? Do not know. #of CPUs?

DO NOT REPLY [Bug 39842] - Add deleteonexit attribute to tempfile

2006-06-21 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: ExecuteJavaTest testNoTimeOutForked fails

2006-06-21 Thread Kev Jackson
On 21 Jun 2006, at 16:16, Steve Loughran wrote: Antoine Levy-Lambert wrote: I have occasional failures of one of these tests when my computer is very loaded. Maybe we have some tests which work - say - when some CPU is available, but not when the CPU is at 100%. Other than that. Can it be O

[Ant Wiki] Update of "AntTutorials" by AlanGoodkin

2006-06-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification. The following page has been changed by AlanGoodkin: http://wiki.apache.org/ant/AntTutorials The comment on the change is: Revised University of Birmingham Ant Tutorial URL ---

Re: DO NOT REPLY [Bug 39842] - Add deleteonexit attribute to tempfile

2006-06-21 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: [SNIP] > --- Additional Comments From [EMAIL PROTECTED] > 2006-06-21 09:17 --- > You know this is pretty unreliable, dont you? > > It only kicks in when the process exits cleanly. In > a project called by another > project, the temp file will last until the ou

Re: Re: DO NOT REPLY [Bug 39842] - Add deleteonexit attribute to tempfile

2006-06-21 Thread Antoine Levy-Lambert
Hi, I also do not see any harm in this fix. It makes things easy for people who still use Ant as a command line tool, be it to run makes or to move files around or deploy applications. Regards, Antoine Original-Nachricht Datum: Wed, 21 Jun 2006 08:18:03 -0700 (PDT) Von: Mat

Re: DO NOT REPLY [Bug 39842] - Add deleteonexit attribute to tempfile

2006-06-21 Thread Steve Loughran
Antoine Levy-Lambert wrote: Hi, I also do not see any harm in this fix. It makes things easy for people who still use Ant as a command line tool, be it to run makes or to move files around or deploy applications. Regards, Antoine It was addressed to everyone. File.deleteOnExit is only a h

svn commit: r416042 - /ant/core/trunk/docs/manual/CoreTasks/subant.html

2006-06-21 Thread mbenson
Author: mbenson Date: Wed Jun 21 10:22:53 2006 New Revision: 416042 URL: http://svn.apache.org/viewvc?rev=416042&view=rev Log: add since doc for subant Modified: ant/core/trunk/docs/manual/CoreTasks/subant.html Modified: ant/core/trunk/docs/manual/CoreTasks/subant.html URL: http://svn.apach

Re: [Vote] remove Xalan1 dependencies from codebase

2006-06-21 Thread Bruce Atherton
+1, be my guest. Martijn Kruithof wrote: Still, I'd like to remove these classes and the dependencies towards these classes unless someone objects, so please vote [ ] Yes, be my guest, remove the dependencies towards xalan1 [ ] No, don't, these classes are still important (I know a place where

svn commit: r416163 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/script/ScriptDefBase.java

2006-06-21 Thread stevel
Author: stevel Date: Wed Jun 21 16:14:36 2006 New Revision: 416163 URL: http://svn.apache.org/viewvc?rev=416163&view=rev Log: lets evaluate properties inline. Incidentally, and the like Do Not do this. Too late to change now, probably. Modified: ant/core/trunk/src/main/org/apache/tools/ant

svn commit: r416168 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml

2006-06-21 Thread stevel
Author: stevel Date: Wed Jun 21 16:23:40 2006 New Revision: 416168 URL: http://svn.apache.org/viewvc?rev=416168&view=rev Log: sort declarations Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdef

svn commit: r416179 - /ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java

2006-06-21 Thread stevel
Author: stevel Date: Wed Jun 21 17:03:12 2006 New Revision: 416179 URL: http://svn.apache.org/viewvc?rev=416179&view=rev Log: typo Modified: ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java U

svn commit: r416180 - in /ant/core/trunk: build.xml src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml

2006-06-21 Thread stevel
Author: stevel Date: Wed Jun 21 17:03:45 2006 New Revision: 416180 URL: http://svn.apache.org/viewvc?rev=416180&view=rev Log: trying to get this to work. it is now in the jar. Modified: ant/core/trunk/build.xml ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml Mo

svn commit: r416181 - /ant/core/trunk/src/main/org/apache/tools/ant/util/ScriptRunner.java

2006-06-21 Thread stevel
Author: stevel Date: Wed Jun 21 17:04:26 2006 New Revision: 416181 URL: http://svn.apache.org/viewvc?rev=416181&view=rev Log: FileUtils.close Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ScriptRunner.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ScriptRunner

svn commit: r416182 - /ant/core/trunk/src/main/org/apache/tools/ant/Main.java

2006-06-21 Thread stevel
Author: stevel Date: Wed Jun 21 17:07:27 2006 New Revision: 416182 URL: http://svn.apache.org/viewvc?rev=416182&view=rev Log: Little something to make it easier for things that subclass main to change its exit behaviour. Its been on my HDD for a while. If people object to it, I'll roll it back,

Re: svn commit: r416182 - /ant/core/trunk/src/main/org/apache/tools/ant/Main.java

2006-06-21 Thread Kev Jackson
On 22 Jun 2006, at 07:07, [EMAIL PROTECTED] wrote: Author: stevel Date: Wed Jun 21 17:07:27 2006 New Revision: 416182 URL: http://svn.apache.org/viewvc?rev=416182&view=rev Log: Little something to make it easier for things that subclass main to change its exit behaviour. Its been on my HDD f

Re: svn commit: r416182 - /ant/core/trunk/src/main/org/apache/tools/ant/Main.java

2006-06-21 Thread Alexey Solofnenko
I need this feature. Please keep it. - Alexey. On 6/21/06, Kev Jackson <[EMAIL PROTECTED]> wrote: On 22 Jun 2006, at 07:07, [EMAIL PROTECTED] wrote: > Author: stevel > Date: Wed Jun 21 17:07:27 2006 > New Revision: 416182 > > URL: http://svn.apache.org/viewvc?rev=416182&view=rev > Log: > Lit

Re: Moved AntXtras project...need External Link update.

2006-06-21 Thread Wascally Wabbit
Mucho thanks everyone! The Wabbit At 12:19 AM 6/21/2006, you wrote: On Fri, 16 Jun 2006, Wascally Wabbit <[EMAIL PROTECTED]> wrote: > Can someone please replace the "JWare/AntXtras Foundation" External > Tools subsection with the following snippet when possible. Done Stefan

svn commit: r416236 - /ant/core/trunk/src/main/org/apache/tools/ant/util/ScriptRunner.java

2006-06-21 Thread bodewig
Author: bodewig Date: Wed Jun 21 21:13:23 2006 New Revision: 416236 URL: http://svn.apache.org/viewvc?rev=416236&view=rev Log: as usual Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ScriptRunner.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ScriptRunner.java

svn commit: r416243 - in /ant/core/trunk: docs/external.html xdocs/external.xml

2006-06-21 Thread antoine
Author: antoine Date: Wed Jun 21 22:20:59 2006 New Revision: 416243 URL: http://svn.apache.org/viewvc?rev=416243&view=rev Log: mail from Brian Agnew on the users list Modified: ant/core/trunk/docs/external.html ant/core/trunk/xdocs/external.xml Modified: ant/core/trunk/docs/external.html

AW: svn commit: r416182 - /ant/core/trunk/src/main/org/apache/tools/ant/Main.java

2006-06-21 Thread Jan.Materne
Especially in the last time, Ant is used from java programs. Calling System.exit() it not very friendly then ;-) Jan >-Ursprüngliche Nachricht- >Von: Alexey Solofnenko [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 22. Juni 2006 03:34 >An: Ant Developers List >Betreff: Re: svn commit

svn commit: r416276 - /ant/core/trunk/lib/optional/.cvsignore

2006-06-21 Thread antoine
Author: antoine Date: Wed Jun 21 23:57:29 2006 New Revision: 416276 URL: http://svn.apache.org/viewvc?rev=416276&view=rev Log: added some files to exclude Modified: ant/core/trunk/lib/optional/.cvsignore Modified: ant/core/trunk/lib/optional/.cvsignore URL: http://svn.apache.org/viewvc/ant/