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

2007-03-02 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

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

2007-03-02 Thread mbenson
Author: mbenson Date: Fri Mar 2 11:32:10 2007 New Revision: 513903 URL: http://svn.apache.org/viewvc?view=rev&rev=513903 Log: oops unnecessary import Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Truncate.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs

svn commit: r513901 - in /ant/core/trunk: ./ docs/manual/ docs/manual/CoreTasks/ src/main/org/apache/tools/ant/taskdefs/ src/tests/antunit/taskdefs/truncate/

2007-03-02 Thread mbenson
Author: mbenson Date: Fri Mar 2 11:27:56 2007 New Revision: 513901 URL: http://svn.apache.org/viewvc?view=rev&rev=513901 Log: add truncate task Added: ant/core/trunk/docs/manual/CoreTasks/truncate.html (with props) ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Truncate.java (

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

2007-03-02 Thread mbenson
Author: mbenson Date: Fri Mar 2 11:25:56 2007 New Revision: 513900 URL: http://svn.apache.org/viewvc?view=rev&rev=513900 Log: use parseHumanSizes for longs. Allows 'computing terms' for any long. Modified: ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java Modified: ant/

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

2007-03-02 Thread mbenson
Author: mbenson Date: Fri Mar 2 11:24:56 2007 New Revision: 513899 URL: http://svn.apache.org/viewvc?view=rev&rev=513899 Log: allow parsed human sizes to be prefixed by +/- Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/StringUtils.java Modified: ant/core/trunk/src/main/org/apa

svn commit: r513898 - /ant/core/trunk/docs/manual/CoreTasks/touch.html

2007-03-02 Thread mbenson
Author: mbenson Date: Fri Mar 2 11:24:03 2007 New Revision: 513898 URL: http://svn.apache.org/viewvc?view=rev&rev=513898 Log: fixed some weird plurals Modified: ant/core/trunk/docs/manual/CoreTasks/touch.html Modified: ant/core/trunk/docs/manual/CoreTasks/touch.html URL: http://svn.apache.

svn commit: r513829 - in /ant/core/trunk: ./ docs/manual/CoreTypes/ src/main/org/apache/tools/ant/types/ src/main/org/apache/tools/ant/types/resources/ src/tests/antunit/types/resources/

2007-03-02 Thread mbenson
Author: mbenson Date: Fri Mar 2 08:25:41 2007 New Revision: 513829 URL: http://svn.apache.org/viewvc?view=rev&rev=513829 Log: add resource collection Added: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/Last.java (with props) ant/core/trunk/src/main/org/apache/tools/a

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

2007-03-02 Thread mbenson
Author: mbenson Date: Fri Mar 2 08:15:23 2007 New Revision: 513824 URL: http://svn.apache.org/viewvc?view=rev&rev=513824 Log: ws Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Tar.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Tar.java URL: http://svn

svn commit: r513823 - /ant/core/trunk/src/main/org/apache/tools/ant/types/ArchiveFileSet.java

2007-03-02 Thread mbenson
Author: mbenson Date: Fri Mar 2 08:14:57 2007 New Revision: 513823 URL: http://svn.apache.org/viewvc?view=rev&rev=513823 Log: spelling and random junk Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/ArchiveFileSet.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/type

archivefileset resources

2007-03-02 Thread Matt Benson
I noticed that in order to pick the archivefileset parameters on e.g. (I'm assuming zip and family work this way as well) the archivefileset has to be a direct child of the archive task. This means that specifying e.g. doesn't work as I would expect. Is it agreed that 's ignoring the f

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

2007-03-02 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

svn commit: r513733 - in /ant/core/trunk/docs/manual: CoreTasks/antversion.html CoreTasks/conditions.html coretasklist.html

2007-03-02 Thread jhm
Author: jhm Date: Fri Mar 2 04:35:02 2007 New Revision: 513733 URL: http://svn.apache.org/viewvc?view=rev&rev=513733 Log: Document task. Added: ant/core/trunk/docs/manual/CoreTasks/antversion.html Modified: ant/core/trunk/docs/manual/CoreTasks/conditions.html ant/core/trunk/docs/man

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

2007-03-02 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

svn commit: r513710 - in /ant/core/trunk/src: main/org/apache/tools/ant/taskdefs/condition/AntVersion.java tests/antunit/taskdefs/condition/antversion-test.xml

2007-03-02 Thread jhm
Author: jhm Date: Fri Mar 2 03:31:53 2007 New Revision: 513710 URL: http://svn.apache.org/viewvc?view=rev&rev=513710 Log: -TASK evaluates now atLeast and exactly attributes. Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java ant/core/trunk/src/test