DO NOT REPLY [Bug 42437] - more detail on junitvmwatcher FileNotFoundException

2007-05-17 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 42053] - FileNotFoundException junitvmwatcher / seems related to 41104

2007-05-17 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 42263] - built-in property ${ant.version} not set in a call with subant

2007-05-17 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 42263] - built-in property ${ant.version} not set in a call with subant

2007-05-17 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 42263] - built-in property ${ant.version} not set in a call with subant

2007-05-17 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 42263] - built-in property ${ant.version} not set in a call with subant

2007-05-17 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

Retry task container pt2

2007-05-17 Thread Kevin Jackson
Hi all, Does anyone object to adding a retry task container to ant core? I've made a few alterations to the code I attached to the previous email. The only worry I have is if it's too 'workflowy', if you know what I mean. Kev ---

svn commit: r538976 - /ant/core/trunk/src/main/org/apache/tools/ant/util/java15/ProxyDiagnostics.java

2007-05-17 Thread kevj
Author: kevj Date: Thu May 17 08:42:12 2007 New Revision: 538976 URL: http://svn.apache.org/viewvc?view=rev&rev=538976 Log: -remove extra whitespace Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/java15/ProxyDiagnostics.java Modified: ant/core/trunk/src/main/org/apache/tools/a

Re: Retry task container pt2

2007-05-17 Thread Steve Loughran
Kevin Jackson wrote: Hi all, Does anyone object to adding a retry task container to ant core? I've made a few alterations to the code I attached to the previous email. The only worry I have is if it's too 'workflowy', if you know what I mean. I'm happy-ish with it...its probably simpler if

svn commit: r538995 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/Project.java src/main/org/apache/tools/ant/taskdefs/Ant.java src/tests/antunit/taskdefs/subant-test.xml

2007-05-17 Thread stevel
Author: stevel Date: Thu May 17 09:16:16 2007 New Revision: 538995 URL: http://svn.apache.org/viewvc?view=rev&rev=538995 Log: bugzilla bug 42263: ${ant.version} not set in Added: ant/core/trunk/src/tests/antunit/taskdefs/subant-test.xml Modified: ant/core/trunk/WHATSNEW ant/core/trun

DO NOT REPLY [Bug 42263] - built-in property ${ant.version} not set in a call with subant

2007-05-17 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: Retry task container pt2

2007-05-17 Thread Peter Reilly
I think that we should wait for the ant 1.7.1 branch to be made. The retry task container is similar to containers in ant-contrib (limit, outofdate, for and if). There is actually a task called "relentless" that executes a sequence of nested tasks, retrying the sequence until all the tasks have

svn commit: r539002 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/launch/Locator.java src/tests/junit/org/apache/tools/ant/launch/LocatorTest.java

2007-05-17 Thread stevel
Author: stevel Date: Thu May 17 09:25:44 2007 New Revision: 539002 URL: http://svn.apache.org/viewvc?view=rev&rev=539002 Log: bug 42275...handle failure of File.toURI() by printing the message (too noisy?) and falling back to our own code. Modified: ant/core/trunk/WHATSNEW ant/core/trunk

DO NOT REPLY [Bug 42263] - built-in property ${ant.version} not set in a call with subant

2007-05-17 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: Retry task container pt2

2007-05-17 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > I think that we should wait for the ant 1.7.1 branch > to > be made. > > The retry task container is similar to containers in > ant-contrib (limit, outofdate, for and if). > > There is actually a task called "relentless" that > executes a sequence o

Re: Retry task container pt2

2007-05-17 Thread Peter Reilly
Actaully, I did not see the manual page ;-) I just looked at the code - and misread it It does not do what I said, the task just ignores any failures until the end and then throws an exception if any failed. I guess the name of the task confused me. Peter On 5/17/07, Matt Benson <[EMAIL

Re: Retry task container pt2

2007-05-17 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > Actaully, I did not see the manual page ;-) > I just looked at the code - and misread it > > It does not do what I said, > the task just ignores any failures until > the end and then throws an exception > if any failed. > > I guess the name of

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

2007-05-17 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 42447] New: - Add support for conditions to echo task and arg element

2007-05-17 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 test-ant (in module ant) failed

2007-05-17 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

applyjava

2007-05-17 Thread Matt Benson
Example name for the task we've talked about before but have not written for inclusion, the counter-argument being that the correct thing to do here would be write a custom task. But there are Java programs (which shall remain nameless) that are ridiculously complicated to call API-style due to th

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

2007-05-17 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: applyjava

2007-05-17 Thread Dominique Devienne
On 5/17/07, Matt Benson <[EMAIL PROTECTED]> wrote: Example name for the task we've talked about before but have not written for inclusion, the counter-argument being that the correct thing to do here would be write a custom task. But there are Java programs (which shall remain nameless) that are

Re: applyjava

2007-05-17 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > On 5/17/07, Matt Benson <[EMAIL PROTECTED]> > wrote: > > Example name for the task we've talked about > before > > but have not written for inclusion, the > > counter-argument being that the correct thing to > do > > here would be write a custom

Re: applyjava

2007-05-17 Thread Dominique Devienne
On 5/17/07, Matt Benson <[EMAIL PROTECTED]> wrote: Obviously

WSDL2Java classpath?

2007-05-17 Thread Martin Gainty
Good Evening All Is there a classpath or classpathref attribute avail for wsdl2java Task? Thanks! Martin This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email

svn commit: r539233 - /ant/sandbox/antlibs/src/

