ACL sharing between ivy and ant

2007-10-03 Thread Gilles Scokart
I know I might comes a little bit late with my question. I have no problem to have all ant committers becoming ivy commiter. Certainly not. It is a quick way to increase the size of the ivy community. But I suddently have a doubt on what will happen if someone demonstrates his trustability to th

JUnit Filter, extension of JUnitTask?

2007-10-03 Thread Rutger Lubbers
Hi, JUnit (since 4.?) allows filtering of the tests to be run. It would be nice to allow ant build scripts to use this filter capacity. This would allow developers to run a (small, fast running) set of tests, while the integration or production build runs extra test sets. The filtering only works

Re: JUnit Filter, extension of JUnitTask?

2007-10-03 Thread Steve Loughran
Rutger Lubbers wrote: Hi, JUnit (since 4.?) allows filtering of the tests to be run. It would be nice to allow ant build scripts to use this filter capacity. This would allow developers to run a (small, fast running) set of tests, while the integration or production build runs extra test sets. T

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

2007-10-03 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: Cannot run ant test target on svn trunk

2007-10-03 Thread Peter Reilly
I do not see this problem. 1) However, the failing tests java file is autogenerated by org.apache.tools.ant.taskdefs.optional.FailureRecoder. You may have had failing tests that do not have nice names. The change to the build file was done here: http://svn.apache.org/viewvc?view=rev&revision=574

svn commit: r581549 - /ant/core/trunk/build.xml

2007-10-03 Thread peterreilly
Author: peterreilly Date: Wed Oct 3 02:57:39 2007 New Revision: 581549 URL: http://svn.apache.org/viewvc?rev=581549&view=rev Log: removing starteam Modified: ant/core/trunk/build.xml Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=581549&r1

Re: ACL sharing between ivy and ant

2007-10-03 Thread Steve Loughran
Gilles Scokart wrote: I know I might comes a little bit late with my question. I have no problem to have all ant committers becoming ivy commiter. Certainly not. It is a quick way to increase the size of the ivy community. But I suddently have a doubt on what will happen if someone demonstrate

Re: svn commit: r581394 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/Union.java

2007-10-03 Thread Peter Reilly
Why not just return the set and remove the use of arraylist? The method returns a collection. On 10/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: jglick > Date: Tue Oct 2 14:38:20 2007 > New Revision: 581394 > > URL: http://svn.apache.org/viewvc?rev=581394&view=rev > Log: > Silly

Re: svn commit: r581394 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/Union.java

2007-10-03 Thread Peter Reilly
On 10/3/07, Peter Reilly <[EMAIL PROTECTED]> wrote: > Why not just return the set and remove the use of arraylist? > The method returns a collection. > Oh, I see the comment now "preserve order" Peter > > On 10/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Author: jglick > > Date: Tue Oct

svn commit: r581576 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java

2007-10-03 Thread kevj
Author: kevj Date: Wed Oct 3 04:58:38 2007 New Revision: 581576 URL: http://svn.apache.org/viewvc?rev=581576&view=rev Log: -open session once for a command resource not each command -bugzilla 43437 don't make properties immutable Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskde

DO NOT REPLY [Bug 43437] - only saves one of a commandResource sequence, rather than all responses

2007-10-03 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: r581587 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/Union.java

2007-10-03 Thread peterreilly
Author: peterreilly Date: Wed Oct 3 05:49:47 2007 New Revision: 581587 URL: http://svn.apache.org/viewvc?rev=581587&view=rev Log: checkstyle Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/Union.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/resour

svn commit: r581588 - /ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/types/resources/Union.java

2007-10-03 Thread peterreilly
Author: peterreilly Date: Wed Oct 3 05:50:09 2007 New Revision: 581588 URL: http://svn.apache.org/viewvc?rev=581588&view=rev Log: sync: checkstyle Modified: ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/types/resources/Union.java Modified: ant/core/branches/ANT_17_BRANCH/s

svn commit: r581599 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.java

2007-10-03 Thread peterreilly
Author: peterreilly Date: Wed Oct 3 06:48:26 2007 New Revision: 581599 URL: http://svn.apache.org/viewvc?rev=581599&view=rev Log: checkstyle: remove inner assignment Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.java Modified: ant/core/trunk/src/main/org

svn commit: r581623 - /ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java

2007-10-03 Thread peterreilly
Author: peterreilly Date: Wed Oct 3 08:22:59 2007 New Revision: 581623 URL: http://svn.apache.org/viewvc?rev=581623&view=rev Log: remove inner assignments, functionize some code Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java Modified: ant/core/tr

svn commit: r581748 - in /ant/core/trunk: ./ src/main/org/apache/tools/ant/ src/main/org/apache/tools/ant/taskdefs/ src/main/org/apache/tools/ant/taskdefs/optional/depend/ src/main/org/apache/tools/an

