Re: [VOTE] Release Ant 1.7.0 beta1

2006-07-24 Thread Conor MacNeill
Stefan Bodewig wrote: > On Mon, 24 Jul 2006, Conor MacNeill <[EMAIL PROTECTED]> wrote: > >> Even if everything goes pear-shaped, it can be fixed with a follow >> up release, or whatever it takes. > > What's wrong with pears? I like them. > Me too :-) http://www.urbandictionary.com/define.php?

Re: Open AntUnit Issues

2006-07-24 Thread Stefan Bodewig
On Tue, 25 Jul 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: >> >> When dealing with ResourceCollections you must keep in mind that >> the resources specified don't need to exist - unlike the resources >> obtained from a fileset. >> >> I've also added a check that no non-File resources have been >>

svn commit: r425278 - /ant/antlibs/antunit/trunk/pom.xml

2006-07-24 Thread kevj
Author: kevj Date: Mon Jul 24 21:53:58 2006 New Revision: 425278 URL: http://svn.apache.org/viewvc?rev=425278&view=rev Log: fixed dependencies Modified: ant/antlibs/antunit/trunk/pom.xml Modified: ant/antlibs/antunit/trunk/pom.xml URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/

Re: Open AntUnit Issues

2006-07-24 Thread Kev Jackson
When dealing with ResourceCollections you must keep in mind that the resources specified don't need to exist - unlike the resources obtained from a fileset. I've also added a check that no non-File resources have been specified and thrown in a few tests. Sorry about that. IIUC it lists JUn

Re: [VOTE] Release Ant 1.7.0 beta1

2006-07-24 Thread Stefan Bodewig
On Mon, 24 Jul 2006, Conor MacNeill <[EMAIL PROTECTED]> wrote: > Even if everything goes pear-shaped, it can be fixed with a follow > up release, or whatever it takes. What's wrong with pears? I like them. Stefan - To unsubscr

Re: Open AntUnit Issues

2006-07-24 Thread Stefan Bodewig
On Mon, 24 Jul 2006, Steve Loughran <[EMAIL PROTECTED]> wrote: >> Any other stuff? > > 1. dont run any target called "test" with no suffix. Because that is > a well known target name and makes it harder to mix antunit test > cases into the main build. OK. > 2. setup/pass down the standard ant p

Re: Open AntUnit Issues

2006-07-24 Thread Stefan Bodewig
On Mon, 24 Jul 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: > On 24 Jul 2006, at 12:02, Stefan Bodewig wrote: > >> On Mon, 24 Jul 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: * RessourceCollection instead of FileSet >>> >>> I've just quickly hacked this in - tested by using the resulting >>>

svn commit: r425273 - in /ant/antlibs/antunit/trunk: docs/antunit.html src/etc/testcases/antunit.xml src/main/org/apache/ant/antunit/AntUnit.java src/testcases/org/apache/ant/antunit/AntUnitTest.java

2006-07-24 Thread bodewig
Author: bodewig Date: Mon Jul 24 21:36:58 2006 New Revision: 425273 URL: http://svn.apache.org/viewvc?rev=425273&view=rev Log: fine tune resource collection support Modified: ant/antlibs/antunit/trunk/docs/antunit.html ant/antlibs/antunit/trunk/src/etc/testcases/antunit.xml ant/antlib

Re: [VOTE] Release Ant 1.7.0 beta1

2006-07-24 Thread Alexey N. Solofnenko
+1 - Alexey. smime.p7s Description: S/MIME Cryptographic Signature

Re: [VOTE] Release Ant 1.7.0 beta1

2006-07-24 Thread Antoine Levy-Lambert
Hello Kev, +1 Antoine Kev Jackson wrote: > After some off-list negotiations, Antoine and myself are agreeing to > be co-release managers of Ant 1.7. > > I will personally build 1.7.0beta1 or pre-release and post the > distribution on people.apache.org/~kevj for testing/evaluation by > Friday nex

svn commit: r425108 - /ant/core/trunk/docs/manual/CoreTasks/mail.html

2006-07-24 Thread mbenson
Author: mbenson Date: Mon Jul 24 09:16:42 2006 New Revision: 425108 URL: http://svn.apache.org/viewvc?rev=425108&view=rev Log: capitalize "Ant". Modified: ant/core/trunk/docs/manual/CoreTasks/mail.html Modified: ant/core/trunk/docs/manual/CoreTasks/mail.html URL: http://svn.apache.org/viewv

DO NOT REPLY [Bug 40058] - [PATCH] add two new options to the task

2006-07-24 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: [VOTE] Release Ant 1.7.0 beta1

2006-07-24 Thread Conor MacNeill
Kev Jackson wrote: > Do you agree with this plan > > [X] Yes > > [ ] No > > +1 > Thanks > (I'm quaking in my boots with responsibility now that I've committed to > do this :) ) > Please don't worry. Everyone appreciates your effort, I'm sure, and will lend a hand if you run into trouble. E

Re: Open AntUnit Issues

2006-07-24 Thread Steve Loughran
Stefan Bodewig wrote: Hi all, this is an unsorted list of things I'd like to (see) address(ed) before we have a fisrt release of the library: * RessourceCollection instead of FileSet +1 * XML format listener +1. Something compatible with junitreport would be nice, though I am not over-f

Re: [VOTE] Release Ant 1.7.0 beta1

2006-07-24 Thread Steve Loughran
Kev Jackson wrote: After some off-list negotiations, Antoine and myself are agreeing to be co-release managers of Ant 1.7. +1. Congratulations! I will personally build 1.7.0beta1 or pre-release and post the distribution on people.apache.org/~kevj for testing/evaluation by Friday next we

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

2006-07-24 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

Re: Open AntUnit Issues

2006-07-24 Thread Kev Jackson
On 24 Jul 2006, at 12:02, Stefan Bodewig wrote: On Mon, 24 Jul 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: * RessourceCollection instead of FileSet I've just quickly hacked this in - tested by using the resulting ant- antunit.jar in a another project. Not sure if what I did was the cleanes

svn commit: r424944 - in /ant/antlibs/antunit/trunk: ./ src/etc/testcases/ src/etc/testcases/antunit/ src/main/org/apache/ant/antunit/ src/testcases/org/apache/ant/antunit/

2006-07-24 Thread kevj
Author: kevj Date: Mon Jul 24 00:23:57 2006 New Revision: 424944 URL: http://svn.apache.org/viewvc?rev=424944&view=rev Log: - add maven pom - change to new license/notice style (added NOTICE) Added: ant/antlibs/antunit/trunk/NOTICE ant/antlibs/antunit/trunk/pom.xml Modified: ant/antli