Re: Test Suites, Ant, Surefire, and JunitReport

2008-01-27 Thread Dan Fabulich
Jason van Zyl wrote: Correct me if I'm wrong here Benjamin but I think he's talking about stating what tests you want to run, and how they are grouped declaratively. As a best practice don't use suites and come up with a way in Surefire to group things and avoid grouping of things in code. I

[VOTE] (take 2) Release Maven Surefire plugin version 2.4.1

2008-01-27 Thread Dan Fabulich
Fabrizio found a last-minute bug. I've rolled a new candidate. Let's vote again! [Boy, the temptation to let the rules slide on a change this small is almost irresistable. ;-)] -Dan -- Forwarded message -- Date: Sat, 26 Jan 2008 11:53:28 -0800 (Pacific Standard Time) From

Re: [VOTE] Release Maven Surefire plugin version 2.4.1

2008-01-27 Thread Dan Fabulich
Fabrizio Giustina wrote: while testing this I found http://jira.codehaus.org/browse/SUREFIRE-444 I verified that the bug was still in 2.4 and I am not sure how many users can be affected... since it can breaks builds without providing any useful information about the cause I'd like it to be incl

Re: Dramatically speed up dependency resolution

2008-01-27 Thread Jason van Zyl
If it's all in maven-artifact it's already being done. And the same profile I suppose we could use it everywhere. The retro stuff seems stable and workable. On 27-Jan-08, at 3:20 PM, Brian E. Fox wrote: Is it absolutely required to use 1.5? If there's a good way to work around it, we should

Re: Dramatically speed up dependency resolution

2008-01-27 Thread Jesse McConnell
and I don't think 2.1 has any kind of firm release date planned jesse On Jan 27, 2008 5:29 PM, Don Brown <[EMAIL PROTECTED]> wrote: > Using Java 1.4 will require using the backport of the concurrent > utils, which according to Jason, had some difficulty working with the > 2.0 stable branch. Als

Re: Dramatically speed up dependency resolution

2008-01-27 Thread Don Brown
Using Java 1.4 will require using the backport of the concurrent utils, which according to Jason, had some difficulty working with the 2.0 stable branch. Also, considering the incompatibility of commons-logging with some plugins, the http wagon should probably only go into the 2.1 branch. So, if

Re: [VOTE] Release Maven Surefire plugin version 2.4.1

2008-01-27 Thread Mauro Talevi
+1 Dan Fabulich wrote: With a change as big as Surefire 2.4, there turned out to be a few bugs still lurking. We solved 7 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=14016 There are still 38 issues left in JIRA: http://jira.codehaus.org

RE: Dramatically speed up dependency resolution

2008-01-27 Thread Brian E. Fox
Is it absolutely required to use 1.5? If there's a good way to work around it, we should aim for 2.0.9 -Original Message- From: Don Brown [mailto:[EMAIL PROTECTED] Sent: Sunday, January 27, 2008 4:49 PM To: Maven Developers List Subject: Re: Dramatically speed up dependency resolution On

Re: Dramatically speed up dependency resolution

2008-01-27 Thread Don Brown
On 1/28/08, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > * Connection pooling: Uses the http wagon instead of http-lightweight > > and fixed incorrect http client initialization > > James Dumay also worked on this. So you might want to talk to him or > look. I'm not sure if you're the Don Brown fro

Re: [VOTE] Release Maven Surefire plugin version 2.4.1

2008-01-27 Thread Arnaud HERITIER
+1 Arnaud On Jan 27, 2008 8:29 PM, Milos Kleint <[EMAIL PROTECTED]> wrote: > +1 > > Milos > > On Jan 26, 2008 8:53 PM, Dan Fabulich <[EMAIL PROTECTED]> wrote: > > > > With a change as big as Surefire 2.4, there turned out to be a few bugs > > still lurking. > > > > We solved 7 issues: > > > http

Re: [VOTE] Release Maven Surefire plugin version 2.4.1

2008-01-27 Thread Milos Kleint
+1 Milos On Jan 26, 2008 8:53 PM, Dan Fabulich <[EMAIL PROTECTED]> wrote: > > With a change as big as Surefire 2.4, there turned out to be a few bugs > still lurking. > > We solved 7 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=14016 > > There

Re: [VOTE] integrate toolchains components into current 2.1-SNAPSHOT and 2.0.9-SNAPSHOT

2008-01-27 Thread Jason van Zyl
I looked it over, and after a chat on IRC I'm cool with it being merged. +1 On 27-Jan-08, at 5:31 AM, Milos Kleint wrote: Hello, I would like to integrate the toolchains proposal into current trunk. http://docs.codehaus.org/display/MAVEN/Toolchains There are multiple steps towards the final g

Re: [VOTE] integrate toolchains components into current 2.1-SNAPSHOT and 2.0.9-SNAPSHOT

2008-01-27 Thread Jason van Zyl
On 27-Jan-08, at 5:31 AM, Milos Kleint wrote: Hello, I would like to integrate the toolchains proposal into current trunk. http://docs.codehaus.org/display/MAVEN/Toolchains There are multiple steps towards the final goal. 1. move the internal components from shared/ to components/ and make it

Re: Dramatically speed up dependency resolution

2008-01-27 Thread Jason van Zyl
On 27-Jan-08, at 3:06 AM, Don Brown wrote: One of my pain points with Maven is how slow it is to "download the internet", so rather than bitch (or more accurately, continue bitching), I decided to do something about it. I created a customized build of Maven 2 (MNG-3379, WAGON-98) that, at leas

Re: [VOTE] Release Maven Surefire plugin version 2.4.1

2008-01-27 Thread Jason van Zyl
Awesome, go for it. +1 On 26-Jan-08, at 11:53 AM, Dan Fabulich wrote: With a change as big as Surefire 2.4, there turned out to be a few bugs still lurking. We solved 7 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=14016 There are still 3

Re: Fix missing POM files

2008-01-27 Thread Jason van Zyl
On 25-Jan-08, at 5:22 PM, Carlos Sanchez wrote: great, but - who is going to enforce it? - who is going to say what the right pom is for a project that doesnt build with Maven? If someone from a project submits a POM then we should take that. If projects don't then we take a submission fro

[VOTE] integrate toolchains components into current 2.1-SNAPSHOT and 2.0.9-SNAPSHOT

2008-01-27 Thread Milos Kleint
Hello, I would like to integrate the toolchains proposal into current trunk. http://docs.codehaus.org/display/MAVEN/Toolchains There are multiple steps towards the final goal. 1. move the internal components from shared/ to components/ and make it part of default core distribution. It shall be pa

Dramatically speed up dependency resolution

2008-01-27 Thread Don Brown
One of my pain points with Maven is how slow it is to "download the internet", so rather than bitch (or more accurately, continue bitching), I decided to do something about it. I created a customized build of Maven 2 (MNG-3379, WAGON-98) that, at least in my simple tests, cut the dependency resolu

Re: [VOTE] Release Maven Surefire plugin version 2.4.1

2008-01-27 Thread Fabrizio Giustina
+0 while testing this I found http://jira.codehaus.org/browse/SUREFIRE-444 I verified that the bug was still in 2.4 and I am not sure how many users can be affected... since it can breaks builds without providing any useful information about the cause I'd like it to be included as soon as possible