2007-10-03 Thread jglick
Author: jglick Date: Wed Oct 3 16:44:10 2007 New Revision: 581748 URL: http://svn.apache.org/viewvc?rev=581748&view=rev Log: Various microoptimizations to reduce I/O load of common tasks, esp. no-op and . Many inner loops altered to make just 1-2 system calls rather than 4-5. You can easily see

svn commit: r581753 - in /ant/core/branches/ANT_17_BRANCH: ./ src/main/org/apache/tools/ant/ src/main/org/apache/tools/ant/taskdefs/ src/main/org/apache/tools/ant/taskdefs/optional/depend/ src/main/or

2007-10-03 Thread jglick
Author: jglick Date: Wed Oct 3 16:58:14 2007 New Revision: 581753 URL: http://svn.apache.org/viewvc?rev=581753&view=rev Log: optimizations; merge of rev 581748 from trunk Modified: ant/core/branches/ANT_17_BRANCH/WHATSNEW ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/Dir

DO NOT REPLY [Bug 33057] - VSS tasks do not handle CRLF in comments

2007-10-03 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 6687] - suppress console output for input task (e.g. to protect passwords)

2007-10-03 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_bug

DO NOT REPLY [Bug 43466] - Failure in tearDown does not result in a failed test run

2007-10-03 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: r581771 - in /ant/antlibs/antunit/trunk: ./ src/etc/testcases/ src/etc/testcases/antunit/setupandteardown/ src/main/org/apache/ant/antunit/ src/tests/junit/org/apache/ant/antunit/

2007-10-03 Thread kevj
Author: kevj Date: Wed Oct 3 21:13:24 2007 New Revision: 581771 URL: http://svn.apache.org/viewvc?rev=581771&view=rev Log: -bugzilla #43466 Added: ant/antlibs/antunit/trunk/src/etc/testcases/antunit/setupandteardown/ ant/antlibs/antunit/trunk/src/etc/testcases/antunit/setupandteardown/b

svn commit: r581772 - /ant/antlibs/antunit/trunk/src/tests/junit/org/apache/ant/antunit/SetUpAndTearDownTest.java

2007-10-03 Thread kevj
Author: kevj Date: Wed Oct 3 21:14:08 2007 New Revision: 581772 URL: http://svn.apache.org/viewvc?rev=581772&view=rev Log: -whitespace Modified: ant/antlibs/antunit/trunk/src/tests/junit/org/apache/ant/antunit/SetUpAndTearDownTest.java Modified: ant/antlibs/antunit/trunk/src/tests/junit/o

svn commit: r581773 - /ant/antlibs/antunit/trunk/changes.xml

2007-10-03 Thread kevj
Author: kevj Date: Wed Oct 3 21:15:55 2007 New Revision: 581773 URL: http://svn.apache.org/viewvc?rev=581773&view=rev Log: -bugzilla #43466 Modified: ant/antlibs/antunit/trunk/changes.xml Modified: ant/antlibs/antunit/trunk/changes.xml URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/

svn commit: r581774 - /ant/core/trunk/docs/bindownload.html

2007-10-03 Thread kevj
Author: kevj Date: Wed Oct 3 21:32:13 2007 New Revision: 581774 URL: http://svn.apache.org/viewvc?rev=581774&view=rev Log: -add info about windows GnuPG bugzilla #43162 Modified: ant/core/trunk/docs/bindownload.html Modified: ant/core/trunk/docs/bindownload.html URL: http://svn.apache.org/

svn commit: r581775 - /ant/core/trunk/xdocs/bindownload.xml

2007-10-03 Thread kevj
Author: kevj Date: Wed Oct 3 21:33:31 2007 New Revision: 581775 URL: http://svn.apache.org/viewvc?rev=581775&view=rev Log: -add info about windows GnuPG bugzilla #43162 Modified: ant/core/trunk/xdocs/bindownload.xml Modified: ant/core/trunk/xdocs/bindownload.xml URL: http://svn.apache.org/

DO NOT REPLY [Bug 43162] - Verification for Microsoft Windows incompletely described

2007-10-03 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: DO NOT REPLY [Bug 43466] - Failure in tearDown does not result in a failed test run

2007-10-03 Thread Alexey Solofnenko
I do not see a commit email with changes. Was it checked in? - Alexey. On 10/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· > RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT >

AW: Cannot run ant test target on svn trunk

2007-10-03 Thread Jan.Materne
>I do not see this problem. > >1) >However, the failing tests java file is autogenerated by >org.apache.tools.ant.taskdefs.optional.FailureRecoder. > >You may have had failing tests that do not >have nice names. > >The change to the build file was done here: >http://svn.apache.org/viewvc?view=rev&r