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

2009-08-26 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-no-xerces has an issue affecting its community integration. This

svn commit: r808278 - in /ant/sandbox/antlibs/compress/trunk/src: main/org/apache/ant/compress/ main/org/apache/ant/compress/taskdefs/ main/org/apache/ant/compress/util/ tests/antunit/ tests/resources

2009-08-26 Thread bodewig
Author: bodewig Date: Thu Aug 27 04:18:11 2009 New Revision: 808278 URL: http://svn.apache.org/viewvc?rev=808278&view=rev Log: gunzip and bunzip2 tasks Added: ant/sandbox/antlibs/compress/trunk/src/main/org/apache/ant/compress/taskdefs/BUnzip2.java (with props) ant/sandbox/antlibs/co

svn commit: r808274 - in /ant/sandbox/antlibs/compress/trunk/src/main/org/apache/ant/compress: resources/ taskdefs/ util/

2009-08-26 Thread bodewig
Author: bodewig Date: Thu Aug 27 03:44:38 2009 New Revision: 808274 URL: http://svn.apache.org/viewvc?rev=808274&view=rev Log: rename class Added: ant/sandbox/antlibs/compress/trunk/src/main/org/apache/ant/compress/util/ArchiveStreamFactory.java (contents, props changed) - copied, c

svn commit: r808265 - in /ant/sandbox/antlibs/compress/trunk/src/main/org/apache/ant/compress: resources/ZipResource.java taskdefs/ArchiveBase.java taskdefs/Zip.java

2009-08-26 Thread bodewig
Author: bodewig Date: Thu Aug 27 03:06:55 2009 New Revision: 808265 URL: http://svn.apache.org/viewvc?rev=808265&view=rev Log: port keepCompression from Modified: ant/sandbox/antlibs/compress/trunk/src/main/org/apache/ant/compress/resources/ZipResource.java ant/sandbox/antlibs/compress

svn commit: r808262 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/ZipResource.java

2009-08-26 Thread bodewig
Author: bodewig Date: Thu Aug 27 02:59:15 2009 New Revision: 808262 URL: http://svn.apache.org/viewvc?rev=808262&view=rev Log: provide access to compression method Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/ZipResource.java Modified: ant/core/trunk/src/main/org/

svn commit: r808258 - in /ant/sandbox/antlibs/compress/trunk/src: main/org/apache/ant/compress/taskdefs/ArchiveBase.java tests/antunit/ar-test.xml tests/antunit/cpio-test.xml tests/antunit/tar-test.xm

2009-08-26 Thread bodewig
Author: bodewig Date: Thu Aug 27 02:49:59 2009 New Revision: 808258 URL: http://svn.apache.org/viewvc?rev=808258&view=rev Log: port whenEmpty from Modified: ant/sandbox/antlibs/compress/trunk/src/main/org/apache/ant/compress/taskdefs/ArchiveBase.java ant/sandbox/antlibs/compress/trunk/s

svn commit: r808256 - in /ant/sandbox/antlibs/compress/trunk/src: main/org/apache/ant/compress/taskdefs/ArchiveBase.java tests/antunit/ar-test.xml tests/antunit/cpio-test.xml tests/antunit/tar-test.xm

2009-08-26 Thread bodewig
Author: bodewig Date: Thu Aug 27 02:39:33 2009 New Revision: 808256 URL: http://svn.apache.org/viewvc?rev=808256&view=rev Log: Force people to think about duplicates, make fail the default value Modified: ant/sandbox/antlibs/compress/trunk/src/main/org/apache/ant/compress/taskdefs/ArchiveBas

svn commit: r808169 - in /ant/core/trunk/src: main/org/apache/tools/ant/ main/org/apache/tools/ant/taskdefs/ tests/junit/org/apache/tools/ant/ tests/junit/org/apache/tools/ant/taskdefs/

2009-08-26 Thread jglick
Author: jglick Date: Wed Aug 26 20:19:20 2009 New Revision: 808169 URL: http://svn.apache.org/viewvc?rev=808169&view=rev Log: Taking advantage of Throwable.cause. Modified: ant/core/trunk/src/main/org/apache/tools/ant/BuildException.java ant/core/trunk/src/main/org/apache/tools/ant/Defaul

svn commit: r808163 - in /ant/core/trunk: docs/manual/ docs/manual/CoreTypes/ src/main/org/apache/tools/ant/ src/main/org/apache/tools/ant/taskdefs/ src/main/org/apache/tools/ant/taskdefs/compilers/ s

2009-08-26 Thread jglick
Author: jglick Date: Wed Aug 26 19:42:25 2009 New Revision: 808163 URL: http://svn.apache.org/viewvc?rev=808163&view=rev Log: More cleanup of pre-1.4 code and docs. Modified: ant/core/trunk/docs/manual/CoreTypes/mapper.html ant/core/trunk/docs/manual/CoreTypes/regexp.html ant/core/tru

[jira] Updated: (IVY-1111) Ivy deliver fails to replace dynamic revision when using extra attributes

