Re: Bugs in release branch

2007-10-29 Thread Steve Loughran
Jesse Glick wrote: Kevin Jackson wrote: LocatorTest.testNetworkURI file:\\PC03\jclasses\lib\ant-1.7.0.jar This is not a syntactically valid URI, I think. LocatorTest.testUnixNetworkPath file://cluster/home/ant/lib This is probably illegal too; AFAIK the host field is meaningless for a

DO NOT REPLY [Bug 43716] - position of import task cannot be after their references

2007-10-29 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 dotnet-antlib-test (in module ant-antlibs) failed

2007-10-29 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-test has an issue affecting its community integration. This issue a

Re: Problem with Cactus and Ant

2007-10-29 Thread Steve Loughran
Petar Tahchiev wrote: Hi guys, my name is Petar Tahchiev and I am one of the developers of Jakarta Cactus. I have a really strange problem, when using Ant > 1.6.5. Hi peter, glad to get some of the cactus folk involved. When trying to execute my cactus tasks, I invoke actually the JunitTask,

DO NOT REPLY [Bug 43447] - Use Java 5 attributes as a replacement for XDoclet docs

2007-10-29 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

Cactus Problem with Ant Current

2007-10-29 Thread Petar Tahchiev
Hi guys, sorry to bother you with this email twice, but I am not sure if you got the previous one, so: my name is Petar Tahchiev and I am one of the developers of Jakarta Cactus. I have a really strange problem, when using Ant > 1.6.5. When trying to execute my cactus tasks, I invoke actually the

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

2007-10-29 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

2007-10-29 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

adding a waitfor to a sequence

2007-10-29 Thread Steve Loughran
How do I go (new Sequential).addTask(new WaitFor())? Because WaitFor is not a task, just a project component with an execute method. -steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

AW: adding a waitfor to a sequence

