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

2005-11-06 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

2005-11-06 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: AntUnit

2005-11-06 Thread Martijn Kruithof
Stefan Bodewig wrote: I'd not be opposed against making antunit part of the core, but so far it hasn't attracted enough committers to even leave the sandbox. And the six months probation time is over, BTW. Stefan I think the using / maintaining by ourselves is more of a chicken and egg p

svn commit: r331165 - /ant/sandbox/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml

2005-11-06 Thread stevel
Author: stevel Date: Sun Nov 6 15:55:23 2005 New Revision: 331165 URL: http://svn.apache.org/viewcvs?rev=331165&view=rev Log: an extra test Modified: ant/sandbox/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml Modified: ant/sandbox/antlibs/antunit/trunk/src/main/org/apache

Re: AntUnit

2005-11-06 Thread Kev Jackson
I think the using / maintaining by ourselves is more of a chicken and egg problem - We do not really need it for our "outside ant" activities - We cannot really use it for our "inside ant" activities as it is in the sandbox. - We do not maintain it as we do not use it, and it is in the sand

[Patch] use StringUtils in AntUnit

2005-11-06 Thread Kev Jackson
- use StringUtils.LINE_SEP instead of looking up System.getProperty("line.seperator") each time - remove unused import statement Kev Index: D:/java_projects/ant-sandbox/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/PlainAntUnitListener.java ==