svn commit: r540043 - in /ant/core/trunk/src/tests/antunit: core/location/location.xml taskdefs/delete-test.xml taskdefs/dirname-test.xml taskdefs/echoxml-test.xml taskdefs/move-test.xml taskdefs/retr

2007-05-21 Thread jhm
Author: jhm Date: Mon May 21 00:10:57 2007 New Revision: 540043 URL: http://svn.apache.org/viewvc?view=rev&rev=540043 Log: tabs to whitespace Modified: ant/core/trunk/src/tests/antunit/core/location/location.xml ant/core/trunk/src/tests/antunit/taskdefs/delete-test.xml ant/core/trunk/

svn commit: r540044 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Retry.java

2007-05-21 Thread jhm
Author: jhm Date: Mon May 21 00:11:59 2007 New Revision: 540044 URL: http://svn.apache.org/viewvc?view=rev&rev=540044 Log: : Collect former error messages and re-throw them. Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Retry.java Modified: ant/core/trunk/src/main/org/apach

AW: Retry task available in svn head

2007-05-21 Thread Jan.Materne
committed Jan >-Ursprüngliche Nachricht- >Von: Kevin Jackson [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 21. Mai 2007 08:40 >An: Ant Developers List >Betreff: Re: Retry task available in svn head > >Hi Jan, > >> Would this be more useful? >> >> public void execute() throws BuildExc

Trunk not buildable on Java 1.3

2007-05-21 Thread Jan.Materne
build.bat build src\tests\junit\org\apache\tools\ant\launch\LocatorTest.java:23: cannot resolve symbol location: package net import java.net.URISyntaxException; ^ C:\ant\svn-repository\ant\core\src\tests\junit\org\apache\tools\ant\laun ch\LocatorTest.java:66: cannot resolve symb

svn commit: r540055 - in /ant/core/trunk/src: main/org/apache/tools/ant/types/resources/Files.java tests/antunit/types/path-test.xml

2007-05-21 Thread jhm
Author: jhm Date: Mon May 21 01:21:02 2007 New Revision: 540055 URL: http://svn.apache.org/viewvc?view=rev&rev=540055 Log: Fix Bug 42397: NPE in Added: ant/core/trunk/src/tests/antunit/types/path-test.xml Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/Files.java

DO NOT REPLY [Bug 42397] - Reference does not work for within a

2007-05-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

svn commit: r540066 - in /ant/core/trunk/src: main/org/apache/tools/ant/taskdefs/LoadResource.java tests/antunit/taskdefs/loadresource-test.xml

2007-05-21 Thread jhm
Author: jhm Date: Mon May 21 01:48:15 2007 New Revision: 540066 URL: http://svn.apache.org/viewvc?view=rev&rev=540066 Log: Bug 42319: log-statement if resource.size is 0 and therefore the property is not set. Added: ant/core/trunk/src/tests/antunit/taskdefs/loadresource-test.xml Modified:

DO NOT REPLY [Bug 42319] - silently fails if the resource is 0 characters long

2007-05-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

DO NOT REPLY [Bug 41940] - BuildFileTest assumes a project file has at least one target

2007-05-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: BigProjectLogger

2007-05-21 Thread Steve Loughran
Dominique Devienne wrote: On 5/18/07, Steve Loughran <[EMAIL PROTECTED]> wrote: OK. You've done what I've done, except with some stacking. I had too, some of my builds had 3 or 4 levels, Makefile-style. Which is not that surprising, since it was building mostly native stuff with . I think it's

Re: Trunk not buildable on Java 1.3

2007-05-21 Thread Steve Loughran
[EMAIL PROTECTED] wrote: build.bat build src\tests\junit\org\apache\tools\ant\launch\LocatorTest.java:23: cannot resolve symbol location: package net import java.net.URISyntaxException; ^ C:\ant\svn-repository\ant\core\src\tests\junit\org\apache\tools\ant\laun ch\LocatorTest.j

DO NOT REPLY [Bug 42319] - silently fails if the resource is 0 characters long

2007-05-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

DO NOT REPLY [Bug 42319] - silently fails if the resource is 0 characters long

2007-05-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

svn commit: r540098 - /ant/core/trunk/build.xml

2007-05-21 Thread stevel
Author: stevel Date: Mon May 21 03:20:27 2007 New Revision: 540098 URL: http://svn.apache.org/viewvc?view=rev&rev=540098 Log: exclude this package on java1.3 Modified: ant/core/trunk/build.xml Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?view

svn commit: r540101 - /ant/core/trunk/src/tests/junit/org/apache/tools/ant/launch/LocatorTest.java

2007-05-21 Thread stevel
Author: stevel Date: Mon May 21 03:22:47 2007 New Revision: 540101 URL: http://svn.apache.org/viewvc?view=rev&rev=540101 Log: skip a test that, while failing, doesn't seem to arise in real-life Modified: ant/core/trunk/src/tests/junit/org/apache/tools/ant/launch/LocatorTest.java Modified: a

Re: Trunk not buildable on Java 1.3

2007-05-21 Thread Steve Loughran
Steve Loughran wrote: [EMAIL PROTECTED] wrote: build.bat build src\tests\junit\org\apache\tools\ant\launch\LocatorTest.java:23: cannot resolve symbol location: package net import java.net.URISyntaxException; ^ C:\ant\svn-repository\ant\core\src\tests\junit\org\apache\tools\an

svn commit: r540111 - /ant/core/trunk/build.xml

2007-05-21 Thread jhm
Author: jhm Date: Mon May 21 04:12:35 2007 New Revision: 540111 URL: http://svn.apache.org/viewvc?view=rev&rev=540111 Log: URI is jdk14+ instead of jdk13+ Modified: ant/core/trunk/build.xml Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?view=di

svn commit: r540164 - /ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/ContainsSelector.java

2007-05-21 Thread mbenson
Author: mbenson Date: Mon May 21 08:10:27 2007 New Revision: 540164 URL: http://svn.apache.org/viewvc?view=rev&rev=540164 Log: bail early for empty search content Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/ContainsSelector.java Modified: ant/core/trunk/src/main/

Re: svn commit: r537344 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/ResourceContains.java

2007-05-21 Thread Matt Benson
--- Kevin Jackson <[EMAIL PROTECTED]> wrote: > > Hi guys. Sorry I've been having trouble keeping > up > > lately. Saw this stuff but missed the intervening > > discussion. Started playing today with adding > refid > > support, etc., but after awhile it occurred to me > that > > we already had

Re: svn commit: r537344 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/ResourceContains.java

2007-05-21 Thread Kevin Jackson
Hi Matt, > > we already had this covered, e.g.: > > > > > > > > > > > > > > xmlns="antlib:org.apache.tools.ant.types.resources.selectors" > > /> > > > > > > > > Note that this approach supports any resource type > > right off the bat. Actually with the suggested > "add" > > id

DO NOT REPLY [Bug 42482] New: - ant and subant improperly passes references to macrodefs and scriptdefs to the child script

2007-05-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

DO NOT REPLY [Bug 42483] New: - subant incorrectly complaining about circular references

2007-05-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

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

2007-05-21 Thread kevj
Author: kevj Date: Mon May 21 23:11:54 2007 New Revision: 540435 URL: http://svn.apache.org/viewvc?view=rev&rev=540435 Log: -add invokeStatic for static/class methods Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ReflectUtil.java Modified: ant/core/trunk/src/main/org/apache/too

svn commit: r540437 - /ant/core/trunk/src/main/org/apache/tools/ant/input/DefaultInputHandler.java

2007-05-21 Thread kevj
Author: kevj Date: Mon May 21 23:13:22 2007 New Revision: 540437 URL: http://svn.apache.org/viewvc?view=rev&rev=540437 Log: -remove trailing newline Modified: ant/core/trunk/src/main/org/apache/tools/ant/input/DefaultInputHandler.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/i

svn commit: r540438 - /ant/core/trunk/src/main/org/apache/tools/ant/input/SecureInputHandler.java

2007-05-21 Thread kevj
Author: kevj Date: Mon May 21 23:15:02 2007 New Revision: 540438 URL: http://svn.apache.org/viewvc?view=rev&rev=540438 Log: -first pass at a reflection based secure input handler (using Java6 java.io.Console), fallsback to DefaultInputHandler if not available Added: ant/core/trunk/src/main/o

svn commit: r540439 - /ant/core/trunk/src/tests/antunit/taskdefs/input-test.xml

2007-05-21 Thread kevj
Author: kevj Date: Mon May 21 23:17:45 2007 New Revision: 540439 URL: http://svn.apache.org/viewvc?view=rev&rev=540439 Log: -test for secureinput handling Added: ant/core/trunk/src/tests/antunit/taskdefs/input-test.xml Added: ant/core/trunk/src/tests/antunit/taskdefs/input-test.xml URL: htt