Re: surefire bug fix release 2.8.1 (SUREFIRE-722)

2011-04-06 Thread Brett Porter
On 7 April 2011 03:12, Olivier Lamy wrote: > So this can wait early next week : no rush (I'm the only user who see > those issue :-) ). > Incidentally, it was also reported on the testng-users list. > > 2011/4/6 Kristian Rosenvold : > > I have fixes in github for 6-7 issues, including stuff li

[ANN] Maven ANT Tasks 2.1.2 Released

2011-04-06 Thread Stephen Connolly
The Maven team is pleased to announce the release of Maven ANT Tasks, version 2.1.2. The Mavent Ant Tasks allow several of Maven's artifact handling features to be used from within an Ant build. These include: Dependency management - including transitive dependencies, scope recognition and SNA

Re: surefire bug fix release 2.8.1 (SUREFIRE-722)

2011-04-06 Thread Olivier Lamy
So this can wait early next week : no rush (I'm the only user who see those issue :-) ). 2011/4/6 Kristian Rosenvold : > I have fixes in github for 6-7 issues, including stuff like > http://jira.codehaus.org/browse/SUREFIRE-34 , 690, 703 and 704 and some > "classic" strangeness in the reporting su

Re: Inflexibility of --also-make w.r.t. unusual goals

2011-04-06 Thread Jesse Glick
On 04/05/2011 12:31 AM, Brett Porter wrote: 2. mvn --also-make-goals -pl submodule test-compile test Does the issue make sense now, and is it worth filing a JIRA ticket for this? It makes sense. Filed then: http://jira.codehaus.org/browse/MNG-5059 Not sure how it would be implemented, howev

Re: mark files for deletion with perforce

2011-04-06 Thread Paul Mackinlay
Thanks - jira with attached patch raised here: http://jira.codehaus.org/browse/SCM-615 Paul -- Paul Mackinlay http://www.webotech.co.uk/ Olivier Lamy writes: Yup create a patch and attach it to a new issue : http://jira.codehaus.org/browse/SCM A good starting point is here [1] or [2]

mark files for deletion with perforce

2011-04-06 Thread Paul Mackinlay
I have created a RemoveMojo and have run tests locally to check that it works as expected. How do I apply for a developer account so check in the code? Do I just raise a ticket here: http://jira.codehaus.org/browse/SCM Also while testing the RemoveMojo I discovered that PerforceRemoveCommand

Re: mark files for deletion with perforce

2011-04-06 Thread Olivier Lamy
Yup create a patch and attach it to a new issue : http://jira.codehaus.org/browse/SCM A good starting point is here [1] or [2] Thanks -- Olivier [1] http://maven.apache.org/guides/development/guide-helping.html [2] http://maven.apache.org/guides/development/guide-m2-development.html#Creating_an

mark files for deletion with perforce

2011-04-06 Thread Paul Mackinlay
I have created a RemoveMojo and have run tests locally to check that it works as expected. How do I apply for a developer account so check in the code? Do I just raise a ticket here: http://jira.codehaus.org/browse/SCM Also while testing the RemoveMojo I discovered that PerforceRemoveCommand

Re: surefire bug fix release 2.8.1 (SUREFIRE-722)

2011-04-06 Thread Kristian Rosenvold
I have fixes in github for 6-7 issues, including stuff like http://jira.codehaus.org/browse/SUREFIRE-34 , 690, 703 and 704 and some "classic" strangeness in the reporting subsystem that isn't even reported as issues (yet). There is also a small group of minor cosmetic issues that should be fix

Re: surefire bug fix release 2.8.1 (SUREFIRE-722)

2011-04-06 Thread Mark Struberg
yah, nasty thing :( +1 for a quick release. txs and LieGrue, strub --- On Wed, 4/6/11, Olivier Lamy wrote: > From: Olivier Lamy > Subject: surefire bug fix release 2.8.1 (SUREFIRE-722) > To: "Maven Developers List" > Date: Wednesday, April 6, 2011, 9:24 AM > Hi Folks, > Just discovered yester

surefire bug fix release 2.8.1 (SUREFIRE-722)

2011-04-06 Thread Olivier Lamy
Hi Folks, Just discovered yesterday an annoying (to be politically correct :-) ) issue with surefire and testng with the implementation of -Dtest=myClass#myTestMethod . This issue prevent using the new feature when you need to execute some @Before* @After* stuff. See http://jira.codehaus.org/brows