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

2007-07-18 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

2007-07-18 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

AW: Vote: Proposed removal of the ant-type attribute

2007-07-18 Thread Jan.Materne
+1 Jan >-Ursprüngliche Nachricht- >Von: Steve Loughran [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 16. Juli 2007 17:25 >An: Ant Developers List >Betreff: Re: Vote: Proposed removal of the ant-type attribute > >Peter Reilly wrote: >> Hi all, >> there is an undocumented feature in ant - t

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

2007-07-18 Thread Jan.Materne
[au:antunit] Build File: /srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/build-tasks/nant-test.xml [au:antunit] Tests run: 6, Failures: 0, Errors: 3, Time elapsed: 0.783 sec [au:antunit] Target: test-echo caused an ERROR [au:antunit]at line 36, column 8 [au:antunit]Message

svn commit: r557212 - /ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java

2007-07-18 Thread peterreilly
Author: peterreilly Date: Wed Jul 18 02:58:53 2007 New Revision: 557212 URL: http://svn.apache.org/viewvc?view=rev&rev=557212 Log: checkstyle Modified: ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.jav

svn commit: r557213 - /ant/core/trunk/src/main/org/apache/tools/ant/AntClassLoader.java

2007-07-18 Thread peterreilly
Author: peterreilly Date: Wed Jul 18 02:59:27 2007 New Revision: 557213 URL: http://svn.apache.org/viewvc?view=rev&rev=557213 Log: checkstyle - ws and tab Modified: ant/core/trunk/src/main/org/apache/tools/ant/AntClassLoader.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/AntClas

svn commit: r557215 - /ant/core/trunk/src/main/org/apache/tools/ant/AntClassLoader.java

2007-07-18 Thread peterreilly
Author: peterreilly Date: Wed Jul 18 03:35:16 2007 New Revision: 557215 URL: http://svn.apache.org/viewvc?view=rev&rev=557215 Log: checkstyle: 100char limit Modified: ant/core/trunk/src/main/org/apache/tools/ant/AntClassLoader.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/AntCl

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

2007-07-18 Thread peterreilly
Author: peterreilly Date: Wed Jul 18 03:35:52 2007 New Revision: 557216 URL: http://svn.apache.org/viewvc?view=rev&rev=557216 Log: checkstyle Modified: ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHe

svn commit: r557217 - /ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java

2007-07-18 Thread peterreilly
Author: peterreilly Date: Wed Jul 18 03:37:18 2007 New Revision: 557217 URL: http://svn.apache.org/viewvc?view=rev&rev=557217 Log: checkstyle: 100charlimit Modified: ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/Compo

svn commit: r557220 - /ant/core/trunk/src/main/org/apache/tools/ant/Diagnostics.java

2007-07-18 Thread peterreilly
Author: peterreilly Date: Wed Jul 18 03:46:50 2007 New Revision: 557220 URL: http://svn.apache.org/viewvc?view=rev&rev=557220 Log: checkstyle Modified: ant/core/trunk/src/main/org/apache/tools/ant/Diagnostics.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/Diagnostics.java URL:

svn commit: r557221 - /ant/core/trunk/src/main/org/apache/tools/ant/DefaultLogger.java

2007-07-18 Thread peterreilly
Author: peterreilly Date: Wed Jul 18 03:47:12 2007 New Revision: 557221 URL: http://svn.apache.org/viewvc?view=rev&rev=557221 Log: checkstyle Modified: ant/core/trunk/src/main/org/apache/tools/ant/DefaultLogger.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/DefaultLogger.java UR

Re: svn commit: r557062 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/LoadProperties.java

2007-07-18 Thread Peter Reilly
On 7/17/07, Matt Benson <[EMAIL PROTECTED]> wrote: The refactoring is much bigger than the formatting here, FYI... wanted to reassure you that I am taking your comments to heart, Peter. Cool! I think perhaps we should push to remove all checkstyle errors for ant1.8. At work, I have implemented a

AW: svn commit: r553857 - in /ant/core/trunk: build.xml docs/manual/CoreTasks/jar.html src/etc/testcases/taskdefs/jar.xml src/main/org/apache/tools/ant/taskdefs/Jar.java src/tests/junit/org/apache/too

2007-07-18 Thread Jan.Materne
Ok, I added a "strict" attribute. When the spec is broken and strict is set to - "true": a BuildException will be thrown - "false": a message is logged on verbose mode Jan >-Ursprüngliche Nachricht- > >I think that here should be a "whine" mode to activate >these messages. They should no

Re: svn commit: r553857 - in /ant/core/trunk: build.xml docs/manual/CoreTasks/jar.html src/etc/testcases/taskdefs/jar.xml src/main/org/apache/tools/ant/taskdefs/Jar.java src/tests/junit/org/apache/too

2007-07-18 Thread Peter Reilly
It may be better to make that an enum: strict="fail" - throws exception if jar not compliant strict="ignore" - log at verbose mode if jar not compliant strict="warn" - log at warning level if jar not compliant a verbose message will get lost in the noise. Peter On 7/18/07, [EMAIL PROTECTED] <

AW: svn commit: r553857 - in /ant/core/trunk: build.xml docs/manual/CoreTasks/jar.html src/etc/testcases/taskdefs/jar.xml src/main/org/apache/tools/ant/taskdefs/Jar.java src/tests/junit/org/apache/too

2007-07-18 Thread Jan.Materne
Ok, that's fine. But I'll commit my "verbose/fail" files and change to the enum after that. Jan >-Ursprüngliche Nachricht- >Von: Peter Reilly [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 18. Juli 2007 13:11 >An: Ant Developers List >Betreff: Re: svn commit: r553857 - in /ant/core/trun

Re: svn commit: r553857 - in /ant/core/trunk: build.xml docs/manual/CoreTasks/jar.html src/etc/testcases/taskdefs/jar.xml src/main/org/apache/tools/ant/taskdefs/Jar.java src/tests/junit/org/apache/too

2007-07-18 Thread Peter Reilly
On 7/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Ok, that's fine. But I'll commit my "verbose/fail" files and change to the enum after that. Cool, Peter Jan >-Ursprüngliche Nachricht- >Von: Peter Reilly [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 18. Juli 2007 13:11 >An: An

svn commit: r557229 - in /ant/core/trunk: docs/manual/CoreTasks/jar.html src/etc/testcases/taskdefs/jar.xml src/main/org/apache/tools/ant/taskdefs/Jar.java src/tests/junit/org/apache/tools/ant/taskdef

2007-07-18 Thread jhm
Author: jhm Date: Wed Jul 18 04:23:40 2007 New Revision: 557229 URL: http://svn.apache.org/viewvc?view=rev&rev=557229 Log: Interim solution for "strict" attribute. Change to an enum in a few hours. Modified: ant/core/trunk/docs/manual/CoreTasks/jar.html ant/core/trunk/src/etc/testcases/ta

svn commit: r557235 - /ant/core/trunk/docs/ant_in_anger.html

2007-07-18 Thread jhm
Author: jhm Date: Wed Jul 18 04:47:36 2007 New Revision: 557235 URL: http://svn.apache.org/viewvc?view=rev&rev=557235 Log: Remove Antidote notes. Modified: ant/core/trunk/docs/ant_in_anger.html Modified: ant/core/trunk/docs/ant_in_anger.html URL: http://svn.apache.org/viewvc/ant/core/trunk/

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

2007-07-18 Thread Steve Loughran
[EMAIL PROTECTED] wrote: [au:antunit] Build File: /srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/build-tasks/nant-test.xml [au:antunit] Tests run: 6, Failures: 0, Errors: 3, Time elapsed: 0.783 sec [au:antunit] Target: test-echo caused an ERROR [au:antunit]at line 36, colum

DO NOT REPLY [Bug 42928] New: - when we wrap an Error in a BuildException, we should include the stack trace

2007-07-18 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: r557270 - in /ant/core/trunk: docs/manual/CoreTasks/jar.html src/etc/testcases/taskdefs/jar.xml src/main/org/apache/tools/ant/taskdefs/Jar.java src/tests/junit/org/apache/tools/ant/taskdef

2007-07-18 Thread jhm
Author: jhm Date: Wed Jul 18 07:11:50 2007 New Revision: 557270 URL: http://svn.apache.org/viewvc?view=rev&rev=557270 Log: Spec breaks now can 'fail' the build or just be reported on 'warn' or verbose ('ignore') level. Modified: ant/core/trunk/docs/manual/CoreTasks/jar.html ant/core/trun

svn commit: r557376 - in /ant/core/branches/ANT_17_BRANCH: WHATSNEW docs/manual/CoreTasks/jar.html src/etc/testcases/taskdefs/jar.xml src/main/org/apache/tools/ant/taskdefs/Jar.java src/tests/junit/or

2007-07-18 Thread peterreilly
Author: peterreilly Date: Wed Jul 18 13:10:59 2007 New Revision: 557376 URL: http://svn.apache.org/viewvc?view=rev&rev=557376 Log: merge jar strict attribute from trunk Modified: ant/core/branches/ANT_17_BRANCH/WHATSNEW ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/jar.html an

svn commit: r557377 - /ant/core/trunk/WHATSNEW

2007-07-18 Thread peterreilly
Author: peterreilly Date: Wed Jul 18 13:12:22 2007 New Revision: 557377 URL: http://svn.apache.org/viewvc?view=rev&rev=557377 Log: add the jar change to the WHATSNEW file Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHA