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

2006-09-23 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 dotnet-antlib-test has an issue affecting its community integration. This issue a

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

2006-09-23 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

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

2006-09-23 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 test-ant has an issue affecting its community integration. This issue affects 1 p

[EMAIL PROTECTED]: Project test-ant-no-xerces (in module ant) failed

2006-09-23 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 test-ant-no-xerces has an issue affecting its community integration. This issue a

Re: Resource.getURL()

2006-09-23 Thread Dominique Devienne
Actual mutation of the system classloader can be handled with relative safety in JRE 1.4 and later via a system property 'java.system.class.loader' This is news to me Steven. This implies that the system classloader would need to query this property to see if it changed any time it attempts to l

Re: [ANN] Apache AntUnit 1.0 Beta 1 Released

2006-09-23 Thread Paul King
The Ant Team is proud to announce the first Beta release of Apache AntUnit 1.0. Sorry I have a question that is half Groovy and half AntUnit related. It is also half user/half dev related. I am wanting to know the best way to use the API (and potentially some normally internal pieces). I was tr

svn commit: r449306 - in /ant/core/trunk/src/tests/antunit/taskdefs: ./ xmlproperty-test.xml

2006-09-23 Thread peterreilly
Author: peterreilly Date: Sat Sep 23 14:30:08 2006 New Revision: 449306 URL: http://svn.apache.org/viewvc?view=rev&rev=449306 Log: xmlproperty: test for empty element Added: ant/core/trunk/src/tests/antunit/taskdefs/ ant/core/trunk/src/tests/antunit/taskdefs/xmlproperty-test.xml Added: a

svn commit: r449307 - /ant/core/trunk/src/tests/antunit/taskdefs/xmlproperty-test.xml

2006-09-23 Thread peterreilly
Author: peterreilly Date: Sat Sep 23 14:31:32 2006 New Revision: 449307 URL: http://svn.apache.org/viewvc?view=rev&rev=449307 Log: propset Modified: ant/core/trunk/src/tests/antunit/taskdefs/xmlproperty-test.xml (contents, props changed) Modified: ant/core/trunk/src/tests/antunit/taskdefs

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

2006-09-23 Thread peterreilly
Author: peterreilly Date: Sat Sep 23 14:32:36 2006 New Revision: 449308 URL: http://svn.apache.org/viewvc?view=rev&rev=449308 Log: fix condition for antunit.includes property Modified: ant/core/trunk/build.xml Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/core/tru

svn commit: r449309 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/XmlProperty.java

2006-09-23 Thread peterreilly
Author: peterreilly Date: Sat Sep 23 14:35:39 2006 New Revision: 449309 URL: http://svn.apache.org/viewvc?view=rev&rev=449309 Log: Bugzilla 26286: allow empty leaf nodes to be properties Modified: ant/core/trunk/WHATSNEW ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/XmlProperty.ja

DO NOT REPLY [Bug 26286] - XmlProperty: empty element semantic problems

2006-09-23 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 22690] - Inheritance of nested in broken

2006-09-23 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: svn commit: r449308 - /ant/core/trunk/build.xml

2006-09-23 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: [SNIP] > @@ -1856,8 +1856,8 @@ >if="run.antunit"> > > value="${antunit.testcase}" > - else="**/test.xml,*-test.xml"> > - > + else="**/test.xml,**/*-test.xml"> > + > D'oh! Thanks for the catch! -Matt >

RE: Resource.getURL()

2006-09-23 Thread Stephen McConnell
> -Original Message- > From: Dominique Devienne [mailto:[EMAIL PROTECTED] > Sent: Sunday, 24 September 2006 1:27 AM > To: Ant Developers List > Subject: Re: Resource.getURL() > > > Actual mutation of the system classloader can be handled > > with relative safety in JRE 1.4 and later v

DO NOT REPLY [Bug 28883] - Add regex conditions to Ant

2006-09-23 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: [ANN] Apache AntUnit 1.0 Beta 1 Released

2006-09-23 Thread Paul King
The Ant Team is proud to announce the first Beta release of Apache AntUnit 1.0. I added a patch to bug 28883 (regex condition for Ant): http://issues.apache.org/bugzilla/show_bug.cgi?id=28883 Which would allow AntUnit to have an additional assertion: Useful for checking dates