2007-05-17 Thread kevj
Author: kevj Date: Thu May 17 20:13:45 2007 New Revision: 539233 URL: http://svn.apache.org/viewvc?view=rev&rev=539233 Log: -mistake with directory Removed: ant/sandbox/antlibs/src/ - To unsubscribe, e-mail: [EMAIL PROTECTE

svn commit: r539232 [2/2] - in /ant/sandbox/antlibs: ./ src/ src/etc/ src/main/ src/main/org/ src/main/org/apache/ src/main/org/apache/ant/ src/main/org/apache/ant/debian/ src/tests/ src/tests/antunit

2007-05-17 Thread kevj
Added: ant/sandbox/antlibs/src/main/org/apache/ant/debian/ControlFileTask.java URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/src/main/org/apache/ant/debian/ControlFileTask.java?view=auto&rev=539232 == --- ant/sandb

svn commit: r539234 - /ant/sandbox/antlibs/NOTICE

2007-05-17 Thread kevj
Author: kevj Date: Thu May 17 20:14:23 2007 New Revision: 539234 URL: http://svn.apache.org/viewvc?view=rev&rev=539234 Log: -mistake Removed: ant/sandbox/antlibs/NOTICE - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

svn commit: r539235 - /ant/sandbox/antlibs/ant-debian-antlib.iml

2007-05-17 Thread kevj
Author: kevj Date: Thu May 17 20:14:51 2007 New Revision: 539235 URL: http://svn.apache.org/viewvc?view=rev&rev=539235 Log: -mistake Removed: ant/sandbox/antlibs/ant-debian-antlib.iml - To unsubscribe, e-mail: [EMAIL PROTEC

svn commit: r539236 - /ant/sandbox/antlibs/ant-debian-antlib.ipr

2007-05-17 Thread kevj
Author: kevj Date: Thu May 17 20:15:13 2007 New Revision: 539236 URL: http://svn.apache.org/viewvc?view=rev&rev=539236 Log: -mistake Removed: ant/sandbox/antlibs/ant-debian-antlib.ipr - To unsubscribe, e-mail: [EMAIL PROTEC

svn commit: r539238 - /ant/sandbox/antlibs/ant-debian-antlib.iws

2007-05-17 Thread kevj
Author: kevj Date: Thu May 17 20:15:34 2007 New Revision: 539238 URL: http://svn.apache.org/viewvc?view=rev&rev=539238 Log: -mistake Removed: ant/sandbox/antlibs/ant-debian-antlib.iws - To unsubscribe, e-mail: [EMAIL PROTEC

svn commit: r539240 - /ant/sandbox/antlibs/build.xml

2007-05-17 Thread kevj
Author: kevj Date: Thu May 17 20:16:26 2007 New Revision: 539240 URL: http://svn.apache.org/viewvc?view=rev&rev=539240 Log: -mistake Removed: ant/sandbox/antlibs/build.xml - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

svn commit: r539241 - /ant/sandbox/antlibs/contributors.xml

2007-05-17 Thread kevj
Author: kevj Date: Thu May 17 20:17:38 2007 New Revision: 539241 URL: http://svn.apache.org/viewvc?view=rev&rev=539241 Log: -mistake Removed: ant/sandbox/antlibs/contributors.xml - To unsubscribe, e-mail: [EMAIL PROTECTED]

svn commit: r539242 - /ant/sandbox/antlibs/libraries.properties

2007-05-17 Thread kevj
Author: kevj Date: Thu May 17 20:19:01 2007 New Revision: 539242 URL: http://svn.apache.org/viewvc?view=rev&rev=539242 Log: -mistake Removed: ant/sandbox/antlibs/libraries.properties - To unsubscribe, e-mail: [EMAIL PROTECT

Sorry for the sandbox screw-up...

2007-05-17 Thread Kevin Jackson
Hi all, Just tried to import from Idea - and yes I got it wrong (project or module which should I import...). So please try to ignore the vast amount of commits I've just made :( Kev - To unsubscribe, e-mail: [EMAIL PROTECTED]

svn commit: r539245 [2/2] - in /ant/sandbox/antlibs/debian: ./ src/ src/etc/ src/main/ src/main/org/ src/main/org/apache/ src/main/org/apache/ant/ src/main/org/apache/ant/debian/ src/tests/ src/tests/

2007-05-17 Thread kevj
Added: ant/sandbox/antlibs/debian/src/main/org/apache/ant/debian/ControlFileTask.java URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/debian/src/main/org/apache/ant/debian/ControlFileTask.java?view=auto&rev=539245 =

svn commit: r539252 - in /ant/sandbox/antlibs/debian: ant-debian-antlib.iml ant-debian-antlib.ipr ant-debian-antlib.iws

2007-05-17 Thread kevj
Author: kevj Date: Thu May 17 20:59:07 2007 New Revision: 539252 URL: http://svn.apache.org/viewvc?view=rev&rev=539252 Log: remove idea files Removed: ant/sandbox/antlibs/debian/ant-debian-antlib.iml ant/sandbox/antlibs/debian/ant-debian-antlib.ipr ant/sandbox/antlibs/debian/ant-debia

Re: Retry task container pt2

2007-05-17 Thread Stefan Bodewig
On Thu, 17 May 2007, Steve Loughran <[EMAIL PROTECTED]> wrote: > its probably simpler if you only handle one nested task (rather than > a sequence), as people may have more expectations of rollback in > such a situation. A single task is enough anyway since people can always use as the nested ta

Re: applyjava

2007-05-17 Thread Stefan Bodewig
On Thu, 17 May 2007, Matt Benson <[EMAIL PROTECTED]> wrote: > Example name for the task we've talked about before > but have not written for inclusion, +1 for adding one. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For a