Re: Sanity check the 2.0.7 release candidate

2007-06-13 Thread Brett Porter
On 14/06/2007, at 12:01 PM, Brett Porter wrote: Looking at the latest build from there, it is still failing. I fixed the ${mavenVersion} property in the root POM and it is now passing. The problem is that it was using an old deployed version of 2.0.7-SNAPSHOT instead of the actual trunk

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Jason van Zyl
On 13 Jun 07, at 11:20 PM 13 Jun 07, Brett Porter wrote: regrettably -1: - http://people.apache.org/~jvanzyl/maven-2.0.7-staging-repository/ maven-2.0.7/org/apache/maven/maven/2.0.7/maven-2.0.7.pom contains 2.0.7-SNAPSHOT as the maven version and that will result in dependencies from the

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Jason van Zyl
On 13 Jun 07, at 11:20 PM 13 Jun 07, Brett Porter wrote: regrettably -1: - http://people.apache.org/~jvanzyl/maven-2.0.7-staging-repository/ maven-2.0.7/org/apache/maven/maven/2.0.7/maven-2.0.7.pom contains 2.0.7-SNAPSHOT as the maven version and that will result in dependencies from the

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Brett Porter
regrettably -1: - http://people.apache.org/~jvanzyl/maven-2.0.7-staging-repository/ maven-2.0.7/org/apache/maven/maven/2.0.7/maven-2.0.7.pom contains 2.0.7-SNAPSHOT as the maven version and that will result in dependencies from the repository will cause failures. - I get loader constraints

Re: Working on Maven Ant Tasks 2.0.7

2007-06-13 Thread Jason van Zyl
On 13 Jun 07, at 11:06 AM 13 Jun 07, Hervé BOUTEMY wrote: Hi Jason, No problem for sunday (PM for me, AM for you) : there are only 2 Jira to commit, one of which is really important (and finally reduced to 1 line patch: MANTTASKS-18). Sounds good. I will get those applied and built so

Re: some closed issues

2007-06-13 Thread Brett Porter
ping... On 06/06/2007, at 4:40 PM, Brett Porter wrote: I have some questions about specific closed issues that might warrant reopening: On 05/06/2007, at 3:05 PM, Jason van Zyl (JIRA) wrote: Jason van Zyl closed MNG-5. --- Resolution: Fixed pretty resources a

Re: Question regarding a Plugin

2007-06-13 Thread Adam
I found my answer so it's cool. BTW, we are getting ready to release an alpha version of it soon and I was curious as to how to go about it/best practices for doing so. Thanks. Adam On 6/13/07, Eric Redmond <[EMAIL PROTECTED]> wrote: Try posting this question on the user group - you may get m

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Maria Odea Ching
+1, works fine for me though I wasn't able to test deploying Arnaud HERITIER wrote: +1, tested on my m2 projects Arnaud On 13/06/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Hi, The release notes are here: http://jira.codehaus.org/secure/ReleaseNote.jspa? projectId=10500&styleName=Html&ver

Re: Sanity check the 2.0.7 release candidate

2007-06-13 Thread Brett Porter
Looking at the latest build from there, it is still failing. On 14/06/2007, at 3:51 AM, Jason van Zyl wrote: On 13 Jun 07, at 9:36 AM 13 Jun 07, Brett Porter wrote: Happy to take it for a spin when I get up tomorrow, but one thing I've noticed is that the tests still don't pass in CI: t

Re: Question regarding a Plugin

