DO NOT REPLY [Bug 12817] - capture of stdout/stderr in JUnit task causes out of memory exception

2006-10-11 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: r463045 - in /ant/core/trunk: ./ docs/manual/OptionalTasks/ src/main/org/apache/tools/ant/taskdefs/optional/junit/

2006-10-11 Thread peterreilly
Author: peterreilly Date: Wed Oct 11 16:13:08 2006 New Revision: 463045 URL: http://svn.apache.org/viewvc?view=rev&rev=463045 Log: Added outputtoformatters attribute to to allow suppression of noisey tests. Bugzilla report 12817. Modified: ant/core/trunk/CONTRIBUTORS ant/core/trunk/WHA

svn commit: r463031 - in /ant/core/trunk/src/tests/antunit/taskdefs/optional/junit: junit-outputtoformatters-test.xml src/ExampleTest.java

2006-10-11 Thread peterreilly
Author: peterreilly Date: Wed Oct 11 16:06:27 2006 New Revision: 463031 URL: http://svn.apache.org/viewvc?view=rev&rev=463031 Log: svn style native Modified: ant/core/trunk/src/tests/antunit/taskdefs/optional/junit/junit-outputtoformatters-test.xml (contents, props changed) ant/core/

svn commit: r463029 - /ant/core/trunk/src/tests/antunit/taskdefs/optional/junit/junit-test.xml

2006-10-11 Thread peterreilly
Author: peterreilly Date: Wed Oct 11 16:05:02 2006 New Revision: 463029 URL: http://svn.apache.org/viewvc?view=rev&rev=463029 Log: added by accident Removed: ant/core/trunk/src/tests/antunit/taskdefs/optional/junit/junit-test.xml -

svn commit: r463028 - in /ant/core/trunk/src/tests/antunit/taskdefs/optional: ./ junit/ junit/junit-outputtoformatters-test.xml junit/junit-test.xml junit/src/ junit/src/ExampleTest.java

2006-10-11 Thread peterreilly
Author: peterreilly Date: Wed Oct 11 16:04:14 2006 New Revision: 463028 URL: http://svn.apache.org/viewvc?view=rev&rev=463028 Log: tests for outputtoformatters Added: ant/core/trunk/src/tests/antunit/taskdefs/optional/ ant/core/trunk/src/tests/antunit/taskdefs/optional/junit/ ant/cor

svn commit: r463018 - /ant/antlibs/antunit/trunk/build.xml

2006-10-11 Thread mbenson
Author: mbenson Date: Wed Oct 11 15:41:47 2006 New Revision: 463018 URL: http://svn.apache.org/viewvc?view=rev&rev=463018 Log: don't fork AntUnit tests as regexp impls are not seen by . Modified: ant/antlibs/antunit/trunk/build.xml Modified: ant/antlibs/antunit/trunk/build.xml URL: http://s

Re: [antunit] test failures

2006-10-11 Thread Matt Benson
--- Matt Benson <[EMAIL PROTECTED]> wrote: > --- Matt Benson <[EMAIL PROTECTED]> wrote: > > > When I run the antunit tests against core HEAD, I > > get > > failures on the matcher stuff due to the > > org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp > > class not being found. For some reason t

Re: svn commit: r463002 - /ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/AntUnit.java

2006-10-11 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > Author: mbenson > Date: Wed Oct 11 15:17:47 2006 > New Revision: 463002 > > URL: > http://svn.apache.org/viewvc?view=rev&rev=463002 > Log: > Fix failure by making each test execute in its own > Project just like we said. To clarify, this is not addressing whatever'

svn commit: r463002 - /ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/AntUnit.java

2006-10-11 Thread mbenson
Author: mbenson Date: Wed Oct 11 15:17:47 2006 New Revision: 463002 URL: http://svn.apache.org/viewvc?view=rev&rev=463002 Log: Fix failure by making each test execute in its own Project just like we said. This is a little kludgy, but the tests pass. Also did some javadoc'ing and cleanup. Modified

svn commit: r463000 - in /ant/antlibs/antunit/trunk/src: etc/testcases/antunit.xml etc/testcases/antunit/property.xml tests/junit/org/apache/ant/antunit/AntUnitTest.java

2006-10-11 Thread mbenson
Author: mbenson Date: Wed Oct 11 15:16:00 2006 New Revision: 463000 URL: http://svn.apache.org/viewvc?view=rev&rev=463000 Log: add failing testcase b/c AntUnit doesn't do what it says Added: ant/antlibs/antunit/trunk/src/etc/testcases/antunit/property.xml (with props) Modified: ant/ant

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

