svn commit: r949743 - /ant/sandbox/usertests/

2010-05-31 Thread bodewig
Author: bodewig Date: Mon May 31 13:45:22 2010 New Revision: 949743 URL: http://svn.apache.org/viewvc?rev=949743&view=rev Log: basedir for quick user-side test programs Added: ant/sandbox/usertests/

svn commit: r949746 - /ant/antlibs/common/trunk/build.xml

2010-05-31 Thread bodewig
Author: bodewig Date: Mon May 31 13:54:57 2010 New Revision: 949746 URL: http://svn.apache.org/viewvc?rev=949746&view=rev Log: reduce hard-coding of common dir Modified: ant/antlibs/common/trunk/build.xml Modified: ant/antlibs/common/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/ant

svn commit: r949761 - in /ant/sandbox/usertests: ./ env/ env/src/ env/src/main/ env/src/main/org/ env/src/main/org/apache/ env/src/main/org/apache/ant/ env/src/main/org/apache/ant/usertests/ env/src/m

2010-05-31 Thread bodewig
Author: bodewig Date: Mon May 31 14:59:31 2010 New Revision: 949761 URL: http://svn.apache.org/viewvc?rev=949761&view=rev Log: CLI app that compares old and new style of reading environment variables Added: ant/sandbox/usertests/env/ ant/sandbox/usertests/env/NOTICE ant/sandbox/userte

svn commit: r949766 - /ant/sandbox/usertests/env/src/main/org/apache/ant/usertests/env/Main.java

2010-05-31 Thread bodewig
Author: bodewig Date: Mon May 31 15:09:53 2010 New Revision: 949766 URL: http://svn.apache.org/viewvc?rev=949766&view=rev Log: verbose output was showing the wrong results Modified: ant/sandbox/usertests/env/src/main/org/apache/ant/usertests/env/Main.java Modified: ant/sandbox/usertests/env

[g...@vmgump]: Project test-ant (in module ant) failed

2010-05-31 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 gene...@gump.apache.org. Project test-ant has an issue affecting its community integration. This issue affe

svn commit: r949849 - /ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/version/VersionRangeMatcherTest.java

2010-05-31 Thread maartenc
Author: maartenc Date: Mon May 31 19:48:33 2010 New Revision: 949849 URL: http://svn.apache.org/viewvc?rev=949849&view=rev Log: Improved code style (thanks to Carl Quinn) Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/version/VersionRangeMatcherTest.java Modified: ant/ivy/co

svn commit: r949860 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/plugins/version/LatestVersionMatcher.java test/java/org/apache/ivy/plugins/version/LatestVersionMatcherTest.java

2010-05-31 Thread maartenc
Author: maartenc Date: Mon May 31 20:57:10 2010 New Revision: 949860 URL: http://svn.apache.org/viewvc?rev=949860&view=rev Log: FIX: LatestVersionMatcher.needModuleDescriptor() does not honor custom statuses (IVY-1170) (thanks to Carl Quinn) Added: ant/ivy/core/trunk/test/java/org/apache/iv

[jira] Resolved: (IVY-1170) LatestVersionMatcher.needModuleDescriptor() does not honor custom statuses

2010-05-31 Thread Maarten Coene (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Coene resolved IVY-1170. Resolution: Fixed I've applied your patch to SVN trunk with one small modification: I removed the ch