2007-06-13 Thread Eric Redmond
Try posting this question on the user group - you may get more of a response. Eric On 6/11/07, Adam Altemus <[EMAIL PROTECTED]> wrote: Hey everyone, We (MobilVox, http://www.mobilvox.com) are working on a Maven JavaScript Plugin. Possible goals are compression (already implemented), JSDoc g

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Kenney Westerhof
Brett Porter wrote: I've successfully done deployments with 2.0.6 elsewhere, but I get the same problem on utils. I get different failures with dav in earlier versions so I think this is just a problem deploying p-utils and the container since they are in use and not properly separated. I

Re: Working on Maven Ant Tasks 2.0.7

2007-06-13 Thread Hervé BOUTEMY
Hi Jason, No problem for sunday (PM for me, AM for you) : there are only 2 Jira to commit, one of which is really important (and finally reduced to 1 line patch: MANTTASKS-18). Regards, Hervé Le mercredi 13 juin 2007, Jason van Zyl a écrit : > Herve, > > You going to be free anytime this week

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Arnaud HERITIER
+1, tested on my m2 projects Arnaud On 13/06/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Hi, The release notes are here: http://jira.codehaus.org/secure/ReleaseNote.jspa? projectId=10500&styleName=Html&version=13138 The tag is here: http://svn.apache.org/repos/asf/maven/components/tags/ma

Re: Sanity check the 2.0.7 release candidate

2007-06-13 Thread Jason van Zyl
On 13 Jun 07, at 9:36 AM 13 Jun 07, Brett Porter wrote: Happy to take it for a spin when I get up tomorrow, but one thing I've noticed is that the tests still don't pass in CI: testDependencyManagementOverridesTransitiveDependencyVersion (org.apache.maven.project.inheritance.t11.ProjectIn

data converter somewhat complete

2007-06-13 Thread Brett Porter
I've completed the database converter for both continuum and redback/ plexus-security databases. Anyone running an old trunk snapshot should be able to use this to backup to xml, and reimport into the new installations database. It can also be used for general backups to xml. The CLI should

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Brett Porter
On 14/06/2007, at 2:34 AM, Kenney Westerhof wrote: Brett Porter wrote: I don't really grok why this set of problems have come up now, but I don't agree with requiring a surefire plugin upgrade to upgrade to 2.0.7. We've been advocating pinning the version of plugins - that would be nastin

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Brett Porter
I've successfully done deployments with 2.0.6 elsewhere, but I get the same problem on utils. I get different failures with dav in earlier versions so I think this is just a problem deploying p-utils and the container since they are in use and not properly separated. - Brett On 14/06/2007,

Re: Sanity check the 2.0.7 release candidate

2007-06-13 Thread Brett Porter
Happy to take it for a spin when I get up tomorrow, but one thing I've noticed is that the tests still don't pass in CI: testDependencyManagementOverridesTransitiveDependencyVersion (org.apache.maven.project.inheritance.t11.ProjectInheritanceTest) - Brett On 13/06/2007, at 3:04 PM, Jason

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Kenney Westerhof
Brett Porter wrote: I don't really grok why this set of problems have come up now, but I don't agree with requiring a surefire plugin upgrade to upgrade to 2.0.7. We've been advocating pinning the version of plugins - that would be nastiness to have to go and change them. If 2.1.3 or 2.2 or 2

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Kenney Westerhof
Jason van Zyl wrote: tentative -1 for releasing as is: I found a serious bug in maven 2.0.6 and 2.0.7 (2.0.5 works fine): mvn clean deploy on plexus-utils fails (stacktrace and output below) due to a NoClassDefFound on IOUtil in plexus-utils. I'm using released versions of wagon and the depl

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Brett Porter
It's possibly a problem in the windows batch file in 2.0.7 - I think it was changed and it may no longer be correctly propogating the error code. - Brett On 14/06/2007, at 1:07 AM, Jason van Zyl wrote: Is this not a release plugin problem? If this error halted your build, was this with an

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Brett Porter
I don't really grok why this set of problems have come up now, but I don't agree with requiring a surefire plugin upgrade to upgrade to 2.0.7. We've been advocating pinning the version of plugins - that would be nastiness to have to go and change them. If 2.1.3 or 2.2 or 2.3 of surefire wor

Re: AW: [VOTE] Release Maven 2.0.7 - surefire problem

2007-06-13 Thread Kenney Westerhof
Steinhauer, Frank wrote: I got the same error just some hours ago, using maven 2.0.6 and the surefire-plugin 2.3 . And yes, adding a dependcy to junit solved the problem. Yup, this is an old bug I remember fixing a while back. Only thing is, I don't use any unit tests in that project (used onl

Working on Maven Ant Tasks 2.0.7

2007-06-13 Thread Jason van Zyl
Herve, You going to be free anytime this weekend. I can make some time this weekend to work with you and apply all the patches you've put in with the goal of staging the release on Monday and try to make the tentative release date of next Wednesday. Let me know if that works for you. I ca

AW: [VOTE] Release Maven 2.0.7 - surefire problem

2007-06-13 Thread Steinhauer, Frank
I got the same error just some hours ago, using maven 2.0.6 and the surefire-plugin 2.3 . And yes, adding a dependcy to junit solved the problem. Only thing is, I don't use any unit tests in that project (used only to build a Jboss SAR file), so this behaviour seems a bit strange to me It

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Jesse McConnell
+1 working for me so far On 6/13/07, LAMY Olivier <[EMAIL PROTECTED]> wrote: (non-binding) +1 (works fine on corporate builds). -- Olivier -Message d'origine- De : Jason van Zyl [mailto:[EMAIL PROTECTED] Envoyé : mercredi 13 juin 2007 07:13 À : Maven Developers List Objet : [VOTE] Rele

Re: [VOTE] Release Maven 2.0.7 - surefire problem

2007-06-13 Thread Mark Donszelmann
Hi Kenney, On Jun 13, 2007, at 8:12 AM, Kenney Westerhof wrote: Mark Donszelmann wrote: Hi Kenney, Hi Mark, I was using 2.1.3 for surefire. Changed it to 2.3, and still get error (slightly different): Hi, this is fixed later on; i think you're missing a dependency on junit. I had

RE: [VOTE] Release Maven 2.0.7

2007-06-13 Thread LAMY Olivier
(non-binding) +1 (works fine on corporate builds). -- Olivier -Message d'origine- De : Jason van Zyl [mailto:[EMAIL PROTECTED] Envoyé : mercredi 13 juin 2007 07:13 À : Maven Developers List Objet : [VOTE] Release Maven 2.0.7 Hi, The release notes are here: http://jira.codehaus.org/se

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread John Casey
+1 works here. -john On Jun 13, 2007, at 1:12 AM, Jason van Zyl wrote: Hi, The release notes are here: http://jira.codehaus.org/secure/ReleaseNote.jspa? projectId=10500&styleName=Html&version=13138 The tag is here: http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.7/ Stag

Re: [VOTE] Release Maven 2.0.7 - surefire problem

2007-06-13 Thread Kenney Westerhof
Mark Donszelmann wrote: Hi Kenney, Hi Mark, I was using 2.1.3 for surefire. Changed it to 2.3, and still get error (slightly different): Hi, this is fixed later on; i think you're missing a dependency on junit. Let me know if this is the case. Can't be due to 2.0.7 though, unless this

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Jason van Zyl
If you can try this with the latest snapshot of surefire that would be greatly appreciated. I know what the problem is inside Maven, but if Surefire is loading the same problem classes in a different way then we are going to have a problem. So if you can do a quick check using the snapsho

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Jason van Zyl
Is this not a release plugin problem? If this error halted your build, was this with an older version of the release plugin? On 13 Jun 07, at 8:01 AM 13 Jun 07, Julien HENRY wrote: (non-binding) -1 I just tried to prepare a release in a multi-module project. Usually, the release:prepare fa

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Julien HENRY
(non-binding) -1 I just tried to prepare a release in a multi-module project. Usually, the release:prepare failed (because Maven does not find released dependent artifact). An easy fix was to run > mvn install and then > mvn release:prepare again. The problem I have with maven-2.0.7 is release p

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Jo Vandermeeren
Tested it on 3 more projects. All with multiple hierarchy levels and lots of modules. They all build fine, no issues to report. However, sometimes SNAPSHOT dependencies are included with the timestamp suffix, instead of 2.2-SNAPSHOT.. But this was the same as in previous maven releases.. Environ

Re: [VOTE] Release Maven 2.0.7 - surefire problem

2007-06-13 Thread Mark Donszelmann
Hi Kenney, I was using 2.1.3 for surefire. Changed it to 2.3, and still get error (slightly different): java.lang.NullPointerException at org.apache.maven.plugin.surefire.SurefirePlugin.constructSurefireBooter( SurefirePlugin.java:594) at org.apache.maven.plugin.surefire.Su

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Tom Huybrechts
(non-binding) +1 On 6/13/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Hi, The release notes are here: http://jira.codehaus.org/secure/ReleaseNote.jspa? projectId=10500&styleName=Html&version=13138 The tag is here: http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.7/ Staging re

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Daniel Kulp
+1 - my builds are working fine with it. Dan On Wednesday 13 June 2007 01:12, Jason van Zyl wrote: > Hi, > > The release notes are here: > > http://jira.codehaus.org/secure/ReleaseNote.jspa? > projectId=10500&styleName=Html&version=13138 > > The tag is here: > > http://svn.apache.org/repos/asf/

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Christian Gruber
+1 (non-binding) The following worked without incident: * 30+ project multi-level (4 levels) reactor build which uses some custom plugins * 3 project reactor build consisting of plugins and a parent * Environment: MacBook Pro running OS X 10.4.9 under the MacOS Runtime for Java 5 Christian

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Trygve Laugstøl
Jason van Zyl wrote: Hi, The release notes are here: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=13138 The tag is here: http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.7/ Staging repository: http://people.apache.org/~jvanzyl/mav

maven-dependency-tree changes for 1.1

2007-06-13 Thread Mark Hobson
Hi there, I've been working on dependency tree diagnostic tools and as a consequence have made substantial changes to maven-dependency-tree. A brief synopsis of changes are: - support for node states: included, omitted for conflict, etc. - node filter API and various implementations for pruning

Re: [VOTE] Release Maven 2.0.7 - surefire problem

2007-06-13 Thread Kenney Westerhof
Hi, can you find the surefire plugin version you're using? I've fixed this problem in the latest snapshots. Only the snapshots were faulty, latest release should be fine. If that one is broken too, can you try one of the latest snapshots (2.4-snapshot or 2.3.1-snapshot), so we can determine whet

Re: [m2] Artifact filtering in DefaultArtifactCollector

2007-06-13 Thread Kenney Westerhof
Mark Hobson wrote: Hi Brett, On 06/06/07, Mark Hobson <[EMAIL PROTECTED]> wrote: On 06/06/07, Brett Porter <[EMAIL PROTECTED]> wrote: > My recollection would be that some artifacts are filtered out but > their transitive dependencies still needed to be taken into > consideration for version c

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Jochen Wiedmann
+1 (Non-binding) I used it today in various projects and found no problems, apart from that which are already known and related to other stuff. -- "Besides, manipulating elections is under penalty of law, resulting in a preventative effect against manipulating elections. The german government j

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Jo Vandermeeren
+1 Runs fine on a multiple-parent, 40-module project. Cheers Jo On 6/13/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Hi, The release notes are here: http://jira.codehaus.org/secure/ReleaseNote.jspa? projectId=10500&styleName=Html&version=13138 The tag is here: http://svn.apache.org/repos/

Re: What class performs mojo parameter injection?

2007-06-13 Thread Max Bowsher
Jason Dillon wrote: > I'm looking to create a custom converted that saves a plexus > configuration instance for delayed object configuration. I'm wondering > what the class is that provides the default mojo instance parameter > expression handling and injection? org.apache.maven.plugin.PluginPara

What class performs mojo parameter injection?

2007-06-13 Thread Jason Dillon
I'm looking to create a custom converted that saves a plexus configuration instance for delayed object configuration. I'm wondering what the class is that provides the default mojo instance parameter expression handling and injection? Please :-) --jason -

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Mark Donszelmann
Hi tried 2.0.7 on FreeHEP, seems to work on most parts, except it tells me following in one case: RUN ABORTED java.lang.LinkageError org.apache.maven.surefire.Runner An exception or error caused a run to abort. Class org/codehaus/plexus/util/xml/Xpp3Dom violates loader constraints running wi

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Emmanuel Venisse
+1 Emmanuel Jason van Zyl a écrit : Hi, The release notes are here: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=13138 The tag is here: http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.7/ Staging repository: http://people.apache

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Jerome Lacoste
On 6/13/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: +1 our builds run fine. +1 same here J - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Stephane Nicoll
+1 our builds run fine. Thanks, Stéphane On 6/13/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Hi, The release notes are here: http://jira.codehaus.org/secure/ReleaseNote.jspa? projectId=10500&styleName=Html&version=13138 The tag is here: http://svn.apache.org/repos/asf/maven/components/tag