2006-10-11 Thread mbenson
Author: mbenson Date: Wed Oct 11 15:02:39 2006 New Revision: 462988 URL: http://svn.apache.org/viewvc?view=rev&rev=462988 Log: put junit.fork and junit.forkmode in overridable properties Modified: ant/antlibs/common/trunk/build.xml Modified: ant/antlibs/common/trunk/build.xml URL: http://sv

Re: [antunit] test failures

2006-10-11 Thread Matt Benson
--- Matt Benson <[EMAIL PROTECTED]> wrote: > When I run the antunit tests against core HEAD, I > get > failures on the matcher stuff due to the > org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp > class not being found. For some reason this happens > even when I set ant.regexp.matcherimpl to e.

[antunit] test failures

2006-10-11 Thread Matt Benson
When I run the antunit tests against core HEAD, I get failures on the matcher stuff due to the org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp class not being found. For some reason this happens even when I set ant.regexp.matcherimpl to e.g. org.apache.tools.ant.util.regexp.JakartaOroMatcher .

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

2006-10-11 Thread mbenson
Author: mbenson Date: Wed Oct 11 14:29:33 2006 New Revision: 462963 URL: http://svn.apache.org/viewvc?view=rev&rev=462963 Log: add whatsnew note for fixing Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?view=dif

svn commit: r462955 - in /ant/core/trunk/src/main/org/apache/tools/ant/types: Path.java resources/Union.java

2006-10-11 Thread mbenson
Author: mbenson Date: Wed Oct 11 14:26:46 2006 New Revision: 462955 URL: http://svn.apache.org/viewvc?view=rev&rev=462955 Log: Let Path use Union by composition instead of inheritance so that third-party code using paths built against Ant 1.7 should still run against Ant 1.6 . Modified: ant/c

Re: DO NOT REPLY [Bug 40638] - Allow comments in PatternSet includesfile and excludesfile

2006-10-11 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Tue, 10 Oct 2006, Rick Genter > <[EMAIL PROTECTED]> wrote: > > > I think ASCII NUL is a valid character in a Unix > filename, at least > > for some flavors of Unix. > > While looking for something else I came accros > Mono's implementation > of

Re: [JPackage-discuss] Fwd: Ant 1.7.0?

2006-10-11 Thread Peter Reilly
On 10/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >>> Is there a pointer to documentation on how to use jpackage ant so it >>> can be placed in the ant manual. > >I don't think there exists documentation aside from what is in >ant, but we can give the current process for clarity. JPacka

DO NOT REPLY [Bug 36733] - NPE in XMLJUnitResultFormatter.formatOutput under Java 1.4.2_08

2006-10-11 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

DO NOT REPLY [Bug 36733] - NPE in XMLJUnitResultFormatter.formatOutput under Java 1.4.2_08

2006-10-11 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

Re: Backward compatible problem with resources

2006-10-11 Thread Peter Reilly
On 10/11/06, Matt Benson <[EMAIL PROTECTED]> wrote: --- Peter Reilly <[EMAIL PROTECTED]> wrote: > On 10/11/06, Matt Benson <[EMAIL PROTECTED]> > wrote: > > --- Peter Reilly <[EMAIL PROTECTED]> > wrote: > > > > > I have run into a bc problem with resources. > > > If ant-contrib is compiled with a

DO NOT REPLY [Bug 40726] - java.lang.IllegalThreadStateException thrown when terminating several proccesses started via exec task.

2006-10-11 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

DO NOT REPLY [Bug 40726] - java.lang.IllegalThreadStateException thrown when terminating several proccesses started via exec task.

2006-10-11 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

Re: Backward compatible problem with resources

2006-10-11 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > On 10/11/06, Matt Benson <[EMAIL PROTECTED]> > wrote: > > --- Peter Reilly <[EMAIL PROTECTED]> > wrote: > > > > > I have run into a bc problem with resources. > > > If ant-contrib is compiled with ant1.7, and used > > > with > > > ant1.6 all the tasks

DO NOT REPLY [Bug 40726] New: - java.lang.IllegalThreadStateException thrown when terminating several proccesses started via exec task.

2006-10-11 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

AW: [JPackage-discuss] Fwd: Ant 1.7.0?

