Re: Problem in extending org.apache.tools.ant.taskdefs.Java class

2006-08-08 Thread Ben
Looks not that easy. JUnit task exclusively uses getCommandLine() method to get the CommandlineJava object, which gives me an extension point (well, based upon the impl detail though). Java task uses "cmdl" variable directly, there's no way I can sneak anything in there. So, I'm still stuck. :-<

Re: Problem in extending org.apache.tools.ant.taskdefs.Java class

2006-08-08 Thread Stefan Bodewig
On Tue, 8 Aug 2006, Ben <[EMAIL PROTECTED]> wrote: > Nah. commandline will never get me the hierarchy that I > want. java.exe only accepts a flat set of urls. I know. That's why I assumed you only needed to modify the non-forked case. > What I'm doing is to have a proxy class: MainProxy. So st

Re: [EMAIL PROTECTED]: Project antunit (in module ant-antlibs) failed

2006-08-08 Thread Stefan Bodewig
On Wed, 09 Aug 2006, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: >> I'll downgrade it to optional, or we can patch gump to get the >> right directory. > > Do you need to patch gump or to set a property ant.home when you > build the antlibs ? Maybe setting a property is supported by gump by >

Re: Problem in extending org.apache.tools.ant.taskdefs.Java class

2006-08-08 Thread Ben
Nah. commandline will never get me the hierarchy that I want. java.exe only accepts a flat set of urls. What I'm doing is to have a proxy class: MainProxy. 1. A system property will be set (say, set it to "lib") to call MainProxy 2. Another system property is set to the actually class name. 3. w

Re: svn commit: r429683 - /ant/sandbox/antlibs/http/trunk/build.xml

2006-08-08 Thread Stefan Bodewig
On Tue, 8 Aug 2006, Dominique Devienne <[EMAIL PROTECTED]> wrote: > Why the license change? It is the same license, only the copyright blurb has been removed. > Anything we do as ASF contributors is "owned" by the ASF, isn't it? No, it isn't. Th

Re: Problem in extending org.apache.tools.ant.taskdefs.Java class

2006-08-08 Thread Stefan Bodewig
On Mon, 7 Aug 2006, Ben <[EMAIL PROTECTED]> wrote: > I'm talking about the forked version, cuz that's almost the only > mode I use. :-) How do you get your classloader into the forked VM? What kind of changes do you need to make to the task? Only modify the commandline used to start the VM? St

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

2006-08-08 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: r429887 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ProcessDestroyer.java

2006-08-08 Thread jglick
Author: jglick Date: Tue Aug 8 16:43:07 2006 New Revision: 429887 URL: http://svn.apache.org/viewvc?rev=429887&view=rev Log: Avoid a useless exception being (sometimes) thrown if a task is halted with Thread.stop(). Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ProcessDes

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

2006-08-08 Thread stevel
Author: stevel Date: Tue Aug 8 15:58:45 2006 New Revision: 429871 URL: http://svn.apache.org/viewvc?rev=429871&view=rev Log: make it optional Modified: ant/antlibs/common/trunk/build.xml Modified: ant/antlibs/common/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/antlibs/common/trunk

Re: [EMAIL PROTECTED]: Project antunit (in module ant-antlibs) failed

2006-08-08 Thread Antoine Levy-Lambert
Hello Steve, Original-Nachricht Datum: Tue, 08 Aug 2006 22:22:38 +0100 Von: Steve Loughran <[EMAIL PROTECTED]> An: Ant Developers List Betreff: Re: [EMAIL PROTECTED]: Project antunit (in module ant-antlibs) failed > > BUILD FAILED > > /x1/gump/public/workspace/ant-antlibs/antu

Re: svn commit: r429683 - /ant/sandbox/antlibs/http/trunk/build.xml

2006-08-08 Thread Dominique Devienne
So we change licenses again? I remember going to the shorter license blurb in the files, pointing to the full license, but is this yet another license? --DD On 8/8/06, Steve Loughran <[EMAIL PROTECTED]> wrote: Dominique Devienne wrote: > Why the license change? Anything we do as ASF contributors

Re: [EMAIL PROTECTED]: Project antunit (in module ant-antlibs) failed

2006-08-08 Thread Steve Loughran
Gump Integration Build wrote: 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 antunit has an issue affecting its community int

Re: svn commit: r429683 - /ant/sandbox/antlibs/http/trunk/build.xml

2006-08-08 Thread Steve Loughran
Dominique Devienne wrote: Why the license change? Anything we do as ASF contributors is "owned" by the ASF, isn't it? So why the "license contributor agreement" mention? --DD 1. I just copied it from a build file that stefan had patched 2. the licence change went in to emphasise that contribu

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