2007-10-29 Thread Jan.Materne
Not tried TaskAdapter ta = new TaskAdapter(); ta.setProxy( new WaitFor() ); (new Sequential).addTask(ta); mmmhhh ... for these scenario we should provide a constructor TaskAdapter() TaskAdapter(Object proxy) Jan >-Ursprüngliche Nachricht- >Von: Steve Loughran [mailto:[EMAIL P

svn commit: r589701 - in /ant/core/branches/ANT_17_BRANCH/src: main/org/apache/tools/ant/types/optional/ScriptCondition.java tests/antunit/types/scriptcondition-test.xml

2007-10-29 Thread mbenson
Author: mbenson Date: Mon Oct 29 08:55:40 2007 New Revision: 589701 URL: http://svn.apache.org/viewvc?rev=589701&view=rev Log: revert scriptcondition changes, at least for 1.7.1 Modified: ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/types/optional/ScriptCondition.java a

Re: AW: adding a waitfor to a sequence

2007-10-29 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Not tried TaskAdapter ta = new TaskAdapter(); ta.setProxy( new WaitFor() ); (new Sequential).addTask(ta); that's it. FWIW, I'm doing a functional test task for Ant, based on my experience with the SmartFrog one, but not using any of the existing code. This one will

Re: adding a waitfor to a sequence

2007-10-29 Thread Matt Benson
--- Steve Loughran <[EMAIL PROTECTED]> wrote: > > How do I go (new Sequential).addTask(new > WaitFor())? > > Because WaitFor is not a task, just a project > component with an execute > method. Can't you use a TaskAdapter in code? -Matt > > -steve > > -

svn commit: r589715 - /ant/core/trunk/src/main/org/apache/tools/ant/TaskAdapter.java

2007-10-29 Thread jhm
Author: jhm Date: Mon Oct 29 09:19:14 2007 New Revision: 589715 URL: http://svn.apache.org/viewvc?rev=589715&view=rev Log: Two constructors: for easier use and (then needed) for reflection. Modified: ant/core/trunk/src/main/org/apache/tools/ant/TaskAdapter.java Modified: ant/core/trunk/src/m

svn commit: r589719 - /ant/core/tags/ANT_170/src/main/org/apache/tools/ant/TaskAdapter.java

2007-10-29 Thread jhm
Author: jhm Date: Mon Oct 29 09:21:09 2007 New Revision: 589719 URL: http://svn.apache.org/viewvc?rev=589719&view=rev Log: sync Modified: ant/core/tags/ANT_170/src/main/org/apache/tools/ant/TaskAdapter.java Modified: ant/core/tags/ANT_170/src/main/org/apache/tools/ant/TaskAdapter.java URL:

Re: adding a waitfor to a sequence

2007-10-29 Thread Matt Benson
Sorry, guys--multitasking and responded to Steve's query without updating my inbox first. Then had a race condition with Jan to add the convenience constructor. ;) -Matt --- Matt Benson <[EMAIL PROTECTED]> wrote: > > --- Steve Loughran <[EMAIL PROTECTED]> wrote: > > > > > How do I go (new

svn commit: r589728 - /ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/TaskAdapter.java

2007-10-29 Thread mbenson
Author: mbenson Date: Mon Oct 29 09:36:10 2007 New Revision: 589728 URL: http://svn.apache.org/viewvc?rev=589728&view=rev Log: merge Jan's new constructor in the branch Modified: ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/TaskAdapter.java Modified: ant/core/branches/ANT_

getting const strings into antunit tests

2007-10-29 Thread Steve Loughran
Now, one more feature for someone to add, which is a variant of what we added to smartfrog last week. 1. In junit tests, you can reference the Java string in the java code, so your tests dont break if the message changes. 2. If you test in a higher level framework (antunit, sf test compound

Re: adding a waitfor to a sequence

2007-10-29 Thread Steve Loughran
Matt Benson wrote: Sorry, guys--multitasking and responded to Steve's query without updating my inbox first. Then had a race condition with Jan to add the convenience constructor. ;) no problem, thank you both :) you will soon have a task to test with. Actually, the task itself isnt that ea

svn commit: r589742 - /ant/core/tags/ANT_170/src/main/org/apache/tools/ant/TaskAdapter.java

2007-10-29 Thread mbenson
Author: mbenson Date: Mon Oct 29 10:03:35 2007 New Revision: 589742 URL: http://svn.apache.org/viewvc?rev=589742&view=rev Log: revert mistaken commit to a version tag Modified: ant/core/tags/ANT_170/src/main/org/apache/tools/ant/TaskAdapter.java Modified: ant/core/tags/ANT_170/src/main/org/a

svn commit: r589763 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java

2007-10-29 Thread stevel
Author: stevel Date: Mon Oct 29 10:41:35 2007 New Revision: 589763 URL: http://svn.apache.org/viewvc?rev=589763&view=rev Log: discussion on junit triggered me to look at this task; fix some things the IDE warned about on localisation. Modified: ant/core/trunk/src/main/org/apache/tools/ant/t

svn commit: r589762 - /ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java

2007-10-29 Thread stevel
Author: stevel Date: Mon Oct 29 10:40:51 2007 New Revision: 589762 URL: http://svn.apache.org/viewvc?rev=589762&view=rev Log: javadoc Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java URL: ht

svn commit: r589752 - /ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/conditions.html

2007-10-29 Thread mbenson
Author: mbenson Date: Mon Oct 29 10:24:16 2007 New Revision: 589752 URL: http://svn.apache.org/viewvc?rev=589752&view=rev Log: revert scriptcondition changes, at least for 1.7.1 Modified: ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/conditions.html Modified: ant/core/branches/ANT_17

svn commit: r589754 - in /ant/core/branches/ANT_17_BRANCH: docs/manual/CoreTasks/xmlproperty.html src/main/org/apache/tools/ant/taskdefs/XmlProperty.java

2007-10-29 Thread mbenson
Author: mbenson Date: Mon Oct 29 10:26:10 2007 New Revision: 589754 URL: http://svn.apache.org/viewvc?rev=589754&view=rev Log: sync: Modified: ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/xmlproperty.html ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs/Xm

Re: getting const strings into antunit tests

2007-10-29 Thread Matt Benson
--- Steve Loughran <[EMAIL PROTECTED]> wrote: > > Now, one more feature for someone to add, which is a > variant of what we > added to smartfrog last week. > > 1. In junit tests, you can reference the Java string > in the java code, > so your tests dont break if the message changes. > > 2. I

svn commit: r589767 - in /ant/core/trunk/src/main/org/apache/tools/ant: taskdefs/ taskdefs/optional/testing/ util/

2007-10-29 Thread stevel
Author: stevel Date: Mon Oct 29 10:44:21 2007 New Revision: 589767 URL: http://svn.apache.org/viewvc?rev=589767&view=rev Log: new test tasks, not declared yet -so they dont exist- for functional testing is waitfor that throws a BuildTimeoutException when it times out Added: ant/core/trunk/

svn commit: r589756 - in /ant/core/tags/ANT_170: docs/manual/CoreTasks/xmlproperty.html src/main/org/apache/tools/ant/taskdefs/XmlProperty.java

2007-10-29 Thread mbenson
Author: mbenson Date: Mon Oct 29 10:30:35 2007 New Revision: 589756 URL: http://svn.apache.org/viewvc?rev=589756&view=rev Log: revert mistaken commit to release tag Modified: ant/core/tags/ANT_170/docs/manual/CoreTasks/xmlproperty.html ant/core/tags/ANT_170/src/main/org/apache/tools/ant/

Re: [VOTE] Merge Ivy and Ant Dev Lists

2007-10-29 Thread Bruce Atherton
Stefan Bodewig wrote: Should we merge [EMAIL PROTECTED] into [EMAIL PROTECTED] and likewise [EMAIL PROTECTED] into the new [EMAIL PROTECTED] +1 to both. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

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

2007-10-29 Thread stevel
Author: stevel Date: Mon Oct 29 10:30:28 2007 New Revision: 589755 URL: http://svn.apache.org/viewvc?rev=589755&view=rev Log: javdoc Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Parallel.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Parallel.java URL

Moderators for notifications@ (was Re: [RESULT] notifications list will be created)

2007-10-29 Thread Stefan Bodewig
On Fri, 26 Oct 2007, Gilles Scokart <[EMAIL PROTECTED]> wrote: > I have never modarated a list, but I guess that a commit list should > not be too heavy and would be a good to start. Thanks, Gilles. In the beginning you'll have to "allow" a bunch of email addresses in since most people won't be

Re: getting const strings into antunit tests

2007-10-29 Thread Stefan Bodewig
On Mon, 29 Oct 2007, Steve Loughran <[EMAIL PROTECTED]> wrote: > Our solution was to add a new reference, so we can extract text from > a java static member > > testBadHost extends SSHTestExpectsFailure { > > action:host="missing.example.org"; > > expectedText CONSTANT >

DO NOT REPLY [Bug 25734] - XmlLogger doesn't log when parallel is used.

2007-10-29 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 25734] - XmlLogger doesn't log when parallel is used.

2007-10-29 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: Cactus Problem with Ant Current

2007-10-29 Thread Stefan Bodewig
On Mon, 29 Oct 2007, Petar Tahchiev <[EMAIL PROTECTED]> wrote: > Hi guys, sorry to bother you with this email twice, but I am not > sure if you got the previous one, so: It was stuck in the moderation queue for a while but eventually came through. You even got a response 8-)

Re: Bugs in release branch

2007-10-29 Thread Stefan Bodewig
On Sat, 27 Oct 2007, Jesse Glick <[EMAIL PROTECTED]> wrote: > Kevin Jackson wrote: >> LocatorTest.testNetworkURI >> file:\\PC03\jclasses\lib\ant-1.7.0.jar > > This is not a syntactically valid URI, I think. Agreed. >> LocatorTest.testUnixNetworkPath >> file://cluster/home/ant/lib > > T

Re: svn commit: r589767 - in /ant/core/trunk/src/main/org/apache/tools/ant: taskdefs/ taskdefs/optional/testing/ util/

2007-10-29 Thread Stefan Bodewig
On Mon, 29 Oct 2007, <[EMAIL PROTECTED]> wrote: > +/* > + * Copyright 2007 The Apache Software Foundation > + * we don't put any Copyright lines in anymore, see the other files. > +public class BlockFor extends WaitFor { IIUC the only difference to WaitFor is that it fails if the condition tim

Proposal directory in SVN

2007-10-29 Thread Gilles Scokart
What is the content of http://svn.apache.org/viewvc/ant/core/trunk/proposal/ ? It doesn't seem to have been updated since a long time. Gilles