2006-10-11 Thread Jan.Materne
>>> Is there a pointer to documentation on how to use jpackage ant so it >>> can be placed in the ant manual. > >I don't think there exists documentation aside from what is in >ant, but we can give the current process for clarity. JPackage-Ant is another distribution, not maintained by Ant itsel

Re: [JPackage-discuss] Fwd: Ant 1.7.0?

2006-10-11 Thread David Walluck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Reilly wrote: > 4.) I thought the way to override /etc/ant.d was to set OPT_JAR_LIST to > empty. > >> Thanks for the reply, >> I will roll back the change where script/ant does not dot call /etc/ant.conf >> if ANT_HOME is set. > >> Is there a p

DO NOT REPLY [Bug 40725] New: - build does not fail if

2006-10-11 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

Re: Backward compatible problem with resources

2006-10-11 Thread Peter Reilly
On 10/11/06, Matt Benson <[EMAIL PROTECTED]> wrote: --- Peter Reilly <[EMAIL PROTECTED]> wrote: > I have run into a bc problem with resources. > If ant-contrib is compiled with ant1.7, and used > with > ant1.6 all the tasks that use Path > cannot be used: > > C:\Documents and > Settings\reilly\l

Re: Backward compatible problem with resources

2006-10-11 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > I have run into a bc problem with resources. > If ant-contrib is compiled with ant1.7, and used > with > ant1.6 all the tasks that use Path > cannot be used: > > C:\Documents and > Settings\reilly\learning\a\for\build.xml:3: Could > not > create type

svn commit: r462786 - /ant/core/trunk/docs/manual/CoreTasks/mkdir.html

2006-10-11 Thread jhm
Author: jhm Date: Wed Oct 11 05:27:34 2006 New Revision: 462786 URL: http://svn.apache.org/viewvc?view=rev&rev=462786 Log: Document the do-nothing-if-exist behaviour of Modified: ant/core/trunk/docs/manual/CoreTasks/mkdir.html Modified: ant/core/trunk/docs/manual/CoreTasks/mkdir.html URL:

Re: Backward compatible problem with resources

2006-10-11 Thread Steve Loughran
Peter Reilly wrote: I have run into a bc problem with resources. If ant-contrib is compiled with ant1.7, and used with ant1.6 all the tasks that use Path cannot be used: C:\Documents and Settings\reilly\learning\a\for\build.xml:3: Could not create type antlib:net.sf.antcontrib:for due to java.la

Re: .NET Antlib update

2006-10-11 Thread Steve Loughran
Stefan Bodewig wrote: On Tue, 10 Oct 2006, Steve Loughran <[EMAIL PROTECTED]> wrote: aah, a mono bug. did you report it? I have no evidence they fix bugs. I filed one years back about CSC which was causing grief. Still open :( -steve

Backward compatible problem with resources

2006-10-11 Thread Peter Reilly
I have run into a bc problem with resources. If ant-contrib is compiled with ant1.7, and used with ant1.6 all the tasks that use Path cannot be used: C:\Documents and Settings\reilly\learning\a\for\build.xml:3: Could not create type antlib:net.sf.antcontrib:for due to java.lang.NoClassDefFoundErr

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

2006-10-11 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

DO NOT REPLY [Bug 40718] - javac nested exclude tag broken with comma separated values

2006-10-11 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

DO NOT REPLY [Bug 40718] - javac nested exclude tag broken with comma separated values

2006-10-11 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

Re: behaviour in changed between ant 1.6.5 and 1.7.0_beta2?

2006-10-11 Thread Vlastimil Babka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt Benson wrote: > Could you distill this down to a smaller example and > submit a report in Bugzilla? > http://issues.apache.org/bugzilla/show_bug.cgi?id=40722 - -- Vlastimil Babka (Caster) Gentoo/Java -BEGIN PGP SIGNATURE- Version: GnuPG

DO NOT REPLY [Bug 40722] - logic changed for since ant 1.6.5

2006-10-11 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

DO NOT REPLY [Bug 40722] New: - logic changed for since ant 1.6.5

2006-10-11 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

Re: [JPackage-discuss] Fwd: Ant 1.7.0?

2006-10-11 Thread Peter Reilly
On 10/11/06, David Walluck <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Reilly wrote: > I have modified the ant script to > *NOT* dot include /etc/ant.conf if ANT_HOME is set. > The reasoning is that if ANT_HOME is set, there is a 99% > chance that the user wil