2006-08-08 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 has an issue affecting its community integration. This issue affects 2

[EMAIL PROTECTED]: Project http-antlib (in module ant-antlibs-sandbox) failed

2006-08-08 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 http-antlib has an issue affecting its community integration. This issue affects

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

2006-08-08 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 has an issue affecting its community integration. This issue affect

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

2006-08-08 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 antunit has an issue affecting its community integration. This issue affects 2 pr

Re: svn commit: r429683 - /ant/sandbox/antlibs/http/trunk/build.xml

2006-08-08 Thread Dominique Devienne
Why the license change? Anything we do as ASF contributors is "owned" by the ASF, isn't it? So why the "license contributor agreement" mention? --DD On 8/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: stevel Date: Tue Aug 8 08:16:56 2006 New Revision: 429683 URL: http://svn.apache.

svn commit: r429686 - /ant/antlibs/svn/trunk/libraries.properties

2006-08-08 Thread stevel
Author: stevel Date: Tue Aug 8 08:18:49 2006 New Revision: 429686 URL: http://svn.apache.org/viewvc?rev=429686&view=rev Log: version marker for this project Added: ant/antlibs/svn/trunk/libraries.properties Added: ant/antlibs/svn/trunk/libraries.properties URL: http://svn.apache.org/viewvc

svn commit: r429684 - /ant/sandbox/antlibs/http/trunk/build.xml

2006-08-08 Thread stevel
Author: stevel Date: Tue Aug 8 08:17:31 2006 New Revision: 429684 URL: http://svn.apache.org/viewvc?rev=429684&view=rev Log: and I dont need to load build.properties, as common/build.xml now does it Modified: ant/sandbox/antlibs/http/trunk/build.xml Modified: ant/sandbox/antlibs/http/trunk/

svn commit: r429683 - /ant/sandbox/antlibs/http/trunk/build.xml

2006-08-08 Thread stevel
Author: stevel Date: Tue Aug 8 08:16:56 2006 New Revision: 429683 URL: http://svn.apache.org/viewvc?rev=429683&view=rev Log: change default target Modified: ant/sandbox/antlibs/http/trunk/build.xml Modified: ant/sandbox/antlibs/http/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/san

svn commit: r429682 - /ant/sandbox/antlibs/http/trunk/libraries.properties

2006-08-08 Thread stevel
Author: stevel Date: Tue Aug 8 08:16:28 2006 New Revision: 429682 URL: http://svn.apache.org/viewvc?rev=429682&view=rev Log: library version for this artifact Added: ant/sandbox/antlibs/http/trunk/libraries.properties Added: ant/sandbox/antlibs/http/trunk/libraries.properties URL: http://s

svn commit: r429681 - /ant/antlibs/antunit/trunk/libraries.properties

2006-08-08 Thread stevel
Author: stevel Date: Tue Aug 8 08:15:40 2006 New Revision: 429681 URL: http://svn.apache.org/viewvc?rev=429681&view=rev Log: library version for this artifact Added: ant/antlibs/antunit/trunk/libraries.properties Added: ant/antlibs/antunit/trunk/libraries.properties URL: http://svn.apache.

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

2006-08-08 Thread stevel
Author: stevel Date: Tue Aug 8 08:12:41 2006 New Revision: 429680 URL: http://svn.apache.org/viewvc?rev=429680&view=rev Log: working w/ httpunit, now to test on some others. Modified: ant/antlibs/common/trunk/build.xml Modified: ant/antlibs/common/trunk/build.xml URL: http://svn.apache.org

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

2006-08-08 Thread stevel
Author: stevel Date: Tue Aug 8 07:27:25 2006 New Revision: 429661 URL: http://svn.apache.org/viewvc?rev=429661&view=rev Log: Checking this in to pull it out on the various antlibs to see what breaks. This is the pom-enabled version of common/build.xml -reads in ${ant.home}/lib/version.propertie

DO NOT REPLY [Bug 40209] New: - with huge build files, ant crashes with a RuntimeException: Mismatch - popped element = task:ant finished target element = target:update

2006-08-08 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 40207] - hashCode() in Target breaks XmlLogger (and CruiseControl)

2006-08-08 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 40207] - hashCode() in Target breaks XmlLogger (and CruiseControl)

2006-08-08 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 40207] New: - hashCode() in Target breaks XmlLogger (and CruiseControl)

2006-08-08 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

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

2006-08-08 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