Re: Maven 2.0.8 - any updates?

2007-10-16 Thread Hervé BOUTEMY
this unit test shows what was expected (the comments inside explain it), and the exact thing I was trying to warn everybody = it shows that when you use the bad code "new FileReader(File)", wrong encoding is used: you have to replace it with "ReaderFactory.newXmlReader(File)" One thing to under

RE: Maven 2.0.8 - any updates

2007-10-16 Thread Brian E. Fox
I took a stab at the low hanging fruit and knocked the list down to 13 now (plus several are all related to encoding). If you can write an IT for 2123 using the link I sent on how to make an IT, then it will drastically increase the chances it makes it in. -Original Message- From: Willi

Re: Maven 2.0.8 - any updates

2007-10-16 Thread William Ferguson
Fair cop. I wasn't having a whine. It just seemed like there a rush on to push 2.0.8 out the door as soon as the encoding problem was resolved and I didn't want to see an issue that can be a real pain in the arse get left out, especially when it has a patch. William -Original Message

Re: Maven 2.0.8 - any updates?

2007-10-16 Thread Jason van Zyl
On 16 Oct 07, at 5:27 PM 16 Oct 07, William Ferguson wrote: Could we at least resolve those issues that have patches waiting to be applied? Like http://jira.codehaus.org/browse/MNG-2123 It's really is not as simple as applying a patch. They need testing, and verification and validating

RE: Maven 2.0.8 - any updates?

