Re: How to contribute an optional Ant task (ccfindmerge)?

2007-05-18 Thread Kevin Jackson
I thought that maybe other Ant/ClearCase users out there could use this task too, so I would like to contribute CCFindmerge to the Apache Ant codebase. However, I am not quite sure about how to go about it (sorry, it's my first time here). No worries. I have read the instructions at http://www

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

2007-05-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 test-ant-no-xerces has an issue affecting its community integration. This issue a

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

2007-05-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 test-ant has an issue affecting its community integration. This issue affects 1 p

Re: BigProjectLogger

2007-05-18 Thread Dominique Devienne
On 5/18/07, Steve Loughran <[EMAIL PROTECTED]> wrote: OK. You've done what I've done, except with some stacking. I had too, some of my builds had 3 or 4 levels, Makefile-style. Which is not that surprising, since it was building mostly native stuff with . I think it's essential to do the stacki

DO NOT REPLY [Bug 42301] - Suggestion: Make macrodef text have an default value

2007-05-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: r539547 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/MacroDef.java src/main/org/apache/tools/ant/taskdefs/MacroInstance.java src/tests/antunit/taskdefs/macrodef-te

2007-05-18 Thread peterreilly
Author: peterreilly Date: Fri May 18 11:23:51 2007 New Revision: 539547 URL: http://svn.apache.org/viewvc?view=rev&rev=539547 Log: bugzilla request: 42301 add default for text element in macrodef Added: ant/core/trunk/src/tests/antunit/taskdefs/macrodef-test.xml Modified: ant/core/trunk/W

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

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

DO NOT REPLY [Bug 42447] - Add support for conditions to echo task and arg element

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

Re: BigProjectLogger

2007-05-18 Thread Steve Loughran
Dominique Devienne wrote: On 5/18/07, Steve Loughran <[EMAIL PROTECTED]> wrote: One question I have here, is : how should I present teh project name. (a) with a . for example: kernel.init and kernel.common.init -good for simple things, but imports can confuse it (b) a / for example

svn commit: r539477 - in /ant/core/trunk: ./ docs/manual/ src/main/org/apache/tools/ant/ src/main/org/apache/tools/ant/listener/

2007-05-18 Thread stevel
Author: stevel Date: Fri May 18 07:20:10 2007 New Revision: 539477 URL: http://svn.apache.org/viewvc?view=rev&rev=539477 Log: Logger work. The main change is the new BigProjectLogger that makes reading the results of very big chained/nested projects manageable. Some pulling up of helper method

Re: BigProjectLogger

2007-05-18 Thread Dominique Devienne
On 5/18/07, Steve Loughran <[EMAIL PROTECTED]> wrote: One question I have here, is : how should I present teh project name. (a) with a . for example: kernel.init and kernel.common.init -good for simple things, but imports can confuse it (b) a / for example: kernel/init and kernel/c

BigProjectLogger

2007-05-18 Thread Steve Loughran
I'm just coding up a new logger to make it easier to analyse big projects built with subant. From the patched listeners.html: BigProjectLogger This logger is designed to make examining the logs of a big build easier, especially those run under continuous integration tools. It Includ

How to contribute an optional Ant task (ccfindmerge)?

2007-05-18 Thread Fabio Gavilondo
Hello Ant contributers, The ClearCase optional tasks ( http://ant.apache.org/manual/OptionalTasks/clearcase.html) don't offer support for merge operations. I have written a 'CCFindmerge' task that inherits from org.apache.tools.ant.taskdefs.optional.clearcase.ClearCase, pretty much in the same v

svn commit: r539370 - /ant/core/trunk/src/main/org/apache/tools/ant/util/optional/JavaxScriptRunner.java

2007-05-18 Thread peterreilly
Author: peterreilly Date: Fri May 18 03:31:34 2007 New Revision: 539370 URL: http://svn.apache.org/viewvc?view=rev&rev=539370 Log: fx can be used as well as FX for openjfx Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/optional/JavaxScriptRunner.java Modified: ant/core/trunk/s

Re: WSDL2Java classpath?

2007-05-18 Thread Peter Reilly
I use axis-1.4. Both java2wsdl and wsdl2java tasks takes a nested classpath element. I use the following macros: http://localhost:8080/axis/services/@{service}";> and

Re: WSDL2Java classpath?

2007-05-18 Thread Steve Loughran
Martin Gainty wrote: Good Evening All Is there a classpath or classpathref attribute avail for wsdl2java Task? there should be, but you'd have to check the docs or with the axis team. I havent touched it for a long, long time

Re: applyjava

2007-05-18 Thread Steve Loughran
Matt Benson wrote: As for how the proposed relates to , I imagine it would extend in almost or exactly the same way that extends . makes sense...sometimes there is the need, and you dont always want to write a new task. See also , which turns resources into arguments for java http://ant

DO NOT REPLY [Bug 42447] - Add support for conditions to echo task and arg element

2007-05-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: r539331 - /ant/core/trunk/src/tests/antunit/taskdefs/retry-test.xml

2007-05-18 Thread kevj
Author: kevj Date: Fri May 18 01:59:52 2007 New Revision: 539331 URL: http://svn.apache.org/viewvc?view=rev&rev=539331 Log: -extra test Modified: ant/core/trunk/src/tests/antunit/taskdefs/retry-test.xml Modified: ant/core/trunk/src/tests/antunit/taskdefs/retry-test.xml URL: http://svn.apach

svn commit: r539329 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Retry.java

2007-05-18 Thread kevj
Author: kevj Date: Fri May 18 01:58:19 2007 New Revision: 539329 URL: http://svn.apache.org/viewvc?view=rev&rev=539329 Log: -javadoc and break if the task executes cleanly Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Retry.java Modified: ant/core/trunk/src/main/org/apache/

Re: Retry task available in svn head

2007-05-18 Thread Kevin Jackson
Hi Jan, If the nested task does not fail, the loop must be finished. +public void execute() throws BuildException { +for(int i=0; i<=retryCount; i++) { +try { +nestedTask.perform(); yes there should be a break; here - I will update as soon as eclipse has

AW: Retry task available in svn head

2007-05-18 Thread Jan.Materne
If the nested task does not fail, the loop must be finished. +public void execute() throws BuildException { +for(int i=0; i<=retryCount; i++) { +try { +nestedTask.perform(); +} catch (Exception e) { +if (i-Ursprüngliche Nachri

Retry task available in svn head

2007-05-18 Thread Kevin Jackson
Hi all, Based on the feedback, I modified the task a little (only support 1 nested task) and threw together some doc. Please -1 if you think this is unsuitable/broken/smells funny Thanks, Kev - To unsubscribe, e-mail: [EMAIL P

svn commit: r539310 - /ant/core/trunk/src/tests/antunit/taskdefs/retry-test.xml

2007-05-18 Thread kevj
Author: kevj Date: Fri May 18 01:26:39 2007 New Revision: 539310 URL: http://svn.apache.org/viewvc?view=rev&rev=539310 Log: -retry task container Added: ant/core/trunk/src/tests/antunit/taskdefs/retry-test.xml Added: ant/core/trunk/src/tests/antunit/taskdefs/retry-test.xml URL: http://svn.a

svn commit: r539309 - /ant/core/trunk/docs/manual/CoreTasks/retry.html

2007-05-18 Thread kevj
Author: kevj Date: Fri May 18 01:25:32 2007 New Revision: 539309 URL: http://svn.apache.org/viewvc?view=rev&rev=539309 Log: -retry task container Added: ant/core/trunk/docs/manual/CoreTasks/retry.html Added: ant/core/trunk/docs/manual/CoreTasks/retry.html URL: http://svn.apache.org/viewvc/a

svn commit: r539307 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/defaults.properties

2007-05-18 Thread kevj
Author: kevj Date: Fri May 18 01:24:12 2007 New Revision: 539307 URL: http://svn.apache.org/viewvc?view=rev&rev=539307 Log: -retry task container Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/defaults.properties Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskde

svn commit: r539306 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Retry.java

2007-05-18 Thread kevj
Author: kevj Date: Fri May 18 01:21:18 2007 New Revision: 539306 URL: http://svn.apache.org/viewvc?view=rev&rev=539306 Log: -retry task container Added: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Retry.java Added: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Retry.java UR

AW: WSDL2Java classpath?

2007-05-18 Thread Jan.Materne
There is no built-in wsdl2java task in Ant. I think you mean the one of Axis http://ws.apache.org/axis/java/ant/axis-wsdl2java.html There is no cp/cpref attribute documented. Jan >-Ursprüngliche Nachricht- >Von: Martin Gainty [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 18. Mai 2