2009-08-26 Thread Michael Scheetz (JIRA)
[ https://issues.apache.org/jira/browse/IVY-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Scheetz updated IVY-: - Summary: Ivy deliver fails to replace dynamic revision when using extra attributes (was: Ivy deliv

svn commit: r808156 - in /ant/core/trunk/src: main/org/apache/tools/ant/ main/org/apache/tools/ant/launch/ main/org/apache/tools/ant/taskdefs/ main/org/apache/tools/ant/taskdefs/condition/ main/org/ap

2009-08-26 Thread jglick
Author: jglick Date: Wed Aug 26 18:48:21 2009 New Revision: 808156 URL: http://svn.apache.org/viewvc?rev=808156&view=rev Log: Some miscellaneous updates given that JDK 1.4 can be assumed. The biggest outstanding JDK 1.3 code is in Locator but I am scared to touch it. Modified: ant/core/trunk/

svn commit: r808143 - /ant/core/trunk/src/main/org/apache/tools/ant/filters/SortFilter.java

2009-08-26 Thread jglick
Author: jglick Date: Wed Aug 26 18:03:13 2009 New Revision: 808143 URL: http://svn.apache.org/viewvc?rev=808143&view=rev Log: Unmappable character, anyway incorrect acc. to . Modified: ant/core/trunk/src/main/org/apache/tools/ant/filters/SortFil

[jira] Updated: (IVY-1115) ResolveEngine.getDependencies does not work using extra attributes.

2009-08-26 Thread Michael Scheetz (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Scheetz updated IVY-1115: - Description: I wrote these two tests for 'test/java/org/apache/ivy/core/resolve/ResolveEngineTest.

[jira] Created: (IVY-1115) ResolveEngine.getDependencies does not work using extra attributes.

2009-08-26 Thread Michael Scheetz (JIRA)
ResolveEngine.getDependencies does not work using extra attributes. --- Key: IVY-1115 URL: https://issues.apache.org/jira/browse/IVY-1115 Project: Ivy Issue Type: Bug

svn commit: r808028 - /ant/core/trunk/docs/manual/CoreTypes/filterchain.html

2009-08-26 Thread bodewig
Author: bodewig Date: Wed Aug 26 14:36:38 2009 New Revision: 808028 URL: http://svn.apache.org/viewvc?rev=808028&view=rev Log: wrong anchor Modified: ant/core/trunk/docs/manual/CoreTypes/filterchain.html Modified: ant/core/trunk/docs/manual/CoreTypes/filterchain.html URL: http://svn.apache.

svn commit: r808018 - in /ant/core/trunk: ./ docs/manual/CoreTypes/ src/main/org/apache/tools/ant/ src/main/org/apache/tools/ant/filters/ src/tests/antunit/filters/ src/tests/antunit/filters/expected/

2009-08-26 Thread bodewig
Author: bodewig Date: Wed Aug 26 14:14:12 2009 New Revision: 808018 URL: http://svn.apache.org/viewvc?rev=808018&view=rev Log: Now that we have sort, throw in uniq as well Added: ant/core/trunk/src/main/org/apache/tools/ant/filters/UniqFilter.java (with props) ant/core/trunk/src/tests/

DO NOT REPLY [Bug 40504] Provide sort task like UNIX sort function

2009-08-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40504 Stefan Bodewig changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

svn commit: r808009 - in /ant/core/trunk: ./ docs/manual/CoreTypes/ src/main/org/apache/tools/ant/ src/main/org/apache/tools/ant/filters/ src/tests/antunit/filters/ src/tests/antunit/filters/expected/

2009-08-26 Thread bodewig
Author: bodewig Date: Wed Aug 26 13:42:14 2009 New Revision: 808009 URL: http://svn.apache.org/viewvc?rev=808009&view=rev Log: new filter sortfilter by David Leal. PR 40504 Added: ant/core/trunk/src/main/org/apache/tools/ant/filters/SortFilter.java (with props) ant/core/trunk/src/test

DO NOT REPLY [Bug 45377] ZipFile should be able to create parent folder if this doesn't exist

2009-08-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45377 --- Comment #3 from Stefan Bodewig 2009-08-26 04:03:59 PDT --- actually it is svn revision 807960 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You

DO NOT REPLY [Bug 45377] ZipFile should be able to create parent folder if this doesn't exist

2009-08-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45377 Stefan Bodewig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r807960 - in /ant/core/trunk: CONTRIBUTORS WHATSNEW contributors.xml src/main/org/apache/tools/ant/taskdefs/Tar.java src/main/org/apache/tools/ant/taskdefs/Zip.java

2009-08-26 Thread bodewig
Author: bodewig Date: Wed Aug 26 11:03:10 2009 New Revision: 807960 URL: http://svn.apache.org/viewvc?rev=807960&view=rev Log: create parent directory of archive in and if needed. PR 45377. Based on patch by Remie Bolte Modified: ant/core/trunk/CONTRIBUTORS ant/core/trunk/WHATSNEW

DO NOT REPLY [Bug 41891] Add httpUseCache option to ant core 'get' task

2009-08-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41891 Stefan Bodewig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r807953 - in /ant/core/trunk: WHATSNEW docs/manual/CoreTasks/get.html src/main/org/apache/tools/ant/taskdefs/Get.java

2009-08-26 Thread bodewig
Author: bodewig Date: Wed Aug 26 10:26:35 2009 New Revision: 807953 URL: http://svn.apache.org/viewvc?rev=807953&view=rev Log: Add httpusecaches attribute to . PR 41891 Modified: ant/core/trunk/WHATSNEW ant/core/trunk/docs/manual/CoreTasks/get.html ant/core/trunk/src/main/org/apache/

DO NOT REPLY [Bug 44662] Task 'get' should handle the checksum autmatically.

2009-08-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44662 Stefan Bodewig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r807950 - /ant/core/trunk/docs/manual/CoreTasks/get.html

2009-08-26 Thread bodewig
Author: bodewig Date: Wed Aug 26 10:04:31 2009 New Revision: 807950 URL: http://svn.apache.org/viewvc?rev=807950&view=rev Log: show how to combine checksum and get to achieve PR 44662 Modified: ant/core/trunk/docs/manual/CoreTasks/get.html Modified: ant/core/trunk/docs/manual/CoreTasks/get.h