2007-10-16 Thread Brian E. Fox
Herve, Can you take a look at mng2025? I already applied the unit test patch for maven-project to 2.0.x and trunk, but the unit tests from the patch in maven-model are failing. Is it possible you missed an encoding fix? Thanks, Brian -Original Message- From: Hervé BOUTEMY [mailto:[EMAIL

RE: Maven 2.0.8 - any updates?

2007-10-16 Thread Brian E. Fox
Can we get an IT test for this? http://docs.codehaus.org/display/MAVEN/Creating+a+Maven+Integration+Test -Original Message- From: William Ferguson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 8:27 PM To: Maven Developers List Subject: RE: Maven 2.0.8 - any updates? Could we

RE: Maven 2.0.8 - any updates?

2007-10-16 Thread Brian E. Fox
The Encoding IT test passes now. -Original Message- From: Hervé BOUTEMY [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 6:27 PM To: Maven Developers List Subject: Re: Maven 2.0.8 - any updates? work done: - r585265 for trunk - r585268 for 2.0.x branch I didn't add the integrat

RE: Maven 2.0.8 - any updates?

2007-10-16 Thread William Ferguson
Could we at least resolve those issues that have patches waiting to be applied? Like http://jira.codehaus.org/browse/MNG-2123 William -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Wednesday, 17 October 2007 9:14 AM To: Maven Developers List Subject: [***POSSIBL

Re: Maven 2.0.8 - any updates?

2007-10-16 Thread Jason van Zyl
On 16 Oct 07, at 4:13 PM 16 Oct 07, Brian E. Fox wrote: Yes, I've looked at it as recently as Sunday. I think we need to draw the line and push out a release as it's unlikely that all 17 issues will be fixed very soon. We're getting too far away from the release early/ release often mantra

Re: Maven 2.0.8 - any updates?

2007-10-16 Thread Carlos Sanchez
agreed On 10/16/07, Brian E. Fox <[EMAIL PROTECTED]> wrote: > Yes, I've looked at it as recently as Sunday. I think we need to draw the > line and push out a release as it's unlikely that all 17 issues will be fixed > very soon. We're getting too far away from the release early/ release often >

RE: Maven 2.0.8 - any updates?

2007-10-16 Thread Brian E. Fox
Yes, I've looked at it as recently as Sunday. I think we need to draw the line and push out a release as it's unlikely that all 17 issues will be fixed very soon. We're getting too far away from the release early/ release often mantra we try to follow. -Original Message- From: William

Re: Maven 2.0.8 - any updates?

2007-10-16 Thread William Ferguson
Looks like there are still 17 open issues scheduled for 2.0.8. See http://jira.codehaus.org/secure/IssueNavigator.jspa?fixfor=13139&sorter/field=priority&mode=hide&reset=true&pid=10500&sorter/order=ASC William -Original Message- From: Mark Hobson [mailto:[EMAIL PROTECTED] Sent: Tuesda

Re: Maven WAR plugin

2007-10-16 Thread olivier lamy
Hi, plexus-utils version 1.4.7 done. I have updated the maven-war-plugin pom to use released version. Stephane : maybe you can call the vote on thursday ? -- Olivier 2007/10/16, Stephane Nicoll <[EMAIL PROTECTED] >: > > On 10/15/07, Tomasz Pik <[EMAIL PROTECTED] > wrote: > > PS Now I need to l

RE: Maven 2.0.8 - any updates?

2007-10-16 Thread Brian E. Fox
Thanks Herve. I already added the integration test to the core tests last week. I can build maven and give it a whirl, hopefully tonight. -Original Message- From: Hervé BOUTEMY [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 6:27 PM To: Maven Developers List Subject: Re: Maven

Re: Maven 2.0.8 - any updates?

2007-10-16 Thread Carlos Sanchez
seems that the integration tests are not passing, check the continuum mails to the mailing list On 10/16/07, Hervé BOUTEMY <[EMAIL PROTECTED]> wrote: > work done: > - r585265 for trunk > - r585268 for 2.0.x branch > > I didn't add the integration-test attached to MNG-2254: Brian, if you can take >

Re: Maven 2.0.8 - any updates?

2007-10-16 Thread Hervé BOUTEMY
work done: - r585265 for trunk - r585268 for 2.0.x branch I didn't add the integration-test attached to MNG-2254: Brian, if you can take a look at it, please. More explanations about these encoding fixes can be found at http://docs.codehaus.org/display/MAVENUSER/XML+encoding in the "Technical

Re: Maven 2.0.8 - any updates?

2007-10-16 Thread Jason van Zyl
On 16 Oct 07, at 6:29 AM 16 Oct 07, Brian E. Fox wrote: I think we're just aiming to fix the encoding. Herve is working on that now, and then we'll release it. -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 4:02 AM To: Maven Develop

RE : Re: RE : Re: localRepository access from maven-plugin

2007-10-16 Thread Adrian Gonzalez
It works great now ! Thank you very much Nico for your very appreciated help. I was really getting stuck here. --- nicolas de loof <[EMAIL PROTECTED]> a écrit : > Yes, plexus will inject any dependency for common > maven components. > > If you need an ArtifactResolutionResult, you should > us

Re: RE : Re: localRepository access from maven-plugin

2007-10-16 Thread nicolas de loof
Yes, plexus will inject any dependency for common maven components. If you need an ArtifactResolutionResult, you should use ArtifactResolver and copy surefire plugin resolveArtifact() method. Nico 2007/10/16, Adrian Gonzalez <[EMAIL PROTECTED]>: > > Thanks nicolas, > > I've took a look at suref

RE : Re: localRepository access from maven-plugin

2007-10-16 Thread Adrian Gonzalez
Thanks nicolas, I've took a look at surefire plugin, all I need to do is this ? /** * @parameter expression="${localRepository}" * @required * @readonly */ private ArtifactRepository localRepository; --- nicolas de loof <[EMAIL PROTECTED]> a écrit : > Why not use an ArtifactResolver as th

Re: localRepository access from maven-plugin

2007-10-16 Thread nicolas de loof
Why not use an ArtifactResolver as the surefire plugin does ? 2007/10/16, Adrian Gonzalez <[EMAIL PROTECTED]>: > > Hello, > > I need to access localRepository from the > maven-war-plugin in order to get > artifactResolutionResult. > > Could someone point me at how can I achieve this > please ? > >

localRepository access from maven-plugin

2007-10-16 Thread Adrian Gonzalez
Hello, I need to access localRepository from the maven-war-plugin in order to get artifactResolutionResult. Could someone point me at how can I achieve this please ? Thank you _ Ne gardez plus qu'une seule adre

RE: Maven 2.0.8 - any updates?

2007-10-16 Thread Brian E. Fox
I think we're just aiming to fix the encoding. -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 4:02 AM To: Maven Developers List Subject: Maven 2.0.8 - any updates? Folks, are there any updates for Maven 2.0.8? What's left to finalize the

assembly plugin - 2.2-beta-2 any time soon?

2007-10-16 Thread Nigel Magnay
Hi guys - it's been 6 months since the last maven-assembly-plugin release. 2.2-beta-2 upgrades plexus-archiver and should fix PLX-344 which is a particularly niggly issue. Is there any plan to release a new version anytime?

Re: Maven 2.0.8 - any updates?

2007-10-16 Thread Mark Hobson
Hi Jörg, I'd like to get a fix for MNG-3089 in 2.0.8: http://jira.codehaus.org/browse/MNG-3089 It still needs some work as described in the issue, but it is currently blocking filtering by scope in dependency:tree. I'm certainly up for an imminent release though. Cheers, Mark On 16/10/2007,

Maven 2.0.8 - any updates?

2007-10-16 Thread Jörg Schaible
Folks, are there any updates for Maven 2.0.8? What's left to finalize the release? We're still stuck at M205 due to regressions in M206+M207. All of this has been solved months ago. I face meanwhile quite daily people dropping by in my office with Maven problems where I have to say, it is solve

Re: Maven WAR plugin

2007-10-16 Thread Stephane Nicoll
On 10/15/07, Tomasz Pik <[EMAIL PROTECTED]> wrote: > PS Now I need to lobby for plexus-utils release I guess... Hehe :) Stéphane -- Large Systems Suck: This rule is 100% transitive. If you build one, you suck" -- S.Yegge - To