You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Jason van Zyl <ja...@maven.org> on 2007/06/13 07:12:32 UTC

[VOTE] Release Maven 2.0.7

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/maven-2.0.7-staging-repository/

And the distros you are interested in are here:

http://people.apache.org/~jvanzyl/maven-2.0.7/

Thanks,

Jason.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Emmanuel Venisse <em...@venisse.net>.
+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.org/~jvanzyl/maven-2.0.7-staging-repository/
> 
> And the distros you are interested in are here:
> 
> http://people.apache.org/~jvanzyl/maven-2.0.7/
> 
> Thanks,
> 
> Jason.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE : Re: [VOTE] Release Maven 2.0.7

Posted by Julien HENRY <he...@yahoo.fr>.
I tried with 2.0-beta-4 and 2.0-beta-6. Same issue.

--- Jason van Zyl <ja...@maven.org> a écrit :

> 
> On 14 Jun 07, at 12:48 AM 14 Jun 07, Julien HENRY
> wrote:
> 
> > IMHO it should be fixed before 2.0.7. If not, the
> > release process will be broken (the scm tag will
> be
> > done even if something goes wrong during the
> build).
> >
> 
> You tried with these:
> 
> http://people.apache.org/~jvanzyl/maven-2.0.7/
> 
> And you've tried the 2.0-beta-4 version of the
> release plugin?
> 
> 
> > --- Brett Porter <br...@apache.org> a écrit :
> >
> >> 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
> >> 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 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
> >>>> preparation was not stopped (build is
> >> successful). The
> >>>> exception was ignored, and the release is not
> >> safe
> >>>> (what happend when it is a serious error?)
> >>>>
> >>>> Here is the log :
> >>>>
> >>>> [INFO] [release:prepare]
> >>>> [INFO] Verifying that there are no local
> >>>> modifications...
> >>>> [INFO] Executing: svn --non-interactive status
> >>>> [INFO] Working directory: XXXXXXXX
> >>>> [INFO] Checking dependencies and plugins for
> >> snapshots
> >>>> ...
> >>>> What is the release version for "XXXXXXX"?
> >> (XXXXXXXXX)
> >>>> 3.0.11: :
> >>>> What is the release version for "YYYYYYYY"?
> >>>> (YYYYYYYYYYYY) 3.0.11: :
> >>>> ...
> >>>> What is SCM release tag or label for
> "XXXXXXXXX"?
> >>>> (XXXXXXXXX) xxxxxx-3.0.11: :
> >>>> What is the new development version for
> >> "XXXXXXXXXXX"?
> >>>> (XXXXXXXXX) 3.0.12-SNAPSHOT: :
> >>>> What is the new development version for
> >>>> "YYYYYYYYYYYY"? (YYYYYYYYYYYYYYYYYY)
> >> 3.0.12-SNAPSHOT:
> >>>> :
> >>>> ...
> >>>> [INFO] Transforming 'XXXXXXXXXXX'...
> >>>> [INFO] Transforming 'YYYYYYYYYYY'...
> >>>> ...
> >>>> [INFO] Executing preparation goals 'clean
> >>>> integration-test'...
> >>>> [INFO] Executing: mvn clean integration-test
> >>>> --no-plugin-updates
> >>>>     [INFO] Scanning for projects...
> >>>>     [INFO] Reactor build order:
> >>>>     [INFO]   XXXXXXXXXXXXX
> >>>>     [INFO]   YYYYYYYYYYYYY
> >>>>     [INFO]   ...
> >>>>     [INFO]
> >>>>
> >>
> >
>
---------------------------------------------------------------------
> >>
> >>>> -------
> >>>>     [INFO] Building XXXXXXXXXXXX
> >>>>     [INFO]    task-segment: [clean,
> >> integration-test]
> >>>>     [INFO]
> >>>>
> >>
> >
>
---------------------------------------------------------------------
> >>
> >>>> -------
> >>>>     [INFO] [clean:clean]
> >>>>     ....
> >>>>     [INFO]
> >>>>
> >>
> >
>
---------------------------------------------------------------------
> >>
> >>>> -------
> >>>>     [INFO] Building YYYYYYYYYYYYYYY
> >>>>     [INFO]    task-segment: [clean,
> >> integration-test]
> >>>>     [INFO]
> >>>>
> >>
> >
>
---------------------------------------------------------------------
> >>
> >>>> -------
> >>>>     [INFO] [clean:clean]
> >>>>     ...
> >>>>     [INFO] [resources:resources]
> >>>>     [INFO] Using default encoding to copy
> >> filtered
> >>>> resources.
> >>>>     [INFO] [compiler:compile]
> >>>>     [INFO] No sources to compile
> >>>>     [INFO] [resources:testResources]
> >>>>     [INFO] Using default encoding to copy
> >> filtered
> >>>> resources.
> >>>>     [INFO] [compiler:testCompile]
> >>>>     [INFO] No sources to compile
> >>>>     [INFO] [surefire:test]
> >>>>     [INFO] No tests to run.
> >>>>     [INFO] [war:war]
> >>>>     [INFO] Exploding webapp...
> >>>>     [INFO] Assembling webapp YYYYYYYYYYY in
> >>>>
> >>
> >
>
D:\Projets\xxxxxxxxxxxxxxxxxxx\target\YYYYYYYYYYYYYYYYYY-3.0.11
> >>>>     [INFO] Copy webapp webResources to
> >>>>
> D:\Projets\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\target
> >>>> \YYYYYYYYYYYYYYYYYYYYYYYYYY-3.0.11
> >>>>     [INFO]
> >>>>
> >>
> >
>
---------------------------------------------------------------------
> >>
> >>>> ---
> >>>>     [ERROR] FATAL ERROR
> >>>>     [INFO]
> >>>>
> >>
> >
>
---------------------------------------------------------------------
> >>
> >>>> ---
> >>>>     [INFO] basedir C:\Documents and
> >>>>
> >>
> Settings\jhenry\.m2\repository\xxxxxxxxxxxxxxxxxxx
> >>>> \YYYYYYYYYYYYYYYYYY\3.0.11
> >>>> does not exist
> >>>>     [INFO]
> >>>>
> >>
> >
>
---------------------------------------------------------------------
> >>
> >>>> ---
> >>>>     [INFO] Trace
> >>>>     java.lang.IllegalStateException: basedir
> >>>> C:\Documents and
> >>>>
> >>
> >
>
Settings\jhenry\.m2\repository\xxxxxxxxxxxxxxxxx\YYYYYYYYYYYYYYYYY
> 
=== message truncated ===



	

	
		
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
On 14 Jun 07, at 12:48 AM 14 Jun 07, Julien HENRY wrote:

> IMHO it should be fixed before 2.0.7. If not, the
> release process will be broken (the scm tag will be
> done even if something goes wrong during the build).
>

You tried with these:

http://people.apache.org/~jvanzyl/maven-2.0.7/

And you've tried the 2.0-beta-4 version of the release plugin?


> --- Brett Porter <br...@apache.org> a écrit :
>
>> 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
>> 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 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
>>>> preparation was not stopped (build is
>> successful). The
>>>> exception was ignored, and the release is not
>> safe
>>>> (what happend when it is a serious error?)
>>>>
>>>> Here is the log :
>>>>
>>>> [INFO] [release:prepare]
>>>> [INFO] Verifying that there are no local
>>>> modifications...
>>>> [INFO] Executing: svn --non-interactive status
>>>> [INFO] Working directory: XXXXXXXX
>>>> [INFO] Checking dependencies and plugins for
>> snapshots
>>>> ...
>>>> What is the release version for "XXXXXXX"?
>> (XXXXXXXXX)
>>>> 3.0.11: :
>>>> What is the release version for "YYYYYYYY"?
>>>> (YYYYYYYYYYYY) 3.0.11: :
>>>> ...
>>>> What is SCM release tag or label for "XXXXXXXXX"?
>>>> (XXXXXXXXX) xxxxxx-3.0.11: :
>>>> What is the new development version for
>> "XXXXXXXXXXX"?
>>>> (XXXXXXXXX) 3.0.12-SNAPSHOT: :
>>>> What is the new development version for
>>>> "YYYYYYYYYYYY"? (YYYYYYYYYYYYYYYYYY)
>> 3.0.12-SNAPSHOT:
>>>> :
>>>> ...
>>>> [INFO] Transforming 'XXXXXXXXXXX'...
>>>> [INFO] Transforming 'YYYYYYYYYYY'...
>>>> ...
>>>> [INFO] Executing preparation goals 'clean
>>>> integration-test'...
>>>> [INFO] Executing: mvn clean integration-test
>>>> --no-plugin-updates
>>>>     [INFO] Scanning for projects...
>>>>     [INFO] Reactor build order:
>>>>     [INFO]   XXXXXXXXXXXXX
>>>>     [INFO]   YYYYYYYYYYYYY
>>>>     [INFO]   ...
>>>>     [INFO]
>>>>
>>
> ---------------------------------------------------------------------
>>
>>>> -------
>>>>     [INFO] Building XXXXXXXXXXXX
>>>>     [INFO]    task-segment: [clean,
>> integration-test]
>>>>     [INFO]
>>>>
>>
> ---------------------------------------------------------------------
>>
>>>> -------
>>>>     [INFO] [clean:clean]
>>>>     ....
>>>>     [INFO]
>>>>
>>
> ---------------------------------------------------------------------
>>
>>>> -------
>>>>     [INFO] Building YYYYYYYYYYYYYYY
>>>>     [INFO]    task-segment: [clean,
>> integration-test]
>>>>     [INFO]
>>>>
>>
> ---------------------------------------------------------------------
>>
>>>> -------
>>>>     [INFO] [clean:clean]
>>>>     ...
>>>>     [INFO] [resources:resources]
>>>>     [INFO] Using default encoding to copy
>> filtered
>>>> resources.
>>>>     [INFO] [compiler:compile]
>>>>     [INFO] No sources to compile
>>>>     [INFO] [resources:testResources]
>>>>     [INFO] Using default encoding to copy
>> filtered
>>>> resources.
>>>>     [INFO] [compiler:testCompile]
>>>>     [INFO] No sources to compile
>>>>     [INFO] [surefire:test]
>>>>     [INFO] No tests to run.
>>>>     [INFO] [war:war]
>>>>     [INFO] Exploding webapp...
>>>>     [INFO] Assembling webapp YYYYYYYYYYY in
>>>>
>>
> D:\Projets\xxxxxxxxxxxxxxxxxxx\target\YYYYYYYYYYYYYYYYYY-3.0.11
>>>>     [INFO] Copy webapp webResources to
>>>> D:\Projets\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\target
>>>> \YYYYYYYYYYYYYYYYYYYYYYYYYY-3.0.11
>>>>     [INFO]
>>>>
>>
> ---------------------------------------------------------------------
>>
>>>> ---
>>>>     [ERROR] FATAL ERROR
>>>>     [INFO]
>>>>
>>
> ---------------------------------------------------------------------
>>
>>>> ---
>>>>     [INFO] basedir C:\Documents and
>>>>
>> Settings\jhenry\.m2\repository\xxxxxxxxxxxxxxxxxxx
>>>> \YYYYYYYYYYYYYYYYYY\3.0.11
>>>> does not exist
>>>>     [INFO]
>>>>
>>
> ---------------------------------------------------------------------
>>
>>>> ---
>>>>     [INFO] Trace
>>>>     java.lang.IllegalStateException: basedir
>>>> C:\Documents and
>>>>
>>
> Settings\jhenry\.m2\repository\xxxxxxxxxxxxxxxxx\YYYYYYYYYYYYYYYYY
>>
>>>> \3.0.11
>>>> does not
>>>> exist
>>>>         at
>>>> org.codehaus.plexus.util.DirectoryScanner.scan
>>>> (DirectoryScanner.java:542)
>>>>         at
>>>>
>>
> org.apache.maven.plugin.war.AbstractWarMojo.getWarFiles
>>
>>>> (AbstractWarMojo.java:824)
>>>>         at
>>>>
>>
> org.apache.maven.plugin.war.AbstractWarMojo.copyResources
>>
>>>> (AbstractWarMojo.java:408)
>>>>         at
>>>>
>>
> org.apache.maven.plugin.war.AbstractWarMojo.buildWebapp
>>
>>>> (AbstractWarMojo.java:518)
>>>>         at
>>>>
>>
> org.apache.maven.plugin.war.AbstractWarMojo.buildExplodedWebapp
>>
>>>> (AbstractWarMojo.java:347)
>>>>         at
>>>>
>>
> org.apache.maven.plugin.war.WarMojo.performPackaging(WarMojo.java:
>>
>>>> 164)
>>>>         at
>>>>
>>
> org.apache.maven.plugin.war.WarMojo.execute(WarMojo.java:130)
>>>>         at
>>>>
>>
> org.apache.maven.plugin.DefaultPluginManager.executeMojo
>>
>>>> (DefaultPluginManager.java:443)
>>>>         at
>>>>
>>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals
>>
>>>> (DefaultLifecycleExecutor.java:539)
>>
> === message truncated ===
>
>
>
> 	
>
> 	
> 		
> ______________________________________________________________________ 
> _____
> Découvrez une nouvelle façon d'obtenir des réponses à toutes vos  
> questions !
> Profitez des connaissances, des opinions et des expériences des  
> internautes sur Yahoo! Questions/Réponses
> http://fr.answers.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Julien HENRY <he...@yahoo.fr>.
IMHO it should be fixed before 2.0.7. If not, the
release process will be broken (the scm tag will be
done even if something goes wrong during the build).

--- Brett Porter <br...@apache.org> a écrit :

> 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
> 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 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
> >> preparation was not stopped (build is
> successful). The
> >> exception was ignored, and the release is not
> safe
> >> (what happend when it is a serious error?)
> >>
> >> Here is the log :
> >>
> >> [INFO] [release:prepare]
> >> [INFO] Verifying that there are no local
> >> modifications...
> >> [INFO] Executing: svn --non-interactive status
> >> [INFO] Working directory: XXXXXXXX
> >> [INFO] Checking dependencies and plugins for
> snapshots
> >> ...
> >> What is the release version for "XXXXXXX"?
> (XXXXXXXXX)
> >> 3.0.11: :
> >> What is the release version for "YYYYYYYY"?
> >> (YYYYYYYYYYYY) 3.0.11: :
> >> ...
> >> What is SCM release tag or label for "XXXXXXXXX"?
> >> (XXXXXXXXX) xxxxxx-3.0.11: :
> >> What is the new development version for
> "XXXXXXXXXXX"?
> >> (XXXXXXXXX) 3.0.12-SNAPSHOT: :
> >> What is the new development version for
> >> "YYYYYYYYYYYY"? (YYYYYYYYYYYYYYYYYY)
> 3.0.12-SNAPSHOT:
> >> :
> >> ...
> >> [INFO] Transforming 'XXXXXXXXXXX'...
> >> [INFO] Transforming 'YYYYYYYYYYY'...
> >> ...
> >> [INFO] Executing preparation goals 'clean
> >> integration-test'...
> >> [INFO] Executing: mvn clean integration-test
> >> --no-plugin-updates
> >>     [INFO] Scanning for projects...
> >>     [INFO] Reactor build order:
> >>     [INFO]   XXXXXXXXXXXXX
> >>     [INFO]   YYYYYYYYYYYYY
> >>     [INFO]   ...
> >>     [INFO]
> >>
>
---------------------------------------------------------------------
> 
> >> -------
> >>     [INFO] Building XXXXXXXXXXXX
> >>     [INFO]    task-segment: [clean,
> integration-test]
> >>     [INFO]
> >>
>
---------------------------------------------------------------------
> 
> >> -------
> >>     [INFO] [clean:clean]
> >>     ....
> >>     [INFO]
> >>
>
---------------------------------------------------------------------
> 
> >> -------
> >>     [INFO] Building YYYYYYYYYYYYYYY
> >>     [INFO]    task-segment: [clean,
> integration-test]
> >>     [INFO]
> >>
>
---------------------------------------------------------------------
> 
> >> -------
> >>     [INFO] [clean:clean]
> >>     ...
> >>     [INFO] [resources:resources]
> >>     [INFO] Using default encoding to copy
> filtered
> >> resources.
> >>     [INFO] [compiler:compile]
> >>     [INFO] No sources to compile
> >>     [INFO] [resources:testResources]
> >>     [INFO] Using default encoding to copy
> filtered
> >> resources.
> >>     [INFO] [compiler:testCompile]
> >>     [INFO] No sources to compile
> >>     [INFO] [surefire:test]
> >>     [INFO] No tests to run.
> >>     [INFO] [war:war]
> >>     [INFO] Exploding webapp...
> >>     [INFO] Assembling webapp YYYYYYYYYYY in
> >>
>
D:\Projets\xxxxxxxxxxxxxxxxxxx\target\YYYYYYYYYYYYYYYYYY-3.0.11
> >>     [INFO] Copy webapp webResources to
> >> D:\Projets\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\target 
> >> \YYYYYYYYYYYYYYYYYYYYYYYYYY-3.0.11
> >>     [INFO]
> >>
>
---------------------------------------------------------------------
> 
> >> ---
> >>     [ERROR] FATAL ERROR
> >>     [INFO]
> >>
>
---------------------------------------------------------------------
> 
> >> ---
> >>     [INFO] basedir C:\Documents and
> >>
> Settings\jhenry\.m2\repository\xxxxxxxxxxxxxxxxxxx 
> >> \YYYYYYYYYYYYYYYYYY\3.0.11
> >> does not exist
> >>     [INFO]
> >>
>
---------------------------------------------------------------------
> 
> >> ---
> >>     [INFO] Trace
> >>     java.lang.IllegalStateException: basedir
> >> C:\Documents and
> >>
>
Settings\jhenry\.m2\repository\xxxxxxxxxxxxxxxxx\YYYYYYYYYYYYYYYYY
> 
> >> \3.0.11
> >> does not
> >> exist
> >>         at
> >> org.codehaus.plexus.util.DirectoryScanner.scan 
> >> (DirectoryScanner.java:542)
> >>         at
> >>
>
org.apache.maven.plugin.war.AbstractWarMojo.getWarFiles
> 
> >> (AbstractWarMojo.java:824)
> >>         at
> >>
>
org.apache.maven.plugin.war.AbstractWarMojo.copyResources
> 
> >> (AbstractWarMojo.java:408)
> >>         at
> >>
>
org.apache.maven.plugin.war.AbstractWarMojo.buildWebapp
> 
> >> (AbstractWarMojo.java:518)
> >>         at
> >>
>
org.apache.maven.plugin.war.AbstractWarMojo.buildExplodedWebapp
> 
> >> (AbstractWarMojo.java:347)
> >>         at
> >>
>
org.apache.maven.plugin.war.WarMojo.performPackaging(WarMojo.java:
> 
> >> 164)
> >>         at
> >>
>
org.apache.maven.plugin.war.WarMojo.execute(WarMojo.java:130)
> >>         at
> >>
>
org.apache.maven.plugin.DefaultPluginManager.executeMojo
> 
> >> (DefaultPluginManager.java:443)
> >>         at
> >>
>
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals
> 
> >> (DefaultLifecycleExecutor.java:539)
> 
=== message truncated ===



	

	
		
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Brett Porter <br...@apache.org>.
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 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 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
>> preparation was not stopped (build is successful). The
>> exception was ignored, and the release is not safe
>> (what happend when it is a serious error?)
>>
>> Here is the log :
>>
>> [INFO] [release:prepare]
>> [INFO] Verifying that there are no local
>> modifications...
>> [INFO] Executing: svn --non-interactive status
>> [INFO] Working directory: XXXXXXXX
>> [INFO] Checking dependencies and plugins for snapshots
>> ...
>> What is the release version for "XXXXXXX"? (XXXXXXXXX)
>> 3.0.11: :
>> What is the release version for "YYYYYYYY"?
>> (YYYYYYYYYYYY) 3.0.11: :
>> ...
>> What is SCM release tag or label for "XXXXXXXXX"?
>> (XXXXXXXXX) xxxxxx-3.0.11: :
>> What is the new development version for "XXXXXXXXXXX"?
>> (XXXXXXXXX) 3.0.12-SNAPSHOT: :
>> What is the new development version for
>> "YYYYYYYYYYYY"? (YYYYYYYYYYYYYYYYYY) 3.0.12-SNAPSHOT:
>> :
>> ...
>> [INFO] Transforming 'XXXXXXXXXXX'...
>> [INFO] Transforming 'YYYYYYYYYYY'...
>> ...
>> [INFO] Executing preparation goals 'clean
>> integration-test'...
>> [INFO] Executing: mvn clean integration-test
>> --no-plugin-updates
>>     [INFO] Scanning for projects...
>>     [INFO] Reactor build order:
>>     [INFO]   XXXXXXXXXXXXX
>>     [INFO]   YYYYYYYYYYYYY
>>     [INFO]   ...
>>     [INFO]
>> --------------------------------------------------------------------- 
>> -------
>>     [INFO] Building XXXXXXXXXXXX
>>     [INFO]    task-segment: [clean, integration-test]
>>     [INFO]
>> --------------------------------------------------------------------- 
>> -------
>>     [INFO] [clean:clean]
>>     ....
>>     [INFO]
>> --------------------------------------------------------------------- 
>> -------
>>     [INFO] Building YYYYYYYYYYYYYYY
>>     [INFO]    task-segment: [clean, integration-test]
>>     [INFO]
>> --------------------------------------------------------------------- 
>> -------
>>     [INFO] [clean:clean]
>>     ...
>>     [INFO] [resources:resources]
>>     [INFO] Using default encoding to copy filtered
>> resources.
>>     [INFO] [compiler:compile]
>>     [INFO] No sources to compile
>>     [INFO] [resources:testResources]
>>     [INFO] Using default encoding to copy filtered
>> resources.
>>     [INFO] [compiler:testCompile]
>>     [INFO] No sources to compile
>>     [INFO] [surefire:test]
>>     [INFO] No tests to run.
>>     [INFO] [war:war]
>>     [INFO] Exploding webapp...
>>     [INFO] Assembling webapp YYYYYYYYYYY in
>> D:\Projets\xxxxxxxxxxxxxxxxxxx\target\YYYYYYYYYYYYYYYYYY-3.0.11
>>     [INFO] Copy webapp webResources to
>> D:\Projets\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\target 
>> \YYYYYYYYYYYYYYYYYYYYYYYYYY-3.0.11
>>     [INFO]
>> --------------------------------------------------------------------- 
>> ---
>>     [ERROR] FATAL ERROR
>>     [INFO]
>> --------------------------------------------------------------------- 
>> ---
>>     [INFO] basedir C:\Documents and
>> Settings\jhenry\.m2\repository\xxxxxxxxxxxxxxxxxxx 
>> \YYYYYYYYYYYYYYYYYY\3.0.11
>> does not exist
>>     [INFO]
>> --------------------------------------------------------------------- 
>> ---
>>     [INFO] Trace
>>     java.lang.IllegalStateException: basedir
>> C:\Documents and
>> Settings\jhenry\.m2\repository\xxxxxxxxxxxxxxxxx\YYYYYYYYYYYYYYYYY 
>> \3.0.11
>> does not
>> exist
>>         at
>> org.codehaus.plexus.util.DirectoryScanner.scan 
>> (DirectoryScanner.java:542)
>>         at
>> org.apache.maven.plugin.war.AbstractWarMojo.getWarFiles 
>> (AbstractWarMojo.java:824)
>>         at
>> org.apache.maven.plugin.war.AbstractWarMojo.copyResources 
>> (AbstractWarMojo.java:408)
>>         at
>> org.apache.maven.plugin.war.AbstractWarMojo.buildWebapp 
>> (AbstractWarMojo.java:518)
>>         at
>> org.apache.maven.plugin.war.AbstractWarMojo.buildExplodedWebapp 
>> (AbstractWarMojo.java:347)
>>         at
>> org.apache.maven.plugin.war.WarMojo.performPackaging(WarMojo.java: 
>> 164)
>>         at
>> org.apache.maven.plugin.war.WarMojo.execute(WarMojo.java:130)
>>         at
>> org.apache.maven.plugin.DefaultPluginManager.executeMojo 
>> (DefaultPluginManager.java:443)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
>> (DefaultLifecycleExecutor.java:539)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi 
>> fecycle(DefaultLifecycleExecutor.java:480)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal 
>> (DefaultLifecycleExecutor.java:459)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan 
>> dleFailures(DefaultLifecycleExecutor.java:311)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen 
>> ts(DefaultLifecycleExecutor.java:278)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute 
>> (DefaultLifecycleExecutor.java:143)
>>         at
>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>>         at
>> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>>         at
>> org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>>         at
>> sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> Method)
>>         at
>> sun.reflect.NativeMethodAccessorImpl.invoke 
>> (NativeMethodAccessorImpl.java:39)
>>         at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke 
>> (DelegatingMethodAccessorImpl.java:25)
>>         at
>> java.lang.reflect.Method.invoke(Method.java:324)
>>         at
>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>         at
>> org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>         at
>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>         at
>> org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>     [INFO]
>> --------------------------------------------------------------------- 
>> ---
>>     [INFO] Total time: 23 seconds
>>     [INFO] Finished at: Wed Jun 13 16:35:37 CEST 2007
>>     [INFO] Final Memory: 9M/17M
>>     [INFO]
>> --------------------------------------------------------------------- 
>> ---
>> [INFO] Checking in modified POMs...
>> [INFO] Executing: svn --non-interactive commit --file
>> C:\DOCUME~1\jhenry\LOCALS~1\Temp\maven-scm-317401446.commit
>> xxxxxxxxxxxxxxxxxxxxxxxxx
>>
>> [INFO] Working directory:
>> D:\Projets\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>> [INFO] Unknown line: 'Envoi
>> YYYYYYYYYYYYYYYY\pom.xml'
>> ....
>> [INFO] Unknown line: 'Envoi          pom.xml'
>> [INFO] Unknown line: 'Transmission des données
>> ..............'
>> [INFO] Unknown line: 'Révision 1489 propagée.'
>> [INFO] Tagging release with the label
>> XXXXXXXXXX-3.0.11...
>> [INFO] Executing: svn --non-interactive copy --file
>> C:\DOCUME~1\jhenry\LOCALS~1\Temp\maven-scm-836421135.commit
>> . http://xxxxxxxxxxx/tags/xxxxxx-3.0.11
>> [INFO] Working directory: xxxxxxxxxxxxxxxxxxxxxxxx
>> [INFO] Transforming 'XXXXXXXXXXXXXXXXXXx...
>> [INFO] Transforming 'YYYYYYYYYYYYYYYYYY'...
>> ...
>> [INFO] Removing release POMs...
>> [INFO] Checking in modified POMs...
>> [INFO] Executing: svn --non-interactive commit --file
>> C:\DOCUME~1\jhenry\LOCALS~1\Temp\maven-scm-1268889289.commit
>> xxxxxxxxxx
>> [INFO] Working directory: XXXXXXXXXXXXXXXXXXXXXXX
>> [INFO] Unknown line: 'Envoi
>> xxxxxxxxxxxxxxx\pom.xml'
>> [INFO] Unknown line: 'Envoi          pom.xml'
>> ......
>> [INFO] Unknown line: 'Transmission des données
>> ..............'
>> [INFO] Unknown line: 'Révision 1491 propagée.'
>> [INFO] Release preparation complete.
>> [INFO]
>> [INFO]
>> [INFO]
>> --------------------------------------------------------------------- 
>> ---
>> [INFO] Reactor Summary:
>> [INFO]
>> --------------------------------------------------------------------- 
>> ---
>> [INFO] XXXXXXXXXXXXXXXX
>> ...................................... SUCCESS
>> [1:29.861s]
>> [INFO] YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
>> ................ SUCCESS [4.688s]
>> .....
>> [INFO]
>> --------------------------------------------------------------------- 
>> ---
>> [INFO]
>> --------------------------------------------------------------------- 
>> ---
>> [INFO] BUILD SUCCESSFUL
>> [INFO]
>> --------------------------------------------------------------------- 
>> ---
>> [INFO] Total time: 2 minutes 23 seconds
>> [INFO] Finished at: Wed Jun 13 16:35:56 CEST 2007
>> [INFO] Final Memory: 9M/18M
>> [INFO]
>> --------------------------------------------------------------------- 
>> ---
>>
>> --- Tom Huybrechts <to...@gmail.com> a écrit
>> :
>>
>>> (non-binding) +1
>>>
>>> On 6/13/07, Jason van Zyl <ja...@maven.org> 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/maven-2.0.7-staging-repository/
>>>>
>>>> And the distros you are interested in are here:
>>>>
>>>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>>>
>>>> Thanks,
>>>>
>>>> Jason.
>>>>
>>>>
>>>>
>>>>
>>>
>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail:
>>> dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail:
>>> dev-help@maven.apache.org
>>>>
>>>>
>>>>
>>>>
>>>
>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail:
>>> dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail:
>>> dev-help@maven.apache.org
>>>>
>>>>
>>>
>>>
>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail:
>>> dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail:
>>> dev-help@maven.apache.org
>>>
>>>
>>
>>
>>
>>        
>> _____________________________________________________________________ 
>> ________
>> Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers  
>> Yahoo! Mail
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
> Thanks,
>
> Jason
>
> ----------------------------------------------------------
> Jason van Zyl
> Founder and PMC Chair, Apache Maven
> jason at sonatype dot com
> ----------------------------------------------------------
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
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 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
> preparation was not stopped (build is successful). The
> exception was ignored, and the release is not safe
> (what happend when it is a serious error?)
>
> Here is the log :
>
> [INFO] [release:prepare]
> [INFO] Verifying that there are no local
> modifications...
> [INFO] Executing: svn --non-interactive status
> [INFO] Working directory: XXXXXXXX
> [INFO] Checking dependencies and plugins for snapshots
> ...
> What is the release version for "XXXXXXX"? (XXXXXXXXX)
> 3.0.11: :
> What is the release version for "YYYYYYYY"?
> (YYYYYYYYYYYY) 3.0.11: :
> ...
> What is SCM release tag or label for "XXXXXXXXX"?
> (XXXXXXXXX) xxxxxx-3.0.11: :
> What is the new development version for "XXXXXXXXXXX"?
> (XXXXXXXXX) 3.0.12-SNAPSHOT: :
> What is the new development version for
> "YYYYYYYYYYYY"? (YYYYYYYYYYYYYYYYYY) 3.0.12-SNAPSHOT:
> :
> ...
> [INFO] Transforming 'XXXXXXXXXXX'...
> [INFO] Transforming 'YYYYYYYYYYY'...
> ...
> [INFO] Executing preparation goals 'clean
> integration-test'...
> [INFO] Executing: mvn clean integration-test
> --no-plugin-updates
>     [INFO] Scanning for projects...
>     [INFO] Reactor build order:
>     [INFO]   XXXXXXXXXXXXX
>     [INFO]   YYYYYYYYYYYYY
>     [INFO]   ...
>     [INFO]
> ---------------------------------------------------------------------- 
> ------
>     [INFO] Building XXXXXXXXXXXX
>     [INFO]    task-segment: [clean, integration-test]
>     [INFO]
> ---------------------------------------------------------------------- 
> ------
>     [INFO] [clean:clean]
>     ....
>     [INFO]
> ---------------------------------------------------------------------- 
> ------
>     [INFO] Building YYYYYYYYYYYYYYY
>     [INFO]    task-segment: [clean, integration-test]
>     [INFO]
> ---------------------------------------------------------------------- 
> ------
>     [INFO] [clean:clean]
>     ...
>     [INFO] [resources:resources]
>     [INFO] Using default encoding to copy filtered
> resources.
>     [INFO] [compiler:compile]
>     [INFO] No sources to compile
>     [INFO] [resources:testResources]
>     [INFO] Using default encoding to copy filtered
> resources.
>     [INFO] [compiler:testCompile]
>     [INFO] No sources to compile
>     [INFO] [surefire:test]
>     [INFO] No tests to run.
>     [INFO] [war:war]
>     [INFO] Exploding webapp...
>     [INFO] Assembling webapp YYYYYYYYYYY in
> D:\Projets\xxxxxxxxxxxxxxxxxxx\target\YYYYYYYYYYYYYYYYYY-3.0.11
>     [INFO] Copy webapp webResources to
> D:\Projets\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\target 
> \YYYYYYYYYYYYYYYYYYYYYYYYYY-3.0.11
>     [INFO]
> ---------------------------------------------------------------------- 
> --
>     [ERROR] FATAL ERROR
>     [INFO]
> ---------------------------------------------------------------------- 
> --
>     [INFO] basedir C:\Documents and
> Settings\jhenry\.m2\repository\xxxxxxxxxxxxxxxxxxx 
> \YYYYYYYYYYYYYYYYYY\3.0.11
> does not exist
>     [INFO]
> ---------------------------------------------------------------------- 
> --
>     [INFO] Trace
>     java.lang.IllegalStateException: basedir
> C:\Documents and
> Settings\jhenry\.m2\repository\xxxxxxxxxxxxxxxxx\YYYYYYYYYYYYYYYYY 
> \3.0.11
> does not
> exist
>         at
> org.codehaus.plexus.util.DirectoryScanner.scan 
> (DirectoryScanner.java:542)
>         at
> org.apache.maven.plugin.war.AbstractWarMojo.getWarFiles 
> (AbstractWarMojo.java:824)
>         at
> org.apache.maven.plugin.war.AbstractWarMojo.copyResources 
> (AbstractWarMojo.java:408)
>         at
> org.apache.maven.plugin.war.AbstractWarMojo.buildWebapp 
> (AbstractWarMojo.java:518)
>         at
> org.apache.maven.plugin.war.AbstractWarMojo.buildExplodedWebapp 
> (AbstractWarMojo.java:347)
>         at
> org.apache.maven.plugin.war.WarMojo.performPackaging(WarMojo.java:164)
>         at
> org.apache.maven.plugin.war.WarMojo.execute(WarMojo.java:130)
>         at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo 
> (DefaultPluginManager.java:443)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
> (DefaultLifecycleExecutor.java:539)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLif 
> ecycle(DefaultLifecycleExecutor.java:480)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal 
> (DefaultLifecycleExecutor.java:459)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHand 
> leFailures(DefaultLifecycleExecutor.java:311)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegment 
> s(DefaultLifecycleExecutor.java:278)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute 
> (DefaultLifecycleExecutor.java:143)
>         at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>         at
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>         at
> org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke 
> (NativeMethodAccessorImpl.java:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke 
> (DelegatingMethodAccessorImpl.java:25)
>         at
> java.lang.reflect.Method.invoke(Method.java:324)
>         at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>         at
> org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>         at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>         at
> org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>     [INFO]
> ---------------------------------------------------------------------- 
> --
>     [INFO] Total time: 23 seconds
>     [INFO] Finished at: Wed Jun 13 16:35:37 CEST 2007
>     [INFO] Final Memory: 9M/17M
>     [INFO]
> ---------------------------------------------------------------------- 
> --
> [INFO] Checking in modified POMs...
> [INFO] Executing: svn --non-interactive commit --file
> C:\DOCUME~1\jhenry\LOCALS~1\Temp\maven-scm-317401446.commit
> xxxxxxxxxxxxxxxxxxxxxxxxx
>
> [INFO] Working directory:
> D:\Projets\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> [INFO] Unknown line: 'Envoi
> YYYYYYYYYYYYYYYY\pom.xml'
> ....
> [INFO] Unknown line: 'Envoi          pom.xml'
> [INFO] Unknown line: 'Transmission des données
> ..............'
> [INFO] Unknown line: 'Révision 1489 propagée.'
> [INFO] Tagging release with the label
> XXXXXXXXXX-3.0.11...
> [INFO] Executing: svn --non-interactive copy --file
> C:\DOCUME~1\jhenry\LOCALS~1\Temp\maven-scm-836421135.commit
> . http://xxxxxxxxxxx/tags/xxxxxx-3.0.11
> [INFO] Working directory: xxxxxxxxxxxxxxxxxxxxxxxx
> [INFO] Transforming 'XXXXXXXXXXXXXXXXXXx...
> [INFO] Transforming 'YYYYYYYYYYYYYYYYYY'...
> ...
> [INFO] Removing release POMs...
> [INFO] Checking in modified POMs...
> [INFO] Executing: svn --non-interactive commit --file
> C:\DOCUME~1\jhenry\LOCALS~1\Temp\maven-scm-1268889289.commit
> xxxxxxxxxx
> [INFO] Working directory: XXXXXXXXXXXXXXXXXXXXXXX
> [INFO] Unknown line: 'Envoi
> xxxxxxxxxxxxxxx\pom.xml'
> [INFO] Unknown line: 'Envoi          pom.xml'
> ......
> [INFO] Unknown line: 'Transmission des données
> ..............'
> [INFO] Unknown line: 'Révision 1491 propagée.'
> [INFO] Release preparation complete.
> [INFO]
> [INFO]
> [INFO]
> ---------------------------------------------------------------------- 
> --
> [INFO] Reactor Summary:
> [INFO]
> ---------------------------------------------------------------------- 
> --
> [INFO] XXXXXXXXXXXXXXXX
> ...................................... SUCCESS
> [1:29.861s]
> [INFO] YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
> ................ SUCCESS [4.688s]
> .....
> [INFO]
> ---------------------------------------------------------------------- 
> --
> [INFO]
> ---------------------------------------------------------------------- 
> --
> [INFO] BUILD SUCCESSFUL
> [INFO]
> ---------------------------------------------------------------------- 
> --
> [INFO] Total time: 2 minutes 23 seconds
> [INFO] Finished at: Wed Jun 13 16:35:56 CEST 2007
> [INFO] Final Memory: 9M/18M
> [INFO]
> ---------------------------------------------------------------------- 
> --
>
> --- Tom Huybrechts <to...@gmail.com> a écrit
> :
>
>> (non-binding) +1
>>
>> On 6/13/07, Jason van Zyl <ja...@maven.org> 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/maven-2.0.7-staging-repository/
>>>
>>> And the distros you are interested in are here:
>>>
>>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>>
>>> Thanks,
>>>
>>> Jason.
>>>
>>>
>>>
>>>
>>
> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail:
>> dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail:
>> dev-help@maven.apache.org
>>>
>>>
>>>
>>>
>>
> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail:
>> dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail:
>> dev-help@maven.apache.org
>>>
>>>
>>
>>
> ---------------------------------------------------------------------
>> To unsubscribe, e-mail:
>> dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail:
>> dev-help@maven.apache.org
>>
>>
>
>
>
>        
> ______________________________________________________________________ 
> _______
> Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers  
> Yahoo! Mail
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Julien HENRY <he...@yahoo.fr>.
(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
preparation was not stopped (build is successful). The
exception was ignored, and the release is not safe
(what happend when it is a serious error?)

Here is the log :

[INFO] [release:prepare]
[INFO] Verifying that there are no local
modifications...
[INFO] Executing: svn --non-interactive status
[INFO] Working directory: XXXXXXXX
[INFO] Checking dependencies and plugins for snapshots
...
What is the release version for "XXXXXXX"? (XXXXXXXXX)
3.0.11: :
What is the release version for "YYYYYYYY"?
(YYYYYYYYYYYY) 3.0.11: :
...
What is SCM release tag or label for "XXXXXXXXX"?
(XXXXXXXXX) xxxxxx-3.0.11: :
What is the new development version for "XXXXXXXXXXX"?
(XXXXXXXXX) 3.0.12-SNAPSHOT: :
What is the new development version for
"YYYYYYYYYYYY"? (YYYYYYYYYYYYYYYYYY) 3.0.12-SNAPSHOT:
:
...
[INFO] Transforming 'XXXXXXXXXXX'...
[INFO] Transforming 'YYYYYYYYYYY'...
...
[INFO] Executing preparation goals 'clean
integration-test'...
[INFO] Executing: mvn clean integration-test
--no-plugin-updates
    [INFO] Scanning for projects...
    [INFO] Reactor build order:
    [INFO]   XXXXXXXXXXXXX
    [INFO]   YYYYYYYYYYYYY
    [INFO]   ...
    [INFO]
----------------------------------------------------------------------------
    [INFO] Building XXXXXXXXXXXX
    [INFO]    task-segment: [clean, integration-test]
    [INFO]
----------------------------------------------------------------------------
    [INFO] [clean:clean]
    ....
    [INFO]
----------------------------------------------------------------------------
    [INFO] Building YYYYYYYYYYYYYYY
    [INFO]    task-segment: [clean, integration-test]
    [INFO]
----------------------------------------------------------------------------
    [INFO] [clean:clean]
    ...
    [INFO] [resources:resources]
    [INFO] Using default encoding to copy filtered
resources.
    [INFO] [compiler:compile]
    [INFO] No sources to compile
    [INFO] [resources:testResources]
    [INFO] Using default encoding to copy filtered
resources.
    [INFO] [compiler:testCompile]
    [INFO] No sources to compile
    [INFO] [surefire:test]
    [INFO] No tests to run.
    [INFO] [war:war]
    [INFO] Exploding webapp...
    [INFO] Assembling webapp YYYYYYYYYYY in
D:\Projets\xxxxxxxxxxxxxxxxxxx\target\YYYYYYYYYYYYYYYYYY-3.0.11
    [INFO] Copy webapp webResources to
D:\Projets\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\target\YYYYYYYYYYYYYYYYYYYYYYYYYY-3.0.11
    [INFO]
------------------------------------------------------------------------
    [ERROR] FATAL ERROR
    [INFO]
------------------------------------------------------------------------
    [INFO] basedir C:\Documents and
Settings\jhenry\.m2\repository\xxxxxxxxxxxxxxxxxxx\YYYYYYYYYYYYYYYYYY\3.0.11
does not exist
    [INFO]
------------------------------------------------------------------------
    [INFO] Trace
    java.lang.IllegalStateException: basedir
C:\Documents and
Settings\jhenry\.m2\repository\xxxxxxxxxxxxxxxxx\YYYYYYYYYYYYYYYYY\3.0.11
does not
exist
        at
org.codehaus.plexus.util.DirectoryScanner.scan(DirectoryScanner.java:542)
        at
org.apache.maven.plugin.war.AbstractWarMojo.getWarFiles(AbstractWarMojo.java:824)
        at
org.apache.maven.plugin.war.AbstractWarMojo.copyResources(AbstractWarMojo.java:408)
        at
org.apache.maven.plugin.war.AbstractWarMojo.buildWebapp(AbstractWarMojo.java:518)
        at
org.apache.maven.plugin.war.AbstractWarMojo.buildExplodedWebapp(AbstractWarMojo.java:347)
        at
org.apache.maven.plugin.war.WarMojo.performPackaging(WarMojo.java:164)
        at
org.apache.maven.plugin.war.WarMojo.execute(WarMojo.java:130)
        at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
        at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
        at
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
        at
org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
        at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at
java.lang.reflect.Method.invoke(Method.java:324)
        at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at
org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at
org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    [INFO]
------------------------------------------------------------------------
    [INFO] Total time: 23 seconds
    [INFO] Finished at: Wed Jun 13 16:35:37 CEST 2007
    [INFO] Final Memory: 9M/17M
    [INFO]
------------------------------------------------------------------------
[INFO] Checking in modified POMs...
[INFO] Executing: svn --non-interactive commit --file
C:\DOCUME~1\jhenry\LOCALS~1\Temp\maven-scm-317401446.commit
xxxxxxxxxxxxxxxxxxxxxxxxx

[INFO] Working directory:
D:\Projets\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[INFO] Unknown line: 'Envoi         
YYYYYYYYYYYYYYYY\pom.xml'
....
[INFO] Unknown line: 'Envoi          pom.xml'
[INFO] Unknown line: 'Transmission des données
..............'
[INFO] Unknown line: 'Révision 1489 propagée.'
[INFO] Tagging release with the label
XXXXXXXXXX-3.0.11...
[INFO] Executing: svn --non-interactive copy --file
C:\DOCUME~1\jhenry\LOCALS~1\Temp\maven-scm-836421135.commit
. http://xxxxxxxxxxx/tags/xxxxxx-3.0.11
[INFO] Working directory: xxxxxxxxxxxxxxxxxxxxxxxx
[INFO] Transforming 'XXXXXXXXXXXXXXXXXXx...
[INFO] Transforming 'YYYYYYYYYYYYYYYYYY'...
...
[INFO] Removing release POMs...
[INFO] Checking in modified POMs...
[INFO] Executing: svn --non-interactive commit --file
C:\DOCUME~1\jhenry\LOCALS~1\Temp\maven-scm-1268889289.commit
xxxxxxxxxx
[INFO] Working directory: XXXXXXXXXXXXXXXXXXXXXXX
[INFO] Unknown line: 'Envoi         
xxxxxxxxxxxxxxx\pom.xml'
[INFO] Unknown line: 'Envoi          pom.xml'
......
[INFO] Unknown line: 'Transmission des données
..............'
[INFO] Unknown line: 'Révision 1491 propagée.'
[INFO] Release preparation complete.
[INFO]
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
------------------------------------------------------------------------
[INFO] XXXXXXXXXXXXXXXX
...................................... SUCCESS
[1:29.861s]
[INFO] YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
................ SUCCESS [4.688s]
.....
[INFO]
------------------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2 minutes 23 seconds
[INFO] Finished at: Wed Jun 13 16:35:56 CEST 2007
[INFO] Final Memory: 9M/18M
[INFO]
------------------------------------------------------------------------

--- Tom Huybrechts <to...@gmail.com> a écrit
:

> (non-binding) +1
> 
> On 6/13/07, Jason van Zyl <ja...@maven.org> 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/maven-2.0.7-staging-repository/
> >
> > And the distros you are interested in are here:
> >
> > http://people.apache.org/~jvanzyl/maven-2.0.7/
> >
> > Thanks,
> >
> > Jason.
> >
> >
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail:
> dev-help@maven.apache.org
> >
> >
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail:
> dev-help@maven.apache.org
> >
> >
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> dev-unsubscribe@maven.apache.org
> For additional commands, e-mail:
> dev-help@maven.apache.org
> 
> 



      _____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Tom Huybrechts <to...@gmail.com>.
(non-binding) +1

On 6/13/07, Jason van Zyl <ja...@maven.org> 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/maven-2.0.7-staging-repository/
>
> And the distros you are interested in are here:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7/
>
> Thanks,
>
> Jason.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jerome Lacoste <je...@gmail.com>.
On 6/13/07, Stephane Nicoll <st...@gmail.com> wrote:
> +1
>
> our builds run fine.

+1

same here

J

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Stephane Nicoll <st...@gmail.com>.
+1

our builds run fine.

Thanks,
Stéphane

On 6/13/07, Jason van Zyl <ja...@maven.org> 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/maven-2.0.7-staging-repository/
>
> And the distros you are interested in are here:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7/
>
> Thanks,
>
> Jason.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Brett Porter <br...@apache.org>.
Yup, I'm certainly not going to complain about a 5 day vote to cover  
the weekend.

Cheers,
Brett

On 16/06/2007, at 12:05 AM, Jason van Zyl wrote:

>
> On 15 Jun 07, at 6:52 AM 15 Jun 07, Brett Porter wrote:
>
>>
>> On 15/06/2007, at 11:27 PM, Jason van Zyl wrote:
>>
>>>
>>> On 15 Jun 07, at 6:09 AM 15 Jun 07, Brett Porter wrote:
>>>
>>>> Can we restart the vote once this is sorted out? I have no idea  
>>>> which svn rev we are voting on any more,
>>>
>>> We're voting on the tag used to build the releases.
>>
>> Which has been changed since most people voted.
>>
>>>
>>>> or who checked and voted for which.
>>>
>>> I haven't changed the location of what people have tried. We will  
>>> start the vote again over the weekend and no one will look at it.  
>>> So if we're going to do that then we should start again on Monday.
>>
>> Not really following your logic here... I think it's fine to  
>> restart it now if the bundle is done, get the 3 votes you need and  
>> wait another 72 hours.
>
> It's not fine, no one will look at it. If it's going up for a vote  
> it means that people need to look at it again and run it with their  
> builds. What's the point in just gather 3 votes to satisfy policy?  
> If we put it up for a vote again then we start the whole process  
> again.
>
>>
>> However, as far as I can tell it's not yet ready for that - the  
>> staging repository does not match the release artifacts as Max  
>> reported.
>>
>> I'm positive we all agreed in the past that if a vote got stalled  
>> due to a problem that is corrected that the vote would be  
>> restarted, the tag (and staging binaries) deleted, and the release  
>> re-done to minimise the risk of any errors slipping through.
>
> Then I will do the process again on Sunday and put it up for a vote  
> on Monday so that people present during the week can check the  
> binaries again. And we'll shoot for next Wednesday as the release.
>
>>
>> Thanks,
>> Brett
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
> Thanks,
>
> Jason
>
> ----------------------------------------------------------
> Jason van Zyl
> Founder and PMC Chair, Apache Maven
> jason at sonatype dot com
> ----------------------------------------------------------
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
On 15 Jun 07, at 6:52 AM 15 Jun 07, Brett Porter wrote:

>
> On 15/06/2007, at 11:27 PM, Jason van Zyl wrote:
>
>>
>> On 15 Jun 07, at 6:09 AM 15 Jun 07, Brett Porter wrote:
>>
>>> Can we restart the vote once this is sorted out? I have no idea  
>>> which svn rev we are voting on any more,
>>
>> We're voting on the tag used to build the releases.
>
> Which has been changed since most people voted.
>
>>
>>> or who checked and voted for which.
>>
>> I haven't changed the location of what people have tried. We will  
>> start the vote again over the weekend and no one will look at it.  
>> So if we're going to do that then we should start again on Monday.
>
> Not really following your logic here... I think it's fine to  
> restart it now if the bundle is done, get the 3 votes you need and  
> wait another 72 hours.

It's not fine, no one will look at it. If it's going up for a vote it  
means that people need to look at it again and run it with their  
builds. What's the point in just gather 3 votes to satisfy policy? If  
we put it up for a vote again then we start the whole process again.

>
> However, as far as I can tell it's not yet ready for that - the  
> staging repository does not match the release artifacts as Max  
> reported.
>
> I'm positive we all agreed in the past that if a vote got stalled  
> due to a problem that is corrected that the vote would be  
> restarted, the tag (and staging binaries) deleted, and the release  
> re-done to minimise the risk of any errors slipping through.

Then I will do the process again on Sunday and put it up for a vote  
on Monday so that people present during the week can check the  
binaries again. And we'll shoot for next Wednesday as the release.

>
> Thanks,
> Brett
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Brett Porter <br...@apache.org>.
On 15/06/2007, at 11:27 PM, Jason van Zyl wrote:

>
> On 15 Jun 07, at 6:09 AM 15 Jun 07, Brett Porter wrote:
>
>> Can we restart the vote once this is sorted out? I have no idea  
>> which svn rev we are voting on any more,
>
> We're voting on the tag used to build the releases.

Which has been changed since most people voted.

>
>> or who checked and voted for which.
>
> I haven't changed the location of what people have tried. We will  
> start the vote again over the weekend and no one will look at it.  
> So if we're going to do that then we should start again on Monday.

Not really following your logic here... I think it's fine to restart  
it now if the bundle is done, get the 3 votes you need and wait  
another 72 hours.

However, as far as I can tell it's not yet ready for that - the  
staging repository does not match the release artifacts as Max reported.

I'm positive we all agreed in the past that if a vote got stalled due  
to a problem that is corrected that the vote would be restarted, the  
tag (and staging binaries) deleted, and the release re-done to  
minimise the risk of any errors slipping through.

Thanks,
Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
On 15 Jun 07, at 6:09 AM 15 Jun 07, Brett Porter wrote:

> Can we restart the vote once this is sorted out? I have no idea  
> which svn rev we are voting on any more,

We're voting on the tag used to build the releases.

> or who checked and voted for which.

I haven't changed the location of what people have tried. We will  
start the vote again over the weekend and no one will look at it. So  
if we're going to do that then we should start again on Monday.

>
> - Brett
>
> On 15/06/2007, at 10:56 PM, Brian E. Fox wrote:
>
>> Ok, the last one I tested was Wed night. In that case +1.
>>
>>
>> -----Original Message-----
>> From: Jason van Zyl [mailto:jason@maven.org]
>> Sent: Friday, June 15, 2007 8:53 AM
>> To: Maven Developers List
>> Subject: Re: [VOTE] Release Maven 2.0.7
>>
>>
>> On 15 Jun 07, at 5:36 AM 15 Jun 07, Brian E. Fox wrote:
>>
>>> Where are we on the 2.0.7 vote? It seems like there are some issues
>>> requiring a new RC such as licenses and notices, but I've lost  
>>> track.
>>> The original RC was technically ok on my builds.
>>>
>>
>> I've updated them all, the licenses are fixed. This was with the
>> source distribution so I just remade it, I didn't rebuild. I already
>> fixed and closed the issues Brett was having and that I rebuilt and
>> redeployed on Wednesday. Everything is still fine.
>>
>>> -----Original Message-----
>>> From: Mark Hobson [mailto:markhobson@gmail.com]
>>> Sent: Friday, June 15, 2007 8:01 AM
>>> To: Maven Developers List
>>> Subject: Re: [VOTE] Release Maven 2.0.7
>>>
>>> On 15/06/07, Andrew Williams <an...@handyande.co.uk> wrote:
>>>> Am I the only one getting a test failure on IT0002 with the 2.0.7
>>>> bundle?
>>>>
>>>> junit.framework.AssertionFailedError: Expected file was not  
>>>> found: /
>>>> Users/aje/.m2/repository/org/apache/maven/its/maven-core-it- 
>>>> support/
>>>> 1.0/maven-core-it-support-1.0.jar
>>>>
>>>> (yes, I did install the maven-core-it-support - but seems that /
>>>> Users/
>>>> aje/.m2/repository/org/apache/maven/its/maven-core-it-support/ does
>>>> not exist)
>>>
>>> Nope, I get it too - see my mail to dev regarding r546719.
>>>
>>> Mark
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>
>> Thanks,
>>
>> Jason
>>
>> ----------------------------------------------------------
>> Jason van Zyl
>> Founder and PMC Chair, Apache Maven
>> jason at sonatype dot com
>> ----------------------------------------------------------
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Andrew Williams <an...@handyande.co.uk>.
I just noticed that the dav deploy is still broken (as in 2.0.6 I  
think) not a new problem, just checking folk were aware.

Andy

On 15 Jun 2007, at 14:17, Jason van Zyl wrote:

>
> On 15 Jun 07, at 6:09 AM 15 Jun 07, Brett Porter wrote:
>
>> Can we restart the vote once this is sorted out? I have no idea  
>> which svn rev we are voting on any more, or who checked and voted  
>> for which.
>>
>
> It is sorted out, I was planning on releasing it today. What's the  
> problem?
>
>> - Brett
>>
>> On 15/06/2007, at 10:56 PM, Brian E. Fox wrote:
>>
>>> Ok, the last one I tested was Wed night. In that case +1.
>>>
>>>
>>> -----Original Message-----
>>> From: Jason van Zyl [mailto:jason@maven.org]
>>> Sent: Friday, June 15, 2007 8:53 AM
>>> To: Maven Developers List
>>> Subject: Re: [VOTE] Release Maven 2.0.7
>>>
>>>
>>> On 15 Jun 07, at 5:36 AM 15 Jun 07, Brian E. Fox wrote:
>>>
>>>> Where are we on the 2.0.7 vote? It seems like there are some issues
>>>> requiring a new RC such as licenses and notices, but I've lost  
>>>> track.
>>>> The original RC was technically ok on my builds.
>>>>
>>>
>>> I've updated them all, the licenses are fixed. This was with the
>>> source distribution so I just remade it, I didn't rebuild. I already
>>> fixed and closed the issues Brett was having and that I rebuilt and
>>> redeployed on Wednesday. Everything is still fine.
>>>
>>>> -----Original Message-----
>>>> From: Mark Hobson [mailto:markhobson@gmail.com]
>>>> Sent: Friday, June 15, 2007 8:01 AM
>>>> To: Maven Developers List
>>>> Subject: Re: [VOTE] Release Maven 2.0.7
>>>>
>>>> On 15/06/07, Andrew Williams <an...@handyande.co.uk> wrote:
>>>>> Am I the only one getting a test failure on IT0002 with the 2.0.7
>>>>> bundle?
>>>>>
>>>>> junit.framework.AssertionFailedError: Expected file was not  
>>>>> found: /
>>>>> Users/aje/.m2/repository/org/apache/maven/its/maven-core-it- 
>>>>> support/
>>>>> 1.0/maven-core-it-support-1.0.jar
>>>>>
>>>>> (yes, I did install the maven-core-it-support - but seems that /
>>>>> Users/
>>>>> aje/.m2/repository/org/apache/maven/its/maven-core-it-support/  
>>>>> does
>>>>> not exist)
>>>>
>>>> Nope, I get it too - see my mail to dev regarding r546719.
>>>>
>>>> Mark
>>>>
>>>> ------------------------------------------------------------------- 
>>>> --
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>>
>>>> ------------------------------------------------------------------- 
>>>> --
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>>
>>>
>>> Thanks,
>>>
>>> Jason
>>>
>>> ----------------------------------------------------------
>>> Jason van Zyl
>>> Founder and PMC Chair, Apache Maven
>>> jason at sonatype dot com
>>> ----------------------------------------------------------
>>>
>>>
>>>
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
> Thanks,
>
> Jason
>
> ----------------------------------------------------------
> Jason van Zyl
> Founder and PMC Chair, Apache Maven
> jason at sonatype dot com
> ----------------------------------------------------------
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
On 15 Jun 07, at 6:09 AM 15 Jun 07, Brett Porter wrote:

> Can we restart the vote once this is sorted out? I have no idea  
> which svn rev we are voting on any more, or who checked and voted  
> for which.
>

It is sorted out, I was planning on releasing it today. What's the  
problem?

> - Brett
>
> On 15/06/2007, at 10:56 PM, Brian E. Fox wrote:
>
>> Ok, the last one I tested was Wed night. In that case +1.
>>
>>
>> -----Original Message-----
>> From: Jason van Zyl [mailto:jason@maven.org]
>> Sent: Friday, June 15, 2007 8:53 AM
>> To: Maven Developers List
>> Subject: Re: [VOTE] Release Maven 2.0.7
>>
>>
>> On 15 Jun 07, at 5:36 AM 15 Jun 07, Brian E. Fox wrote:
>>
>>> Where are we on the 2.0.7 vote? It seems like there are some issues
>>> requiring a new RC such as licenses and notices, but I've lost  
>>> track.
>>> The original RC was technically ok on my builds.
>>>
>>
>> I've updated them all, the licenses are fixed. This was with the
>> source distribution so I just remade it, I didn't rebuild. I already
>> fixed and closed the issues Brett was having and that I rebuilt and
>> redeployed on Wednesday. Everything is still fine.
>>
>>> -----Original Message-----
>>> From: Mark Hobson [mailto:markhobson@gmail.com]
>>> Sent: Friday, June 15, 2007 8:01 AM
>>> To: Maven Developers List
>>> Subject: Re: [VOTE] Release Maven 2.0.7
>>>
>>> On 15/06/07, Andrew Williams <an...@handyande.co.uk> wrote:
>>>> Am I the only one getting a test failure on IT0002 with the 2.0.7
>>>> bundle?
>>>>
>>>> junit.framework.AssertionFailedError: Expected file was not  
>>>> found: /
>>>> Users/aje/.m2/repository/org/apache/maven/its/maven-core-it- 
>>>> support/
>>>> 1.0/maven-core-it-support-1.0.jar
>>>>
>>>> (yes, I did install the maven-core-it-support - but seems that /
>>>> Users/
>>>> aje/.m2/repository/org/apache/maven/its/maven-core-it-support/ does
>>>> not exist)
>>>
>>> Nope, I get it too - see my mail to dev regarding r546719.
>>>
>>> Mark
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>
>> Thanks,
>>
>> Jason
>>
>> ----------------------------------------------------------
>> Jason van Zyl
>> Founder and PMC Chair, Apache Maven
>> jason at sonatype dot com
>> ----------------------------------------------------------
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Brett Porter <br...@apache.org>.
Can we restart the vote once this is sorted out? I have no idea which  
svn rev we are voting on any more, or who checked and voted for which.

- Brett

On 15/06/2007, at 10:56 PM, Brian E. Fox wrote:

> Ok, the last one I tested was Wed night. In that case +1.
>
>
> -----Original Message-----
> From: Jason van Zyl [mailto:jason@maven.org]
> Sent: Friday, June 15, 2007 8:53 AM
> To: Maven Developers List
> Subject: Re: [VOTE] Release Maven 2.0.7
>
>
> On 15 Jun 07, at 5:36 AM 15 Jun 07, Brian E. Fox wrote:
>
>> Where are we on the 2.0.7 vote? It seems like there are some issues
>> requiring a new RC such as licenses and notices, but I've lost track.
>> The original RC was technically ok on my builds.
>>
>
> I've updated them all, the licenses are fixed. This was with the
> source distribution so I just remade it, I didn't rebuild. I already
> fixed and closed the issues Brett was having and that I rebuilt and
> redeployed on Wednesday. Everything is still fine.
>
>> -----Original Message-----
>> From: Mark Hobson [mailto:markhobson@gmail.com]
>> Sent: Friday, June 15, 2007 8:01 AM
>> To: Maven Developers List
>> Subject: Re: [VOTE] Release Maven 2.0.7
>>
>> On 15/06/07, Andrew Williams <an...@handyande.co.uk> wrote:
>>> Am I the only one getting a test failure on IT0002 with the 2.0.7
>>> bundle?
>>>
>>> junit.framework.AssertionFailedError: Expected file was not found: /
>>> Users/aje/.m2/repository/org/apache/maven/its/maven-core-it-support/
>>> 1.0/maven-core-it-support-1.0.jar
>>>
>>> (yes, I did install the maven-core-it-support - but seems that /
>>> Users/
>>> aje/.m2/repository/org/apache/maven/its/maven-core-it-support/ does
>>> not exist)
>>
>> Nope, I get it too - see my mail to dev regarding r546719.
>>
>> Mark
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
> Thanks,
>
> Jason
>
> ----------------------------------------------------------
> Jason van Zyl
> Founder and PMC Chair, Apache Maven
> jason at sonatype dot com
> ----------------------------------------------------------
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: [VOTE] Release Maven 2.0.7

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Ok, the last one I tested was Wed night. In that case +1.


-----Original Message-----
From: Jason van Zyl [mailto:jason@maven.org] 
Sent: Friday, June 15, 2007 8:53 AM
To: Maven Developers List
Subject: Re: [VOTE] Release Maven 2.0.7


On 15 Jun 07, at 5:36 AM 15 Jun 07, Brian E. Fox wrote:

> Where are we on the 2.0.7 vote? It seems like there are some issues
> requiring a new RC such as licenses and notices, but I've lost track.
> The original RC was technically ok on my builds.
>

I've updated them all, the licenses are fixed. This was with the  
source distribution so I just remade it, I didn't rebuild. I already  
fixed and closed the issues Brett was having and that I rebuilt and  
redeployed on Wednesday. Everything is still fine.

> -----Original Message-----
> From: Mark Hobson [mailto:markhobson@gmail.com]
> Sent: Friday, June 15, 2007 8:01 AM
> To: Maven Developers List
> Subject: Re: [VOTE] Release Maven 2.0.7
>
> On 15/06/07, Andrew Williams <an...@handyande.co.uk> wrote:
>> Am I the only one getting a test failure on IT0002 with the 2.0.7
>> bundle?
>>
>> junit.framework.AssertionFailedError: Expected file was not found: /
>> Users/aje/.m2/repository/org/apache/maven/its/maven-core-it-support/
>> 1.0/maven-core-it-support-1.0.jar
>>
>> (yes, I did install the maven-core-it-support - but seems that / 
>> Users/
>> aje/.m2/repository/org/apache/maven/its/maven-core-it-support/ does
>> not exist)
>
> Nope, I get it too - see my mail to dev regarding r546719.
>
> Mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
On 15 Jun 07, at 5:36 AM 15 Jun 07, Brian E. Fox wrote:

> Where are we on the 2.0.7 vote? It seems like there are some issues
> requiring a new RC such as licenses and notices, but I've lost track.
> The original RC was technically ok on my builds.
>

I've updated them all, the licenses are fixed. This was with the  
source distribution so I just remade it, I didn't rebuild. I already  
fixed and closed the issues Brett was having and that I rebuilt and  
redeployed on Wednesday. Everything is still fine.

> -----Original Message-----
> From: Mark Hobson [mailto:markhobson@gmail.com]
> Sent: Friday, June 15, 2007 8:01 AM
> To: Maven Developers List
> Subject: Re: [VOTE] Release Maven 2.0.7
>
> On 15/06/07, Andrew Williams <an...@handyande.co.uk> wrote:
>> Am I the only one getting a test failure on IT0002 with the 2.0.7
>> bundle?
>>
>> junit.framework.AssertionFailedError: Expected file was not found: /
>> Users/aje/.m2/repository/org/apache/maven/its/maven-core-it-support/
>> 1.0/maven-core-it-support-1.0.jar
>>
>> (yes, I did install the maven-core-it-support - but seems that / 
>> Users/
>> aje/.m2/repository/org/apache/maven/its/maven-core-it-support/ does
>> not exist)
>
> Nope, I get it too - see my mail to dev regarding r546719.
>
> Mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: [VOTE] Release Maven 2.0.7

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Where are we on the 2.0.7 vote? It seems like there are some issues
requiring a new RC such as licenses and notices, but I've lost track.
The original RC was technically ok on my builds.

-----Original Message-----
From: Mark Hobson [mailto:markhobson@gmail.com] 
Sent: Friday, June 15, 2007 8:01 AM
To: Maven Developers List
Subject: Re: [VOTE] Release Maven 2.0.7

On 15/06/07, Andrew Williams <an...@handyande.co.uk> wrote:
> Am I the only one getting a test failure on IT0002 with the 2.0.7
> bundle?
>
> junit.framework.AssertionFailedError: Expected file was not found: /
> Users/aje/.m2/repository/org/apache/maven/its/maven-core-it-support/
> 1.0/maven-core-it-support-1.0.jar
>
> (yes, I did install the maven-core-it-support - but seems that /Users/
> aje/.m2/repository/org/apache/maven/its/maven-core-it-support/ does
> not exist)

Nope, I get it too - see my mail to dev regarding r546719.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Mark Hobson <ma...@gmail.com>.
On 15/06/07, Andrew Williams <an...@handyande.co.uk> wrote:
> Am I the only one getting a test failure on IT0002 with the 2.0.7
> bundle?
>
> junit.framework.AssertionFailedError: Expected file was not found: /
> Users/aje/.m2/repository/org/apache/maven/its/maven-core-it-support/
> 1.0/maven-core-it-support-1.0.jar
>
> (yes, I did install the maven-core-it-support - but seems that /Users/
> aje/.m2/repository/org/apache/maven/its/maven-core-it-support/ does
> not exist)

Nope, I get it too - see my mail to dev regarding r546719.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Andrew Williams <an...@handyande.co.uk>.
Thanks, that script does sort it for me :)
Andy

On 15 Jun 2007, at 13:55, Jason van Zyl wrote:

>
> On 15 Jun 07, at 4:58 AM 15 Jun 07, Andrew Williams wrote:
>
>> Am I the only one getting a test failure on IT0002 with the 2.0.7  
>> bundle?
>>
>> junit.framework.AssertionFailedError: Expected file was not  
>> found: /Users/aje/.m2/repository/org/apache/maven/its/maven-core- 
>> it-support/1.0/maven-core-it-support-1.0.jar
>>
>> (yes, I did install the maven-core-it-support - but seems that / 
>> Users/aje/.m2/repository/org/apache/maven/its/maven-core-it- 
>> support/ does not exist)
>>
>
> You have to install all the support plugins and artifacts, and  
> someone seems to have broke the invoker which installs the support  
> artifacts. But once it's installed the ITs are fine.
>
> I added the tiny script I used here:
>
> http://svn.apache.org/repos/asf/maven/core-integration-testing/ 
> trunk/core-integration-testing-support/
>
> John, might you take a look? Maybe fix the invoker and release it?
>
>> Andy
>>
>> On 13 Jun 2007, at 06: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/maven/components/tags/maven-2.0.7/
>>>
>>> Staging repository:
>>>
>>> http://people.apache.org/~jvanzyl/maven-2.0.7-staging-repository/
>>>
>>> And the distros you are interested in are here:
>>>
>>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>>
>>> Thanks,
>>>
>>> Jason.
>>>
>>>
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
> Thanks,
>
> Jason
>
> ----------------------------------------------------------
> Jason van Zyl
> Founder and PMC Chair, Apache Maven
> jason at sonatype dot com
> ----------------------------------------------------------
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
On 15 Jun 07, at 4:58 AM 15 Jun 07, Andrew Williams wrote:

> Am I the only one getting a test failure on IT0002 with the 2.0.7  
> bundle?
>
> junit.framework.AssertionFailedError: Expected file was not found: / 
> Users/aje/.m2/repository/org/apache/maven/its/maven-core-it-support/ 
> 1.0/maven-core-it-support-1.0.jar
>
> (yes, I did install the maven-core-it-support - but seems that / 
> Users/aje/.m2/repository/org/apache/maven/its/maven-core-it- 
> support/ does not exist)
>

You have to install all the support plugins and artifacts, and  
someone seems to have broke the invoker which installs the support  
artifacts. But once it's installed the ITs are fine.

I added the tiny script I used here:

http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/ 
core-integration-testing-support/

John, might you take a look? Maybe fix the invoker and release it?

> Andy
>
> On 13 Jun 2007, at 06: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/maven/components/tags/maven-2.0.7/
>>
>> Staging repository:
>>
>> http://people.apache.org/~jvanzyl/maven-2.0.7-staging-repository/
>>
>> And the distros you are interested in are here:
>>
>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>
>> Thanks,
>>
>> Jason.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Andrew Williams <an...@handyande.co.uk>.
Am I the only one getting a test failure on IT0002 with the 2.0.7  
bundle?

junit.framework.AssertionFailedError: Expected file was not found: / 
Users/aje/.m2/repository/org/apache/maven/its/maven-core-it-support/ 
1.0/maven-core-it-support-1.0.jar

(yes, I did install the maven-core-it-support - but seems that /Users/ 
aje/.m2/repository/org/apache/maven/its/maven-core-it-support/ does  
not exist)

Andy

On 13 Jun 2007, at 06: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/maven/components/tags/maven-2.0.7/
>
> Staging repository:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7-staging-repository/
>
> And the distros you are interested in are here:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7/
>
> Thanks,
>
> Jason.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: [VOTE] Release Maven 2.0.7

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
For what it's worth, the original staged version seems ok on all my
builds. 

-----Original Message-----
From: Max Bowsher [mailto:maxb1@ukf.net] 
Sent: Thursday, June 14, 2007 9:22 AM
To: Maven Developers List
Subject: Re: [VOTE] Release Maven 2.0.7

Joakim Erdfelt wrote:
> -1 (conditional)
> 
> evoking the spirit of dkulp ...
> 
> 1) The embedded maven-core-2.0.7-uber.jar has bad LICENSE.txt and 
> NOTICE.txt files.
> 1a) The LICENSE.txt at the root of the maven-core-2.0.7-uber.jar is 
> for JSch's LGPL license. not ASL.
> 1b) There is no NOTICE.txt file at the root.
> 1c) There is a META-INF/NOTICE.txt file, but it only mentioned 
> wagon-file provider.
> 1d) The META-INF/MANIFEST.MF was built by me!? huh?
> 
> Aside: With this new uber-jar setup, can we include wagon-webdav now?
> 
> - Joakim

Another problem - the assembly in
http://people.apache.org/~jvanzyl/maven-2.0.7/
is different to the assembly in
http://people.apache.org/~jvanzyl/maven-2.0.7-staging-repository/

The one in the staging repo:
 - has unix EOLs for m2.bat, mvn.bat and m2.conf
 - has in the uberjar manifest:
     Built-By: jvanzyl
     Build-Jdk: 1.5.0_07
   unlike the other, which has:
     Built-By: joakim
     Build-Jdk: 1.4.2_12
 - has a META-INF/NOTICE.txt from maven-plugin-api instead of from
   wagon-file.
 - is missing the wagon providers!


Also, the one in http://people.apache.org/~jvanzyl/maven-2.0.7/ contains
some org.xml.sax and org.w3c.dom classes ... should it? The 2.0.6
release uberjar contains them too.


Max.




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Max Bowsher <ma...@ukf.net>.
Joakim Erdfelt wrote:
> -1 (conditional)
> 
> evoking the spirit of dkulp ...
> 
> 1) The embedded maven-core-2.0.7-uber.jar has bad LICENSE.txt and
> NOTICE.txt files.
> 1a) The LICENSE.txt at the root of the maven-core-2.0.7-uber.jar is for
> JSch's LGPL license. not ASL.
> 1b) There is no NOTICE.txt file at the root.
> 1c) There is a META-INF/NOTICE.txt file, but it only mentioned
> wagon-file provider.
> 1d) The META-INF/MANIFEST.MF was built by me!? huh?
> 
> Aside: With this new uber-jar setup, can we include wagon-webdav now?
> 
> - Joakim

Another problem - the assembly in
http://people.apache.org/~jvanzyl/maven-2.0.7/
is different to the assembly in
http://people.apache.org/~jvanzyl/maven-2.0.7-staging-repository/

The one in the staging repo:
 - has unix EOLs for m2.bat, mvn.bat and m2.conf
 - has in the uberjar manifest:
     Built-By: jvanzyl
     Build-Jdk: 1.5.0_07
   unlike the other, which has:
     Built-By: joakim
     Build-Jdk: 1.4.2_12
 - has a META-INF/NOTICE.txt from maven-plugin-api instead of from
   wagon-file.
 - is missing the wagon providers!


Also, the one in http://people.apache.org/~jvanzyl/maven-2.0.7/ contains
some org.xml.sax and org.w3c.dom classes ... should it? The 2.0.6
release uberjar contains them too.


Max.




Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
On 14 Jun 07, at 5:58 AM 14 Jun 07, Joakim Erdfelt wrote:

> -1 (conditional)
>
> evoking the spirit of dkulp ...
>
> 1) The embedded maven-core-2.0.7-uber.jar has bad LICENSE.txt and  
> NOTICE.txt files.
> 1a) The LICENSE.txt at the root of the maven-core-2.0.7-uber.jar is  
> for JSch's LGPL license. not ASL.
> 1b) There is no NOTICE.txt file at the root.
> 1c) There is a META-INF/NOTICE.txt file, but it only mentioned  
> wagon-file provider.
> 1d) The META-INF/MANIFEST.MF was built by me!? huh?
>

Actually, I didn't read this. In the Uber JAR I can live with that.  
The legal requirement for the distributable is satisfied. I'll fix  
this later:

http://jira.codehaus.org/browse/MSHADE-1

> Aside: With this new uber-jar setup, can we include wagon-webdav now?
>
> - Joakim
>
> 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/maven-2.0.7-staging-repository/
>>
>> And the distros you are interested in are here:
>>
>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>
>> Thanks,
>>
>> Jason.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
>
> -- 
> - Joakim Erdfelt
>  joakim@erdfelt.com
>  Open Source Software (OSS) Developer
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Brett Porter <br...@apache.org>.
On 15/06/2007, at 12:03 AM, Jason van Zyl wrote:

>
> On 14 Jun 07, at 5:58 AM 14 Jun 07, Joakim Erdfelt wrote:
>
>> -1 (conditional)
>>
>> evoking the spirit of dkulp ...
>>
>> 1) The embedded maven-core-2.0.7-uber.jar has bad LICENSE.txt and  
>> NOTICE.txt files.
>> 1a) The LICENSE.txt at the root of the maven-core-2.0.7-uber.jar  
>> is for JSch's LGPL license. not ASL.
>> 1b) There is no NOTICE.txt file at the root.
>> 1c) There is a META-INF/NOTICE.txt file, but it only mentioned  
>> wagon-file provider.
>> 1d) The META-INF/MANIFEST.MF was built by me!? huh?
>>
>
> I'll fix these up, someone changed the shade plugin and I didn't  
> notice (I believe xfire Dan when he modified it for CXF).

Leave poor Dan alone :)

The plugin in maven-2.0.x is pinned to shade alpha-4, so it's likely  
that it just doesn't have some fixes from the last 4 releases.

>
>> Aside: With this new uber-jar setup, can we include wagon-webdav now?
>>
>
> Not for this release.

I assume he was just asking if it was a technical possibility for a  
future release. I believe it is, but it would be great to know for sure.

- Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
On 14 Jun 07, at 5:58 AM 14 Jun 07, Joakim Erdfelt wrote:

> -1 (conditional)
>
> evoking the spirit of dkulp ...
>
> 1) The embedded maven-core-2.0.7-uber.jar has bad LICENSE.txt and  
> NOTICE.txt files.
> 1a) The LICENSE.txt at the root of the maven-core-2.0.7-uber.jar is  
> for JSch's LGPL license. not ASL.
> 1b) There is no NOTICE.txt file at the root.
> 1c) There is a META-INF/NOTICE.txt file, but it only mentioned  
> wagon-file provider.
> 1d) The META-INF/MANIFEST.MF was built by me!? huh?
>

I'll fix these up, someone changed the shade plugin and I didn't  
notice (I believe xfire Dan when he modified it for CXF).

> Aside: With this new uber-jar setup, can we include wagon-webdav now?
>

Not for this release.

> - Joakim
>
> 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/maven-2.0.7-staging-repository/
>>
>> And the distros you are interested in are here:
>>
>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>
>> Thanks,
>>
>> Jason.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
>
> -- 
> - Joakim Erdfelt
>  joakim@erdfelt.com
>  Open Source Software (OSS) Developer
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Joakim Erdfelt <jo...@erdfelt.com>.
-1 (conditional)

evoking the spirit of dkulp ...

1) The embedded maven-core-2.0.7-uber.jar has bad LICENSE.txt and 
NOTICE.txt files.
1a) The LICENSE.txt at the root of the maven-core-2.0.7-uber.jar is for 
JSch's LGPL license. not ASL.
1b) There is no NOTICE.txt file at the root.
1c) There is a META-INF/NOTICE.txt file, but it only mentioned 
wagon-file provider.
1d) The META-INF/MANIFEST.MF was built by me!? huh?

Aside: With this new uber-jar setup, can we include wagon-webdav now?

- Joakim

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/maven-2.0.7-staging-repository/
>
> And the distros you are interested in are here:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7/
>
> Thanks,
>
> Jason.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>


-- 
- Joakim Erdfelt
  joakim@erdfelt.com
  Open Source Software (OSS) Developer


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by John Casey <jd...@commonjava.org>.
+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/
>
> Staging repository:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7-staging-repository/
>
> And the distros you are interested in are here:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7/
>
> Thanks,
>
> Jason.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

---
John Casey
Committer and PMC Member, Apache Maven
mail: jdcasey at commonjava dot org
blog: http://www.ejlife.net/blogs/john



Re: [VOTE] Release Maven 2.0.7

Posted by Christian Gruber <ch...@gmail.com>.
+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.

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/
>
> Staging repository:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7-staging-repository/
>
> And the distros you are interested in are here:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7/
>
> Thanks,
>
> Jason.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

christian gruber + cgruber@israfil.net + mob 410.900.0796 + mob2  
416.998.6023
process coach and architect + ISRÁFÍL CONSULTING SERVICES



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
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 repository will cause failures.
>

Yah, Kenney already noticed this. It can be fixed in the stage and  
won't hurt anything.

> - I get loader constraints trying to build anything with the site  
> descriptor attached (eg surefire root, or the plugins root), which  
> does not occur on 2.0.6 or earlier) - filing in JIRA now.
>

I'll verify and report, assign to 2.0.7 so I see it.

> - we still have that test failure, though it only occurs on the  
> solaris server (even in a clean env) - we should probably check  
> other operating systems to see if this is a map ordering problem
>

I've run on OS X, Windows and Fedora without problem. You sure it's  
not just Continuum or did you bootstrap from a normal user account  
and run them?

> Cheers,
> Brett
>
> On 13/06/2007, at 3:12 PM, 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/maven-2.0.7-staging-repository/
>>
>> And the distros you are interested in are here:
>>
>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>
>> Thanks,
>>
>> Jason.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Brett Porter <br...@apache.org>.
Do we need to reopen an issue that this originally fixed?

I'll close 3055 after testing.

- Brett

On 14/06/2007, at 5:54 PM, Jason van Zyl wrote:

> All fixed. Running a battery of checks now but the change is very  
> small and I know it has been working in the form it is now because  
> I only changed it about 8 days ago when trying to get rid of a  
> class of problems as the one found in the jbi-components build. I  
> don't think this needs revote.
>
> All the new stuff is here:
>
> http://people.apache.org/~jvanzyl/
>
> 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 repository will cause failures.
>>
>> - I get loader constraints trying to build anything with the site  
>> descriptor attached (eg surefire root, or the plugins root), which  
>> does not occur on 2.0.6 or earlier) - filing in JIRA now.
>>
>> - we still have that test failure, though it only occurs on the  
>> solaris server (even in a clean env) - we should probably check  
>> other operating systems to see if this is a map ordering problem
>>
>> Cheers,
>> Brett
>>
>> On 13/06/2007, at 3:12 PM, 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/maven-2.0.7-staging-repository/
>>>
>>> And the distros you are interested in are here:
>>>
>>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>>
>>> Thanks,
>>>
>>> Jason.
>>>
>>>
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
> Thanks,
>
> Jason
>
> ----------------------------------------------------------
> Jason van Zyl
> Founder and PMC Chair, Apache Maven
> jason at sonatype dot com
> ----------------------------------------------------------
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Joakim Erdfelt <jo...@erdfelt.com>.
Jason van Zyl wrote:
>
> On 14 Jun 07, at 7:14 AM 14 Jun 07, Wendy Smoak wrote:
>
>> On 6/14/07, Jason van Zyl <ja...@maven.org> wrote:
>>
>>> All the new stuff is here:
>>>
>>> http://people.apache.org/~jvanzyl/
>>
>> Is there a buildable-from-source distribution?
>>
>> I only see -bin here: http://people.apache.org/~jvanzyl/maven-2.0.7/
>>
>
> We've never had one, but I can certainly make one by exporting the tag 
> and zipping it up. All the source archives to date are simply the 
> source as record, they don't include anything in there to build them. 
> I don't think this is useful at all to anyone but if it's a legal 
> requirement to have a buildable-from-source distribution it will take 
> me a few minutes to make it. I'm not sure Maven SCM supports and 
> export that would work and I'm certainly not going to mess around with 
> that at this stage to put in the build. But if we want to give people 
> what I actually used to build the release then the tag should be 
> exported and zipped up.
>
Last one I see is maven-2.0.5
http://www.apache.org/dist/maven/source/

-- 
- Joakim Erdfelt
  joakim@erdfelt.com
  Open Source Software (OSS) Developer


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Stefano Bagnara <ap...@bago.org>.
Jason van Zyl ha scritto:
> 
> On 14 Jun 07, at 8:31 AM 14 Jun 07, Brian E. Fox wrote:
> 
>> I'm no lawyer, but since the tag is publicly available from SVN, why
>> wouldn't that be sufficient? It would be convenient for some I suppose,
>> but I doubt it's a requirement.
> 
> Took me a few minutes so it doesn't hurt, I just exported the tag,
> zipped it up, signed, and checksummed it:
> 
> http://people.apache.org/~jvanzyl/maven-2.0.7/

It is missing the NOTICE and LICENSE files that are the key for the
concern of the previous mail ;-)

Apart that I think it is ok.

Stefano



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Stefano Bagnara <ap...@bago.org>.
Jason van Zyl ha scritto:
> 
> On 14 Jun 07, at 9:34 AM 14 Jun 07, Wendy Smoak wrote:
> 
>> On 6/14/07, Jason van Zyl <ja...@maven.org> wrote:
>>
>>> Took me a few minutes so it doesn't hurt, I just exported the tag,
>>> zipped it up, signed, and checksummed it:
>>>
>>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>
>> Thanks.  Almost there... it needs LICENSE and NOTICE added.  :)
>>
>> I have a note to add those files at the 'top' of each subproject so
>> they're present when someone checks the source out from svn.  The
>> remote resources plugin can still do its thing for the jars.
>>
> 
> Don't do that? What's the point? This is not a requirement and as soon
> as something changes in the template you're going to have to go update
> them all.

I've had a discussion with Robert Burrell Donkin about this.

He suggested to place LICENSE/NOTICE files also in the svn but I
preferred to have a single source (the remote-resource plugin) for the
resulting NOTICE/LICENSE and so we don't place the files in svn. The
legal/license issues are only related to redistributed packages.

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
On 14 Jun 07, at 9:34 AM 14 Jun 07, Wendy Smoak wrote:

> On 6/14/07, Jason van Zyl <ja...@maven.org> wrote:
>
>> Took me a few minutes so it doesn't hurt, I just exported the tag,
>> zipped it up, signed, and checksummed it:
>>
>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>
> Thanks.  Almost there... it needs LICENSE and NOTICE added.  :)
>
> I have a note to add those files at the 'top' of each subproject so
> they're present when someone checks the source out from svn.  The
> remote resources plugin can still do its thing for the jars.
>

Don't do that? What's the point? This is not a requirement and as  
soon as something changes in the template you're going to have to go  
update them all.

> -- 
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Stefano Bagnara <ap...@bago.org>.
Jason van Zyl ha scritto:
> 
> On 14 Jun 07, at 9:37 AM 14 Jun 07, Stefano Bagnara wrote:
> 
>> Wendy Smoak ha scritto:
>>> On 6/14/07, Jason van Zyl <ja...@maven.org> wrote:
>>>
>>>> Took me a few minutes so it doesn't hurt, I just exported the tag,
>>>> zipped it up, signed, and checksummed it:
>>>>
>>>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>>
>>> Thanks.  Almost there... it needs LICENSE and NOTICE added.  :)
>>>
>>> I have a note to add those files at the 'top' of each subproject so
>>> they're present when someone checks the source out from svn.  The
>>> remote resources plugin can still do its thing for the jars.
>>
>> For Apache mime4j we use the assembly plugin to generate a source
>> package including NOTICE/LICENSE generated by the remote resources
>> plugin:
>> http://svn.apache.org/viewvc/james/mime4j/trunk/src/assemble/src.xml?revision=536368&view=markup
>>
>>
> 
> Yes, I'm aware of how the assembly plugin works.
> 
> Did you use the tag you used to create the release? Otherwise you're not
> using what what used to create the release. If you're running this from
> the release plugin then that's fine, otherwise it's not.

This question is interesting:

we run release:perform and we let maven do everything else: how do I
know if "I run this from the release plugin" or not ?

my assembly plugin is configured as follows:
----------------
      <plugin>
        <artifactId>maven-assembly-plugin</artifactId>
        <version>2.2-beta-1</version>
        <configuration>

<descriptorSourceDirectory>${basedir}/src/assemble/</descriptorSourceDirectory>
        </configuration>
        <executions>
          <execution>
            <id>make-assembly</id> <!-- this is used for inheritance
merges -->
            <phase>package</phase> <!-- append to the packaging phase. -->
            <goals>
              <goal>attached</goal> <!-- goals == mojos -->
            </goals>
          </execution>
        </executions>
      </plugin>
------------------

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
On 14 Jun 07, at 9:37 AM 14 Jun 07, Stefano Bagnara wrote:

> Wendy Smoak ha scritto:
>> On 6/14/07, Jason van Zyl <ja...@maven.org> wrote:
>>
>>> Took me a few minutes so it doesn't hurt, I just exported the tag,
>>> zipped it up, signed, and checksummed it:
>>>
>>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>
>> Thanks.  Almost there... it needs LICENSE and NOTICE added.  :)
>>
>> I have a note to add those files at the 'top' of each subproject so
>> they're present when someone checks the source out from svn.  The
>> remote resources plugin can still do its thing for the jars.
>
> For Apache mime4j we use the assembly plugin to generate a source
> package including NOTICE/LICENSE generated by the remote resources  
> plugin:
> http://svn.apache.org/viewvc/james/mime4j/trunk/src/assemble/ 
> src.xml?revision=536368&view=markup
>

Yes, I'm aware of how the assembly plugin works.

Did you use the tag you used to create the release? Otherwise you're  
not using what what used to create the release. If you're running  
this from the release plugin then that's fine, otherwise it's not.

> Stefano
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Stefano Bagnara <ap...@bago.org>.
Wendy Smoak ha scritto:
> On 6/14/07, Jason van Zyl <ja...@maven.org> wrote:
> 
>> Took me a few minutes so it doesn't hurt, I just exported the tag,
>> zipped it up, signed, and checksummed it:
>>
>> http://people.apache.org/~jvanzyl/maven-2.0.7/
> 
> Thanks.  Almost there... it needs LICENSE and NOTICE added.  :)
> 
> I have a note to add those files at the 'top' of each subproject so
> they're present when someone checks the source out from svn.  The
> remote resources plugin can still do its thing for the jars.

For Apache mime4j we use the assembly plugin to generate a source
package including NOTICE/LICENSE generated by the remote resources plugin:
http://svn.apache.org/viewvc/james/mime4j/trunk/src/assemble/src.xml?revision=536368&view=markup

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Wendy Smoak <ws...@gmail.com>.
On 6/14/07, Jason van Zyl <ja...@maven.org> wrote:

> Took me a few minutes so it doesn't hurt, I just exported the tag,
> zipped it up, signed, and checksummed it:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7/

Thanks.  Almost there... it needs LICENSE and NOTICE added.  :)

I have a note to add those files at the 'top' of each subproject so
they're present when someone checks the source out from svn.  The
remote resources plugin can still do its thing for the jars.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
On 14 Jun 07, at 8:31 AM 14 Jun 07, Brian E. Fox wrote:

> I'm no lawyer, but since the tag is publicly available from SVN, why
> wouldn't that be sufficient? It would be convenient for some I  
> suppose,
> but I doubt it's a requirement.

Took me a few minutes so it doesn't hurt, I just exported the tag,  
zipped it up, signed, and checksummed it:

http://people.apache.org/~jvanzyl/maven-2.0.7/

>
> -----Original Message-----
> From: Jason van Zyl [mailto:jason@maven.org]
> Sent: Thursday, June 14, 2007 11:19 AM
> To: Maven Developers List
> Subject: Re: [VOTE] Release Maven 2.0.7
>
>
> On 14 Jun 07, at 7:14 AM 14 Jun 07, Wendy Smoak wrote:
>
>> On 6/14/07, Jason van Zyl <ja...@maven.org> wrote:
>>
>>> All the new stuff is here:
>>>
>>> http://people.apache.org/~jvanzyl/
>>
>> Is there a buildable-from-source distribution?
>>
>> I only see -bin here: http://people.apache.org/~jvanzyl/maven-2.0.7/
>>
>
> We've never had one, but I can certainly make one by exporting the tag
> and zipping it up. All the source archives to date are simply the  
> source
> as record, they don't include anything in there to build them.
> I don't think this is useful at all to anyone but if it's a legal
> requirement to have a buildable-from-source distribution it will  
> take me
> a few minutes to make it. I'm not sure Maven SCM supports and export
> that would work and I'm certainly not going to mess around with  
> that at
> this stage to put in the build. But if we want to give people what I
> actually used to build the release then the tag should be exported and
> zipped up.
>
>> --
>> Wendy
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For
>> additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
> Thanks,
>
> Jason
>
> ----------------------------------------------------------
> Jason van Zyl
> Founder and PMC Chair, Apache Maven
> jason at sonatype dot com
> ----------------------------------------------------------
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For  
> additional
> commands, e-mail: dev-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Stefano Bagnara <ap...@bago.org>.
Brian E. Fox ha scritto:
> I'm no lawyer, but since the tag is publicly available from SVN, why
> wouldn't that be sufficient? It would be convenient for some I suppose,
> but I doubt it's a requirement.

AFAIK if you don't release the source code in a package with LICENSE and
NOTICE file then no one will be able to your your source code because it
is not clear otherwise what rights people have on files that are only
available via svn and have an header telling them "See the NOTICE file
distributed with this work". So if you don't redistribute the work the
license is invalid.

Stefano

> -----Original Message-----
> From: Jason van Zyl [mailto:jason@maven.org] 
> Sent: Thursday, June 14, 2007 11:19 AM
> To: Maven Developers List
> Subject: Re: [VOTE] Release Maven 2.0.7
> 
> 
> On 14 Jun 07, at 7:14 AM 14 Jun 07, Wendy Smoak wrote:
> 
>> On 6/14/07, Jason van Zyl <ja...@maven.org> wrote:
>>
>>> All the new stuff is here:
>>>
>>> http://people.apache.org/~jvanzyl/
>> Is there a buildable-from-source distribution?
>>
>> I only see -bin here: http://people.apache.org/~jvanzyl/maven-2.0.7/
>>
> 
> We've never had one, but I can certainly make one by exporting the tag
> and zipping it up. All the source archives to date are simply the source
> as record, they don't include anything in there to build them.  
> I don't think this is useful at all to anyone but if it's a legal
> requirement to have a buildable-from-source distribution it will take me
> a few minutes to make it. I'm not sure Maven SCM supports and export
> that would work and I'm certainly not going to mess around with that at
> this stage to put in the build. But if we want to give people what I
> actually used to build the release then the tag should be exported and
> zipped up.
> 
>> --
>> Wendy
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
>> additional commands, e-mail: dev-help@maven.apache.org
>>
>>
> 
> Thanks,
> 
> Jason
> 
> ----------------------------------------------------------
> Jason van Zyl
> Founder and PMC Chair, Apache Maven
> jason at sonatype dot com
> ----------------------------------------------------------
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional
> commands, e-mail: dev-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: [VOTE] Release Maven 2.0.7

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
I'm no lawyer, but since the tag is publicly available from SVN, why
wouldn't that be sufficient? It would be convenient for some I suppose,
but I doubt it's a requirement.

-----Original Message-----
From: Jason van Zyl [mailto:jason@maven.org] 
Sent: Thursday, June 14, 2007 11:19 AM
To: Maven Developers List
Subject: Re: [VOTE] Release Maven 2.0.7


On 14 Jun 07, at 7:14 AM 14 Jun 07, Wendy Smoak wrote:

> On 6/14/07, Jason van Zyl <ja...@maven.org> wrote:
>
>> All the new stuff is here:
>>
>> http://people.apache.org/~jvanzyl/
>
> Is there a buildable-from-source distribution?
>
> I only see -bin here: http://people.apache.org/~jvanzyl/maven-2.0.7/
>

We've never had one, but I can certainly make one by exporting the tag
and zipping it up. All the source archives to date are simply the source
as record, they don't include anything in there to build them.  
I don't think this is useful at all to anyone but if it's a legal
requirement to have a buildable-from-source distribution it will take me
a few minutes to make it. I'm not sure Maven SCM supports and export
that would work and I'm certainly not going to mess around with that at
this stage to put in the build. But if we want to give people what I
actually used to build the release then the tag should be exported and
zipped up.

> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional
commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
On 14 Jun 07, at 7:14 AM 14 Jun 07, Wendy Smoak wrote:

> On 6/14/07, Jason van Zyl <ja...@maven.org> wrote:
>
>> All the new stuff is here:
>>
>> http://people.apache.org/~jvanzyl/
>
> Is there a buildable-from-source distribution?
>
> I only see -bin here: http://people.apache.org/~jvanzyl/maven-2.0.7/
>

We've never had one, but I can certainly make one by exporting the  
tag and zipping it up. All the source archives to date are simply the  
source as record, they don't include anything in there to build them.  
I don't think this is useful at all to anyone but if it's a legal  
requirement to have a buildable-from-source distribution it will take  
me a few minutes to make it. I'm not sure Maven SCM supports and  
export that would work and I'm certainly not going to mess around  
with that at this stage to put in the build. But if we want to give  
people what I actually used to build the release then the tag should  
be exported and zipped up.

> -- 
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Wendy Smoak <ws...@gmail.com>.
On 6/14/07, Jason van Zyl <ja...@maven.org> wrote:

> All the new stuff is here:
>
> http://people.apache.org/~jvanzyl/

Is there a buildable-from-source distribution?

I only see -bin here: http://people.apache.org/~jvanzyl/maven-2.0.7/

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
All fixed. Running a battery of checks now but the change is very  
small and I know it has been working in the form it is now because I  
only changed it about 8 days ago when trying to get rid of a class of  
problems as the one found in the jbi-components build. I don't think  
this needs revote.

All the new stuff is here:

http://people.apache.org/~jvanzyl/

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 repository will cause failures.
>
> - I get loader constraints trying to build anything with the site  
> descriptor attached (eg surefire root, or the plugins root), which  
> does not occur on 2.0.6 or earlier) - filing in JIRA now.
>
> - we still have that test failure, though it only occurs on the  
> solaris server (even in a clean env) - we should probably check  
> other operating systems to see if this is a map ordering problem
>
> Cheers,
> Brett
>
> On 13/06/2007, at 3:12 PM, 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/maven-2.0.7-staging-repository/
>>
>> And the distros you are interested in are here:
>>
>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>
>> Thanks,
>>
>> Jason.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
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 repository will cause failures.
>
> - I get loader constraints trying to build anything with the site  
> descriptor attached (eg surefire root, or the plugins root), which  
> does not occur on 2.0.6 or earlier) - filing in JIRA now.
>

I just ran "site" and "site:attach-descriptor" in surefire root and I  
can't reproduce. Can someone else try deploying some sites using site  
descriptor attach? Update surefire and try to deploy the site.

> - we still have that test failure, though it only occurs on the  
> solaris server (even in a clean env) - we should probably check  
> other operating systems to see if this is a map ordering problem
>
> Cheers,
> Brett
>
> On 13/06/2007, at 3:12 PM, 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/maven-2.0.7-staging-repository/
>>
>> And the distros you are interested in are here:
>>
>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>
>> Thanks,
>>
>> Jason.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Brett Porter <br...@apache.org>.
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 trying to build anything with the site  
descriptor attached (eg surefire root, or the plugins root), which  
does not occur on 2.0.6 or earlier) - filing in JIRA now.

- we still have that test failure, though it only occurs on the  
solaris server (even in a clean env) - we should probably check other  
operating systems to see if this is a map ordering problem

Cheers,
Brett

On 13/06/2007, at 3:12 PM, 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/maven-2.0.7-staging-repository/
>
> And the distros you are interested in are here:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7/
>
> Thanks,
>
> Jason.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
This vote is cancelled and will be re-instated on Monday. I will re- 
stage as fast as I can so that anyone who wants to check can. But  
doing a vote over the weekend has traditionally not yielded a decent  
enough set of people trying things so we'll shoot for next Wednesday.  
Schedule updated in the wiki.

On 12 Jun 07, at 10:12 PM 12 Jun 07, 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/maven-2.0.7-staging-repository/
>
> And the distros you are interested in are here:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7/
>
> Thanks,
>
> Jason.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Daniel Kulp <dk...@apache.org>.
+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/maven/components/tags/maven-2.0.7/
>
> Staging repository:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7-staging-repository/
>
> And the distros you are interested in are here:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7/
>
> Thanks,
>
> Jason.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194
daniel.kulp@iona.com
http://www.dankulp.com/blog

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Kenney Westerhof <ke...@apache.org>.

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.
> 

Indeed. I can succesfully deploy other stuff. That's so weird,
why does the artifact to be deployed end up in the plugin classpath?

And where does the webdav provider come from? All that wagon stuff is downloaded,
yet not present with -X. If it's in the core, and filtered out, why is it downloaded...

Anyway, I'm revoking my -1 and changing it to +1, though not being able to deploy
p-c-d or p-u is a serious drawback. But i guess it doesn't matter as 2.0.6 has the
same problems so it's not worse ;)

-- Kenney

> - Brett
> 
> On 14/06/2007, at 2:32 AM, Kenney Westerhof wrote:
> 
>> 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 deploy plugin (cleaned 
>> local repo).
>>
>> This happens inside the webdav wagon, of which there is no sign 
>> anywhere in the debug output.
>> I think it's due to the fact tha wagon alpha-5 is used, instead of 
>> beta-2, which does not have the dep on p-u yet
>> (in wagon-api).
>>
>> Anyway, we can't release this version without upgrading the deps to 
>> wagon, I think.
>>
>> Unless ofcourse there's something very nasty going on on my machine, 
>> which is likely because I really don't
>> think that nobody did a deploy using 2.0.6.
>>
>> Can anybody confirm?
>>
>> Here's the output using 2.0.7:
>> [DEBUG] 
>> org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:2.3:runtime 
>> (selected for runtime)
>> [DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0:runtime 
>> (selected for runtime)
>> [DEBUG]     org.apache.maven:maven-repository-metadata:jar:2.0:runtime 
>> (selected for runtime)
>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
>> (selected for runtime)
>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
>> (selected for runtime)
>> [DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime (selected 
>> for runtime)
>> [DEBUG]     
>> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime 
>> (selected for runtime)
>> [DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
>> [DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime 
>> (selected for runtime)
>> [DEBUG]     
>> org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime 
>> (selected for runtime)
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed 
>> - nearer found: 1.1)
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected 
>> for runtime)
>> [DEBUG]   org.apache.maven:maven-project:jar:2.0:runtime (selected for 
>> runtime)
>> [DEBUG]     org.apache.maven:maven-profile:jar:2.0:runtime (selected 
>> for runtime)
>> [DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime (selected 
>> for runtime)
>> [DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
>> (removed - nearer found: 1.1)
>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
>> (removed - nearer found: 1.1)
>> [DEBUG]     org.apache.maven:maven-model:jar:2.0:runtime (selected for 
>> runtime)
>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
>> (removed - nearer found: 1.1)
>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
>> (removed - nearer found: 1.1)
>> [DEBUG]   org.apache.maven:maven-artifact:jar:2.0:runtime (selected 
>> for runtime)
>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
>> (removed - nearer found: 1.1)
>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-core
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven:maven-core:jar:2.0:runtime (selected for 
>> runtime)
>> [DEBUG] Adding managed dependencies for unknown:maven-settings
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]     org.apache.maven:maven-settings:jar:2.0:runtime (selected 
>> for runtime)
>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
>> (removed - nearer found: 1.1)
>> [DEBUG]     org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5:runtime 
>> (selected for runtime)
>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
>> (removed - nearer found: 1.1)
>> [DEBUG] Adding managed dependencies for 
>> unknown:maven-plugin-parameter-documenter
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]     
>> org.apache.maven:maven-plugin-parameter-documenter:jar:2.0:runtime 
>> (selected for runtime)
>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
>> (removed - nearer found: 1.1)
>> [DEBUG]     
>> org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5:runtime 
>> (selected for runtime)
>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
>> (removed - nearer found: 1.1)
>> [DEBUG] Retrieving parent-POM: 
>> org.apache.maven.reporting:maven-reporting::2.0 for project: 
>> null:maven-reporting-api:jar:2.0 from the repository.
>> [DEBUG] Adding managed dependencies for unknown:maven-reporting-api
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]     
>> org.apache.maven.reporting:maven-reporting-api:jar:2.0:runtime 
>> (selected for runtime)
>> [DEBUG]       doxia:doxia-sink-api:jar:1.0-alpha-4:runtime (selected 
>> for runtime)
>> [DEBUG] Adding managed dependencies for unknown:maven-error-diagnostics
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]     org.apache.maven:maven-error-diagnostics:jar:2.0:runtime 
>> (selected for runtime)
>> [DEBUG] Adding managed dependencies for 
>> org.apache.maven:maven-plugin-registry
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]     org.apache.maven:maven-plugin-registry:jar:2.0:runtime 
>> (selected for runtime)
>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
>> (removed - nearer found: 1.1)
>> [DEBUG]     commons-cli:commons-cli:jar:1.0:runtime (selected for 
>> runtime)
>> [DEBUG]     org.apache.maven:maven-plugin-api:jar:2.0:runtime 
>> (selected for runtime)
>> [DEBUG] Adding managed dependencies for 
>> org.apache.maven:maven-plugin-descriptor
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]     org.apache.maven:maven-plugin-descriptor:jar:2.0:runtime 
>> (selected for runtime)
>> [DEBUG]     
>> org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:runtime 
>> (selected for runtime)
>> [DEBUG] Adding managed dependencies for org.apache.maven:maven-monitor
>> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
>> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
>> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
>> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
>> [DEBUG]     org.apache.maven:maven-monitor:jar:2.0:runtime (selected 
>> for runtime)
>> [DEBUG]     org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5:runtime 
>> (selected for runtime)
>> [DEBUG]       com.jcraft:jsch:jar:0.1.23:runtime (selected for runtime)
>> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
>> (removed - nearer found: 1.1)
>> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
>> (removed - nearer found: 1.1)
>> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected 
>> for runtime)
>> [DEBUG] Configuring mojo 
>> 'org.apache.maven.plugins:maven-deploy-plugin:2.3:deploy' -->
>> [DEBUG]   (f) artifact = 
>> org.codehaus.plexus:plexus-utils:jar:1.4.3-SNAPSHOT
>> [DEBUG]   (f) attachedArtifacts = []
>> [DEBUG]   (f) deploymentRepository = [codehaus.org] -> 
>> dav:https://dav.codehaus.org/snapshots.repository/plexus
>> [DEBUG]   (s) localRepository = [local] -> 
>> file:///home/forge/.m2/repository
>> [DEBUG]   (f) packaging = jar
>> [DEBUG]   (f) pomFile = 
>> /vol/home/forge/work/opensource-rw/plexus-trunks/plexus-utils/pom.xml
>> [DEBUG]   (f) updateReleaseInfo = false
>> [DEBUG] -- end configuration --
>> [INFO] [deploy:deploy]
>> altDeploymentRepository = null
>> [INFO] Retrieving previous build number from codehaus.org
>> [INFO] 
>> ------------------------------------------------------------------------
>> [ERROR] FATAL ERROR
>> [INFO] 
>> ------------------------------------------------------------------------
>> [INFO] org/codehaus/plexus/util/IOUtil
>> [INFO] 
>> ------------------------------------------------------------------------
>> [DEBUG] Trace
>> java.lang.NoClassDefFoundError: org/codehaus/plexus/util/IOUtil
>>    at 
>> org.apache.maven.wagon.providers.webdav.WebDavWagon.get(WebDavWagon.java:473) 
>>
>>    at 
>> org.apache.maven.wagon.providers.webdav.WebDavWagon.get(WebDavWagon.java:377) 
>>
>>    at 
>> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:462) 
>>
>>    at 
>> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifactMetadata(DefaultWagonManager.java:363) 
>>
>>    at 
>> org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataManager.resolveAlways(DefaultRepositoryMetadataManager.java:364) 
>>
>>    at 
>> org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataManager.resolveAlways(DefaultRepositoryMetadataManager.java:318) 
>>
>>    at 
>> org.apache.maven.artifact.transform.SnapshotTransformation.resolveLatestSnapshotBuildNumber(SnapshotTransformation.java:161) 
>>
>>    at 
>> org.apache.maven.artifact.transform.SnapshotTransformation.transformForDeployment(SnapshotTransformation.java:100) 
>>
>>    at 
>> org.apache.maven.artifact.transform.DefaultArtifactTransformationManager.transformForDeployment(DefaultArtifactTransformationManager.java:78) 
>>
>>    at 
>> org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:71) 
>>
>>    at 
>> org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:162)
>>    at 
>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443) 
>>
>>    at 
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) 
>>
>>    at 
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480) 
>>
>>    at 
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459) 
>>
>>    at 
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) 
>>
>>    at 
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278) 
>>
>>    at 
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) 
>>
>>    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>>    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>>    at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>    at 
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
>>
>>    at 
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
>>
>>    at java.lang.reflect.Method.invoke(Method.java:585)
>>    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>    at 
>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>
>>> 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/maven-2.0.7-staging-repository/
>>>
>>> And the distros you are interested in are here:
>>>
>>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>>
>>> Thanks,
>>>
>>> Jason.
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Brett Porter <br...@apache.org>.
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, at 2:32 AM, Kenney Westerhof wrote:

> 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 deploy plugin (cleaned  
> local repo).
>
> This happens inside the webdav wagon, of which there is no sign  
> anywhere in the debug output.
> I think it's due to the fact tha wagon alpha-5 is used, instead of  
> beta-2, which does not have the dep on p-u yet
> (in wagon-api).
>
> Anyway, we can't release this version without upgrading the deps to  
> wagon, I think.
>
> Unless ofcourse there's something very nasty going on on my  
> machine, which is likely because I really don't
> think that nobody did a deploy using 2.0.6.
>
> Can anybody confirm?
>
> Here's the output using 2.0.7:
> [DEBUG] org.apache.maven.plugins:maven-deploy-plugin:maven-plugin: 
> 2.3:runtime (selected for runtime)
> [DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0:runtime  
> (selected for runtime)
> [DEBUG]     org.apache.maven:maven-repository-metadata:jar: 
> 2.0:runtime (selected for runtime)
> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime  
> (selected for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime  
> (selected for runtime)
> [DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime  
> (selected for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-container-default:jar:1.0- 
> alpha-8:runtime (selected for runtime)
> [DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
> [DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime  
> (selected for runtime)
> [DEBUG]     org.apache.maven.wagon:wagon-provider-api:jar:1.0- 
> alpha-5:runtime (selected for runtime)
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime  
> (removed - nearer found: 1.1)
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1:runtime  
> (selected for runtime)
> [DEBUG]   org.apache.maven:maven-project:jar:2.0:runtime (selected  
> for runtime)
> [DEBUG]     org.apache.maven:maven-profile:jar:2.0:runtime  
> (selected for runtime)
> [DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime  
> (selected for runtime)
> [DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime  
> (removed - nearer found: 1.1)
> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime  
> (removed - nearer found: 1.1)
> [DEBUG]     org.apache.maven:maven-model:jar:2.0:runtime (selected  
> for runtime)
> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime  
> (removed - nearer found: 1.1)
> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime  
> (removed - nearer found: 1.1)
> [DEBUG]   org.apache.maven:maven-artifact:jar:2.0:runtime (selected  
> for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime  
> (removed - nearer found: 1.1)
> [DEBUG] Adding managed dependencies for org.apache.maven:maven-core
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0- 
> alpha-5
> [DEBUG]   org.apache.maven:maven-core:jar:2.0:runtime (selected for  
> runtime)
> [DEBUG] Adding managed dependencies for unknown:maven-settings
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0- 
> alpha-5
> [DEBUG]     org.apache.maven:maven-settings:jar:2.0:runtime  
> (selected for runtime)
> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime  
> (removed - nearer found: 1.1)
> [DEBUG]     org.apache.maven.wagon:wagon-file:jar:1.0- 
> alpha-5:runtime (selected for runtime)
> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime  
> (removed - nearer found: 1.1)
> [DEBUG] Adding managed dependencies for unknown:maven-plugin- 
> parameter-documenter
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0- 
> alpha-5
> [DEBUG]     org.apache.maven:maven-plugin-parameter-documenter:jar: 
> 2.0:runtime (selected for runtime)
> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime  
> (removed - nearer found: 1.1)
> [DEBUG]     org.apache.maven.wagon:wagon-http-lightweight:jar:1.0- 
> alpha-5:runtime (selected for runtime)
> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime  
> (removed - nearer found: 1.1)
> [DEBUG] Retrieving parent-POM: org.apache.maven.reporting:maven- 
> reporting::2.0 for project: null:maven-reporting-api:jar:2.0 from  
> the repository.
> [DEBUG] Adding managed dependencies for unknown:maven-reporting-api
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0- 
> alpha-5
> [DEBUG]     org.apache.maven.reporting:maven-reporting-api:jar: 
> 2.0:runtime (selected for runtime)
> [DEBUG]       doxia:doxia-sink-api:jar:1.0-alpha-4:runtime  
> (selected for runtime)
> [DEBUG] Adding managed dependencies for unknown:maven-error- 
> diagnostics
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0- 
> alpha-5
> [DEBUG]     org.apache.maven:maven-error-diagnostics:jar: 
> 2.0:runtime (selected for runtime)
> [DEBUG] Adding managed dependencies for org.apache.maven:maven- 
> plugin-registry
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0- 
> alpha-5
> [DEBUG]     org.apache.maven:maven-plugin-registry:jar:2.0:runtime  
> (selected for runtime)
> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime  
> (removed - nearer found: 1.1)
> [DEBUG]     commons-cli:commons-cli:jar:1.0:runtime (selected for  
> runtime)
> [DEBUG]     org.apache.maven:maven-plugin-api:jar:2.0:runtime  
> (selected for runtime)
> [DEBUG] Adding managed dependencies for org.apache.maven:maven- 
> plugin-descriptor
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0- 
> alpha-5
> [DEBUG]     org.apache.maven:maven-plugin-descriptor:jar: 
> 2.0:runtime (selected for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-interactivity-api:jar:1.0- 
> alpha-4:runtime (selected for runtime)
> [DEBUG] Adding managed dependencies for org.apache.maven:maven-monitor
> [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
> [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
> [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0- 
> alpha-5
> [DEBUG]     org.apache.maven:maven-monitor:jar:2.0:runtime  
> (selected for runtime)
> [DEBUG]     org.apache.maven.wagon:wagon-ssh:jar:1.0- 
> alpha-5:runtime (selected for runtime)
> [DEBUG]       com.jcraft:jsch:jar:0.1.23:runtime (selected for  
> runtime)
> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime  
> (removed - nearer found: 1.1)
> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime  
> (removed - nearer found: 1.1)
> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime  
> (selected for runtime)
> [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-deploy- 
> plugin:2.3:deploy' -->
> [DEBUG]   (f) artifact = org.codehaus.plexus:plexus-utils:jar:1.4.3- 
> SNAPSHOT
> [DEBUG]   (f) attachedArtifacts = []
> [DEBUG]   (f) deploymentRepository = [codehaus.org] -> dav:https:// 
> dav.codehaus.org/snapshots.repository/plexus
> [DEBUG]   (s) localRepository = [local] -> file:///home/forge/.m2/ 
> repository
> [DEBUG]   (f) packaging = jar
> [DEBUG]   (f) pomFile = /vol/home/forge/work/opensource-rw/plexus- 
> trunks/plexus-utils/pom.xml
> [DEBUG]   (f) updateReleaseInfo = false
> [DEBUG] -- end configuration --
> [INFO] [deploy:deploy]
> altDeploymentRepository = null
> [INFO] Retrieving previous build number from codehaus.org
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [ERROR] FATAL ERROR
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [INFO] org/codehaus/plexus/util/IOUtil
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [DEBUG] Trace
> java.lang.NoClassDefFoundError: org/codehaus/plexus/util/IOUtil
>    at org.apache.maven.wagon.providers.webdav.WebDavWagon.get 
> (WebDavWagon.java:473)
>    at org.apache.maven.wagon.providers.webdav.WebDavWagon.get 
> (WebDavWagon.java:377)
>    at  
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile 
> (DefaultWagonManager.java:462)
>    at  
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifactMetad 
> ata(DefaultWagonManager.java:363)
>    at  
> org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadat 
> aManager.resolveAlways(DefaultRepositoryMetadataManager.java:364)
>    at  
> org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadat 
> aManager.resolveAlways(DefaultRepositoryMetadataManager.java:318)
>    at  
> org.apache.maven.artifact.transform.SnapshotTransformation.resolveLate 
> stSnapshotBuildNumber(SnapshotTransformation.java:161)
>    at  
> org.apache.maven.artifact.transform.SnapshotTransformation.transformFo 
> rDeployment(SnapshotTransformation.java:100)
>    at  
> org.apache.maven.artifact.transform.DefaultArtifactTransformationManag 
> er.transformForDeployment(DefaultArtifactTransformationManager.java: 
> 78)
>    at  
> org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy 
> (DefaultArtifactDeployer.java:71)
>    at org.apache.maven.plugin.deploy.DeployMojo.execute 
> (DeployMojo.java:162)
>    at org.apache.maven.plugin.DefaultPluginManager.executeMojo 
> (DefaultPluginManager.java:443)
>    at  
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
> (DefaultLifecycleExecutor.java:539)
>    at  
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLif 
> ecycle(DefaultLifecycleExecutor.java:480)
>    at  
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal 
> (DefaultLifecycleExecutor.java:459)
>    at  
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHand 
> leFailures(DefaultLifecycleExecutor.java:311)
>    at  
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegment 
> s(DefaultLifecycleExecutor.java:278)
>    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute 
> (DefaultLifecycleExecutor.java:143)
>    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>    at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>    at sun.reflect.NativeMethodAccessorImpl.invoke 
> (NativeMethodAccessorImpl.java:39)
>    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
> (DelegatingMethodAccessorImpl.java:25)
>    at java.lang.reflect.Method.invoke(Method.java:585)
>    at org.codehaus.classworlds.Launcher.launchEnhanced 
> (Launcher.java:315)
>    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>    at org.codehaus.classworlds.Launcher.mainWithExitCode 
> (Launcher.java:430)
>    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>
>> 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/maven-2.0.7-staging-repository/
>>
>> And the distros you are interested in are here:
>>
>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>
>> Thanks,
>>
>> Jason.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Kenney Westerhof <fo...@neonics.com>.
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 deploy plugin (cleaned 
local repo).

This happens inside the webdav wagon, of which there is no sign anywhere 
in the debug output.
I think it's due to the fact tha wagon alpha-5 is used, instead of 
beta-2, which does not have the dep on p-u yet
(in wagon-api).

Anyway, we can't release this version without upgrading the deps to 
wagon, I think.

Unless ofcourse there's something very nasty going on on my machine, 
which is likely because I really don't
think that nobody did a deploy using 2.0.6.

Can anybody confirm?

Here's the output using 2.0.7:
[DEBUG] 
org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:2.3:runtime 
(selected for runtime)
[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0:runtime 
(selected for runtime)
[DEBUG]     org.apache.maven:maven-repository-metadata:jar:2.0:runtime 
(selected for runtime)
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
(selected for runtime)
[DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected 
for runtime)
[DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime (selected 
for runtime)
[DEBUG]     
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime 
(selected for runtime)
[DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime (selected 
for runtime)
[DEBUG]     
org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime 
(selected for runtime)
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - 
nearer found: 1.1)
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for 
runtime)
[DEBUG]   org.apache.maven:maven-project:jar:2.0:runtime (selected for 
runtime)
[DEBUG]     org.apache.maven:maven-profile:jar:2.0:runtime (selected for 
runtime)
[DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime (selected for 
runtime)
[DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
(removed - nearer found: 1.1)
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
(removed - nearer found: 1.1)
[DEBUG]     org.apache.maven:maven-model:jar:2.0:runtime (selected for 
runtime)
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
(removed - nearer found: 1.1)
[DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed 
- nearer found: 1.1)
[DEBUG]   org.apache.maven:maven-artifact:jar:2.0:runtime (selected for 
runtime)
[DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed 
- nearer found: 1.1)
[DEBUG] Adding managed dependencies for org.apache.maven:maven-core
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG]   org.apache.maven:maven-core:jar:2.0:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:maven-settings
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG]     org.apache.maven:maven-settings:jar:2.0:runtime (selected 
for runtime)
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
(removed - nearer found: 1.1)
[DEBUG]     org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5:runtime 
(selected for runtime)
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
(removed - nearer found: 1.1)
[DEBUG] Adding managed dependencies for 
unknown:maven-plugin-parameter-documenter
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG]     
org.apache.maven:maven-plugin-parameter-documenter:jar:2.0:runtime 
(selected for runtime)
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
(removed - nearer found: 1.1)
[DEBUG]     
org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5:runtime 
(selected for runtime)
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
(removed - nearer found: 1.1)
[DEBUG] Retrieving parent-POM: 
org.apache.maven.reporting:maven-reporting::2.0 for project: 
null:maven-reporting-api:jar:2.0 from the repository.
[DEBUG] Adding managed dependencies for unknown:maven-reporting-api
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG]     
org.apache.maven.reporting:maven-reporting-api:jar:2.0:runtime (selected 
for runtime)
[DEBUG]       doxia:doxia-sink-api:jar:1.0-alpha-4:runtime (selected for 
runtime)
[DEBUG] Adding managed dependencies for unknown:maven-error-diagnostics
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG]     org.apache.maven:maven-error-diagnostics:jar:2.0:runtime 
(selected for runtime)
[DEBUG] Adding managed dependencies for 
org.apache.maven:maven-plugin-registry
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG]     org.apache.maven:maven-plugin-registry:jar:2.0:runtime 
(selected for runtime)
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
(removed - nearer found: 1.1)
[DEBUG]     commons-cli:commons-cli:jar:1.0:runtime (selected for runtime)
[DEBUG]     org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected 
for runtime)
[DEBUG] Adding managed dependencies for 
org.apache.maven:maven-plugin-descriptor
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG]     org.apache.maven:maven-plugin-descriptor:jar:2.0:runtime 
(selected for runtime)
[DEBUG]     
org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:runtime 
(selected for runtime)
[DEBUG] Adding managed dependencies for org.apache.maven:maven-monitor
[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG]     org.apache.maven:maven-monitor:jar:2.0:runtime (selected for 
runtime)
[DEBUG]     org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5:runtime 
(selected for runtime)
[DEBUG]       com.jcraft:jsch:jar:0.1.23:runtime (selected for runtime)
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime 
(removed - nearer found: 1.1)
[DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed 
- nearer found: 1.1)
[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected 
for runtime)
[DEBUG] Configuring mojo 
'org.apache.maven.plugins:maven-deploy-plugin:2.3:deploy' -->
[DEBUG]   (f) artifact = org.codehaus.plexus:plexus-utils:jar:1.4.3-SNAPSHOT
[DEBUG]   (f) attachedArtifacts = []
[DEBUG]   (f) deploymentRepository = [codehaus.org] -> 
dav:https://dav.codehaus.org/snapshots.repository/plexus
[DEBUG]   (s) localRepository = [local] -> file:///home/forge/.m2/repository
[DEBUG]   (f) packaging = jar
[DEBUG]   (f) pomFile = 
/vol/home/forge/work/opensource-rw/plexus-trunks/plexus-utils/pom.xml
[DEBUG]   (f) updateReleaseInfo = false
[DEBUG] -- end configuration --
[INFO] [deploy:deploy]
altDeploymentRepository = null
[INFO] Retrieving previous build number from codehaus.org
[INFO] 
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] org/codehaus/plexus/util/IOUtil
[INFO] 
------------------------------------------------------------------------
[DEBUG] Trace
java.lang.NoClassDefFoundError: org/codehaus/plexus/util/IOUtil
    at 
org.apache.maven.wagon.providers.webdav.WebDavWagon.get(WebDavWagon.java:473)
    at 
org.apache.maven.wagon.providers.webdav.WebDavWagon.get(WebDavWagon.java:377)
    at 
org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:462)
    at 
org.apache.maven.artifact.manager.DefaultWagonManager.getArtifactMetadata(DefaultWagonManager.java:363)
    at 
org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataManager.resolveAlways(DefaultRepositoryMetadataManager.java:364)
    at 
org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataManager.resolveAlways(DefaultRepositoryMetadataManager.java:318)
    at 
org.apache.maven.artifact.transform.SnapshotTransformation.resolveLatestSnapshotBuildNumber(SnapshotTransformation.java:161)
    at 
org.apache.maven.artifact.transform.SnapshotTransformation.transformForDeployment(SnapshotTransformation.java:100)
    at 
org.apache.maven.artifact.transform.DefaultArtifactTransformationManager.transformForDeployment(DefaultArtifactTransformationManager.java:78)
    at 
org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:71)
    at 
org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:162)
    at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)
    at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
    at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
    at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
    at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
    at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
    at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

> 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/maven-2.0.7-staging-repository/
>
> And the distros you are interested in are here:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7/
>
> Thanks,
>
> Jason.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Trygve Laugstøl <tr...@apache.org>.
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/maven-2.0.7-staging-repository/
> 
> And the distros you are interested in are here:
> 
> http://people.apache.org/~jvanzyl/maven-2.0.7/

+1, works for me.

--
Trygve



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jo Vandermeeren <jo...@gmail.com>.
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..

Environment:

Maven version: 2.0.7
Java version: 1.4.2_14
OS name: "linux" version: "2.6.20-16-generic" arch: "i386"


Cheers
Jo

On 6/13/07, Jason van Zyl <ja...@maven.org> 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/maven-2.0.7-staging-repository/
>
> And the distros you are interested in are here:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7/
>
> Thanks,
>
> Jason.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [VOTE] Release Maven 2.0.7

Posted by Brett Porter <br...@apache.org>.
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 nastiness to have to go and change them.
>>
>> If 2.1.3 or 2.2 or 2.3 of surefire work with 2.0.6, then they  
>> should work with 2.0.7. Just take 2.3.1-SNAPSHOT and 2.4-SNAPSHOT  
>> right out of the equation.
>>
> Yup. We've established that 2.3 works fine with 2.0.7, though still  
> contains very old bugs that have long been resolved.
> We can release 2.0.7 before surefire 2.3.1.
>
>>

Cool. I'm all for hurrying to a 2.3.1 surefire release (its pretty  
much done - and it's next on my list, so a vote by end of week). Just  
didn't want to tie it to the maven release in any way.

- Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Kenney Westerhof <fo...@neonics.com>.
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.3 of surefire work with 2.0.6, then they should 
> work with 2.0.7. Just take 2.3.1-SNAPSHOT and 2.4-SNAPSHOT right out 
> of the equation.
>
Yup. We've established that 2.3 works fine with 2.0.7, though still 
contains very old bugs that have long been resolved.
We can release 2.0.7 before surefire 2.3.1.

> - Brett
>
> On 14/06/2007, at 1:08 AM, Jason van Zyl wrote:
>
>> 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 snapshot of surefire then we 
>> can work from there to make them work together. Kenney can help you 
>> track it down and we'll fix the problem. If necessary we'll try to 
>> accelerate the release of Surefire and get that out before we push 
>> 2.0.7 into the wild.
>>
>> On 13 Jun 07, at 1:08 AM 13 Jun 07, Mark Donszelmann wrote:
>>
>>> 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 with -e gives me:
>>>
>>> org.apache.maven.lifecycle.LifecycleExecutionException: There are 
>>> test failures.
>>>         at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564) 
>>>
>>>         at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480) 
>>>
>>>         at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459) 
>>>
>>>         at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) 
>>>
>>>         at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278) 
>>>
>>>         at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) 
>>>
>>>         at 
>>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>>>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>>>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>         at 
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
>>>
>>>         at 
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
>>>
>>>         at java.lang.reflect.Method.invoke(Method.java:585)
>>>         at 
>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>>         at 
>>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>> Caused by: org.apache.maven.plugin.MojoExecutionException: There are 
>>> test failures.
>>>         at 
>>> org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:389)
>>>         at 
>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443) 
>>>
>>>         at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) 
>>>
>>>         ... 16 more
>>>
>>> I have seen this error before on 2.0.6 which refrained me from using 
>>> it.
>>> 2.0.5 works fine though. Any idea?
>>>
>>> Do ot let me hold up the release, I am sure it is a config error on 
>>> my side, but if you have a hint, let me know.
>>>
>>> Regards
>>> Mark Donszelmann
>>>
>>>
>>>
>>> On Jun 12, 2007, at 10:12 PM, 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/maven-2.0.7-staging-repository/
>>>>
>>>> And the distros you are interested in are here:
>>>>
>>>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>>>
>>>> Thanks,
>>>>
>>>> Jason.
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>
>> Thanks,
>>
>> Jason
>>
>> ----------------------------------------------------------
>> Jason van Zyl
>> Founder and PMC Chair, Apache Maven
>> jason at sonatype dot com
>> ----------------------------------------------------------
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Brett Porter <br...@apache.org>.
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 work with 2.0.6, then they should  
work with 2.0.7. Just take 2.3.1-SNAPSHOT and 2.4-SNAPSHOT right out  
of the equation.

- Brett

On 14/06/2007, at 1:08 AM, Jason van Zyl wrote:

> 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 snapshot of surefire then  
> we can work from there to make them work together. Kenney can help  
> you track it down and we'll fix the problem. If necessary we'll try  
> to accelerate the release of Surefire and get that out before we  
> push 2.0.7 into the wild.
>
> On 13 Jun 07, at 1:08 AM 13 Jun 07, Mark Donszelmann wrote:
>
>> 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 with -e gives me:
>>
>> org.apache.maven.lifecycle.LifecycleExecutionException: There are  
>> test failures.
>>         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
>> (DefaultLifecycleExecutor.java:564)
>>         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi 
>> fecycle(DefaultLifecycleExecutor.java:480)
>>         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal 
>> (DefaultLifecycleExecutor.java:459)
>>         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan 
>> dleFailures(DefaultLifecycleExecutor.java:311)
>>         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen 
>> ts(DefaultLifecycleExecutor.java:278)
>>         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute 
>> (DefaultLifecycleExecutor.java:143)
>>         at org.apache.maven.DefaultMaven.doExecute 
>> (DefaultMaven.java:334)
>>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java: 
>> 125)
>>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native  
>> Method)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke 
>> (NativeMethodAccessorImpl.java:39)
>>         at sun.reflect.DelegatingMethodAccessorImpl.invoke 
>> (DelegatingMethodAccessorImpl.java:25)
>>         at java.lang.reflect.Method.invoke(Method.java:585)
>>         at org.codehaus.classworlds.Launcher.launchEnhanced 
>> (Launcher.java:315)
>>         at org.codehaus.classworlds.Launcher.launch(Launcher.java: 
>> 255)
>>         at org.codehaus.classworlds.Launcher.mainWithExitCode 
>> (Launcher.java:430)
>>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>> Caused by: org.apache.maven.plugin.MojoExecutionException: There  
>> are test failures.
>>         at org.apache.maven.test.SurefirePlugin.execute 
>> (SurefirePlugin.java:389)
>>         at org.apache.maven.plugin.DefaultPluginManager.executeMojo 
>> (DefaultPluginManager.java:443)
>>         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
>> (DefaultLifecycleExecutor.java:539)
>>         ... 16 more
>>
>> I have seen this error before on 2.0.6 which refrained me from  
>> using it.
>> 2.0.5 works fine though. Any idea?
>>
>> Do ot let me hold up the release, I am sure it is a config error  
>> on my side, but if you have a hint, let me know.
>>
>> Regards
>> Mark Donszelmann
>>
>>
>>
>> On Jun 12, 2007, at 10:12 PM, 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/maven-2.0.7-staging-repository/
>>>
>>> And the distros you are interested in are here:
>>>
>>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>>
>>> Thanks,
>>>
>>> Jason.
>>>
>>>
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
> Thanks,
>
> Jason
>
> ----------------------------------------------------------
> Jason van Zyl
> Founder and PMC Chair, Apache Maven
> jason at sonatype dot com
> ----------------------------------------------------------
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jason van Zyl <ja...@maven.org>.
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 snapshot of surefire then we  
can work from there to make them work together. Kenney can help you  
track it down and we'll fix the problem. If necessary we'll try to  
accelerate the release of Surefire and get that out before we push  
2.0.7 into the wild.

On 13 Jun 07, at 1:08 AM 13 Jun 07, Mark Donszelmann wrote:

> 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 with -e gives me:
>
> org.apache.maven.lifecycle.LifecycleExecutionException: There are  
> test failures.
>         at  
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
> (DefaultLifecycleExecutor.java:564)
>         at  
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLif 
> ecycle(DefaultLifecycleExecutor.java:480)
>         at  
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal 
> (DefaultLifecycleExecutor.java:459)
>         at  
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHand 
> leFailures(DefaultLifecycleExecutor.java:311)
>         at  
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegment 
> s(DefaultLifecycleExecutor.java:278)
>         at  
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute 
> (DefaultLifecycleExecutor.java:143)
>         at org.apache.maven.DefaultMaven.doExecute 
> (DefaultMaven.java:334)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java: 
> 125)
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke 
> (NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke 
> (DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.codehaus.classworlds.Launcher.launchEnhanced 
> (Launcher.java:315)
>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>         at org.codehaus.classworlds.Launcher.mainWithExitCode 
> (Launcher.java:430)
>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: org.apache.maven.plugin.MojoExecutionException: There  
> are test failures.
>         at org.apache.maven.test.SurefirePlugin.execute 
> (SurefirePlugin.java:389)
>         at org.apache.maven.plugin.DefaultPluginManager.executeMojo 
> (DefaultPluginManager.java:443)
>         at  
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
> (DefaultLifecycleExecutor.java:539)
>         ... 16 more
>
> I have seen this error before on 2.0.6 which refrained me from  
> using it.
> 2.0.5 works fine though. Any idea?
>
> Do ot let me hold up the release, I am sure it is a config error on  
> my side, but if you have a hint, let me know.
>
> Regards
> Mark Donszelmann
>
>
>
> On Jun 12, 2007, at 10:12 PM, 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/maven-2.0.7-staging-repository/
>>
>> And the distros you are interested in are here:
>>
>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>
>> Thanks,
>>
>> Jason.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7 - surefire problem

Posted by Mark Donszelmann <Ma...@slac.stanford.edu>.
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 it in dependencyManagement. It did work with 2.1.3 (Surefire)  
and mvn 2.0.5.
Moved it to dependencies, now works with surefire 2.3 and 2.0.7.

VOTE +1 (non-binding).

Regards
Mark


>
> Let me know if this is the case. Can't be due to 2.0.7 though,  
> unless this works in 2.0.6?
>
> If there's no released version (2.3) that works for 2.0.7 then we  
> need to release 2.3.1 asap.
>
> -- Kenney
>> java.lang.NullPointerException
>>         at  
>> org.apache.maven.plugin.surefire.SurefirePlugin.constructSurefireBoot 
>> er(SurefirePlugin.java:594)
>>         at org.apache.maven.plugin.surefire.SurefirePlugin.execute 
>> (SurefirePlugin.java:391)
>>         at org.apache.maven.plugin.DefaultPluginManager.executeMojo 
>> (DefaultPluginManager.java:443)
>>         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
>> (DefaultLifecycleExecutor.java:539)
>>         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi 
>> fecycle(DefaultLifecycleExecutor.java:480)
>>         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal 
>> (DefaultLifecycleExecutor.java:459)
>>         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan 
>> dleFailures(DefaultLifecycleExecutor.java:311)
>>         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen 
>> ts(DefaultLifecycleExecutor.java:278)
>>         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute 
>> (DefaultLifecycleExecutor.java:143)
>>         at org.apache.maven.DefaultMaven.doExecute 
>> (DefaultMaven.java:334)
>>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java: 
>> 125)
>>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native  
>> Method)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke 
>> (NativeMethodAccessorImpl.java:39)
>>         at sun.reflect.DelegatingMethodAccessorImpl.invoke 
>> (DelegatingMethodAccessorImpl.java:25)
>>         at java.lang.reflect.Method.invoke(Method.java:585)
>>         at org.codehaus.classworlds.Launcher.launchEnhanced 
>> (Launcher.java:315)
>>         at org.codehaus.classworlds.Launcher.launch(Launcher.java: 
>> 255)
>>         at org.codehaus.classworlds.Launcher.mainWithExitCode 
>> (Launcher.java:430)
>>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>
>> My pom (fragment):
>>
>>       <plugin>
>>         <artifactId>maven-surefire-plugin</artifactId>
>>         <version>2.3</version>
>>         <configuration>
>>           <forkMode>pertest</forkMode>
>>           <includes>
>>             <include>**/*TestSuite.java</include>
>>           </includes>
>>           <excludes>
>>             <exclude>**/TestSuite.java</exclude>
>>           </excludes>
>>         </configuration>
>>       </plugin>
>>
>>
>> Could not test SNAPSHOTs yet.
>>
>> Regards
>> Mark Donszelmann
>>
>>
>> On Jun 13, 2007, at 6:18 AM, Kenney Westerhof wrote:
>>
>>>
>>> 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 wheter it's a fault in  
>>> surefire or in
>>> maven 2.0.7?
>>>
>>> Thanks,
>>>
>>>     Kenney
>>>
>>> Mark Donszelmann wrote:
>>>> 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 with -e gives me:
>>>> org.apache.maven.lifecycle.LifecycleExecutionException: There  
>>>> are test failures.
>>>>         at  
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
>>>> (DefaultLifecycleExecutor.java:564)         at  
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWith 
>>>> Lifecycle(DefaultLifecycleExecutor.java:480)         at  
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal 
>>>> (DefaultLifecycleExecutor.java:459)         at  
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndH 
>>>> andleFailures(DefaultLifecycleExecutor.java:311)         at  
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegm 
>>>> ents(DefaultLifecycleExecutor.java:278)         at  
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute 
>>>> (DefaultLifecycleExecutor.java:143)         at  
>>>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>>>>         at org.apache.maven.DefaultMaven.execute 
>>>> (DefaultMaven.java:125)
>>>>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>>>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native  
>>>> Method)
>>>>         at sun.reflect.NativeMethodAccessorImpl.invoke 
>>>> (NativeMethodAccessorImpl.java:39)         at  
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke 
>>>> (DelegatingMethodAccessorImpl.java:25)         at  
>>>> java.lang.reflect.Method.invoke(Method.java:585)
>>>>         at org.codehaus.classworlds.Launcher.launchEnhanced 
>>>> (Launcher.java:315)
>>>>         at org.codehaus.classworlds.Launcher.launch 
>>>> (Launcher.java:255)
>>>>         at org.codehaus.classworlds.Launcher.mainWithExitCode 
>>>> (Launcher.java:430)
>>>>         at org.codehaus.classworlds.Launcher.main(Launcher.java: 
>>>> 375)
>>>> Caused by: org.apache.maven.plugin.MojoExecutionException: There  
>>>> are test failures.
>>>>         at org.apache.maven.test.SurefirePlugin.execute 
>>>> (SurefirePlugin.java:389)
>>>>         at  
>>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo 
>>>> (DefaultPluginManager.java:443)         at  
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
>>>> (DefaultLifecycleExecutor.java:539)         ... 16 more
>>>> I have seen this error before on 2.0.6 which refrained me from  
>>>> using it.
>>>> 2.0.5 works fine though. Any idea?
>>>> Do ot let me hold up the release, I am sure it is a config error  
>>>> on my side, but if you have a hint, let me know.
>>>> Regards
>>>> Mark Donszelmann
>>>> On Jun 12, 2007, at 10:12 PM, 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/maven-2.0.7-staging-repository/
>>>>>
>>>>> And the distros you are interested in are here:
>>>>>
>>>>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Jason.
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------ 
>>>>> ---
>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------ 
>>>>> ---
>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>
>>>> ------------------------------------------------------------------- 
>>>> --
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Kenney Westerhof <fo...@neonics.com>.
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 only to build a Jboss SAR file), so this behaviour seems a bit strange to me.... 
>   
According to the old code, the surefirebooter is constructed if:
- the 'test' parameter (-Dmaven.test.skip or from config) is not false, and
- the testclassesdirectory exists, wheter it has testclasses or not.
Testclassesdirectory (target/test-classes) is created by the compiler 
plugin, ONLY if the testsourceroot
exists (src/test/java).

So, remove your empty src/test/java/ directory and it's fixed. Or use 
the latest 2.3.1 or 2.4 snapshots for surefire.

At least, this is not a problem that's due to maven-2.0.7.

> It seems the test phase always requires the junit dependency (I don't call it explicitly in the POM).
>
> Cheers,
>
> Frank
>
> -----Ursprüngliche Nachricht-----
> Von: Kenney Westerhof [mailto:forge@neonics.com] 
> Gesendet: Mittwoch, 13. Juni 2007 17:13
> An: Maven Developers List
> Betreff: Re: [VOTE] Release Maven 2.0.7 - surefire problem
>
> 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 works in 2.0.6?
>
> If there's no released version (2.3) that works for 2.0.7 then we need 
> to release 2.3.1 asap.
>
> -- Kenney
>   
>> java.lang.NullPointerException
>>         at 
>> org.apache.maven.plugin.surefire.SurefirePlugin.constructSurefireBooter(SurefirePlugin.java:594) 
>>
>>         at 
>> org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:391) 
>>
>>         at 
>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443) 
>>
>>         at 
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) 
>>
>>         at 
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480) 
>>
>>         at 
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459) 
>>
>>         at 
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) 
>>
>>         at 
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278) 
>>
>>         at 
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) 
>>
>>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>         at 
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
>>
>>         at 
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
>>
>>         at java.lang.reflect.Method.invoke(Method.java:585)
>>         at 
>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>         at 
>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>
>> My pom (fragment):
>>
>>       <plugin>
>>         <artifactId>maven-surefire-plugin</artifactId>
>>         <version>2.3</version>
>>         <configuration>
>>           <forkMode>pertest</forkMode>
>>           <includes>
>>             <include>**/*TestSuite.java</include>
>>           </includes>
>>           <excludes>
>>             <exclude>**/TestSuite.java</exclude>
>>           </excludes>
>>         </configuration>
>>       </plugin>
>>
>>
>> Could not test SNAPSHOTs yet.
>>
>> Regards
>> Mark Donszelmann
>>
>>
>> On Jun 13, 2007, at 6:18 AM, Kenney Westerhof wrote:
>>
>>     
>>> 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 wheter it's a fault in 
>>> surefire or in
>>> maven 2.0.7?
>>>
>>> Thanks,
>>>
>>>     Kenney
>>>
>>> Mark Donszelmann wrote:
>>>       
>>>> 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 with -e gives me:
>>>> org.apache.maven.lifecycle.LifecycleExecutionException: There are 
>>>> test failures.
>>>>         at 
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564)         
>>>> at 
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)         
>>>> at 
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)         
>>>> at 
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)         
>>>> at 
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)         
>>>> at 
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)         
>>>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>>>>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>>>>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>>>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>         at 
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)         
>>>> at 
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)         
>>>> at java.lang.reflect.Method.invoke(Method.java:585)
>>>>         at 
>>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>>>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>>>         at 
>>>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>>>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>>> Caused by: org.apache.maven.plugin.MojoExecutionException: There are 
>>>> test failures.
>>>>         at 
>>>> org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:389)
>>>>         at 
>>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)         
>>>> at 
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)         
>>>> ... 16 more
>>>> I have seen this error before on 2.0.6 which refrained me from using 
>>>> it.
>>>> 2.0.5 works fine though. Any idea?
>>>> Do ot let me hold up the release, I am sure it is a config error on 
>>>> my side, but if you have a hint, let me know.
>>>> Regards
>>>> Mark Donszelmann
>>>> On Jun 12, 2007, at 10:12 PM, 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/maven-2.0.7-staging-repository/
>>>>>
>>>>> And the distros you are interested in are here:
>>>>>
>>>>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Jason.
>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>
>>>>>           
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>         
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>       
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>     
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


AW: [VOTE] Release Maven 2.0.7 - surefire problem

Posted by "Steinhauer, Frank" <f....@olympus-odl.com>.
 
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 seems the test phase always requires the junit dependency (I don't call it explicitly in the POM).

Cheers,

Frank

-----Ursprüngliche Nachricht-----
Von: Kenney Westerhof [mailto:forge@neonics.com] 
Gesendet: Mittwoch, 13. Juni 2007 17:13
An: Maven Developers List
Betreff: Re: [VOTE] Release Maven 2.0.7 - surefire problem

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 works in 2.0.6?

If there's no released version (2.3) that works for 2.0.7 then we need 
to release 2.3.1 asap.

-- Kenney
> java.lang.NullPointerException
>         at 
> org.apache.maven.plugin.surefire.SurefirePlugin.constructSurefireBooter(SurefirePlugin.java:594) 
>
>         at 
> org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:391) 
>
>         at 
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443) 
>
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) 
>
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480) 
>
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459) 
>
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) 
>
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278) 
>
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) 
>
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
>
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
>
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at 
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>         at 
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>
> My pom (fragment):
>
>       <plugin>
>         <artifactId>maven-surefire-plugin</artifactId>
>         <version>2.3</version>
>         <configuration>
>           <forkMode>pertest</forkMode>
>           <includes>
>             <include>**/*TestSuite.java</include>
>           </includes>
>           <excludes>
>             <exclude>**/TestSuite.java</exclude>
>           </excludes>
>         </configuration>
>       </plugin>
>
>
> Could not test SNAPSHOTs yet.
>
> Regards
> Mark Donszelmann
>
>
> On Jun 13, 2007, at 6:18 AM, Kenney Westerhof wrote:
>
>>
>> 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 wheter it's a fault in 
>> surefire or in
>> maven 2.0.7?
>>
>> Thanks,
>>
>>     Kenney
>>
>> Mark Donszelmann wrote:
>>> 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 with -e gives me:
>>> org.apache.maven.lifecycle.LifecycleExecutionException: There are 
>>> test failures.
>>>         at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564)         
>>> at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)         
>>> at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)         
>>> at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)         
>>> at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)         
>>> at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)         
>>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>>>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>>>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>         at 
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)         
>>> at 
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)         
>>> at java.lang.reflect.Method.invoke(Method.java:585)
>>>         at 
>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>>         at 
>>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>> Caused by: org.apache.maven.plugin.MojoExecutionException: There are 
>>> test failures.
>>>         at 
>>> org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:389)
>>>         at 
>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)         
>>> at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)         
>>> ... 16 more
>>> I have seen this error before on 2.0.6 which refrained me from using 
>>> it.
>>> 2.0.5 works fine though. Any idea?
>>> Do ot let me hold up the release, I am sure it is a config error on 
>>> my side, but if you have a hint, let me know.
>>> Regards
>>> Mark Donszelmann
>>> On Jun 12, 2007, at 10:12 PM, 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/maven-2.0.7-staging-repository/
>>>>
>>>> And the distros you are interested in are here:
>>>>
>>>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>>>
>>>> Thanks,
>>>>
>>>> Jason.
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7 - surefire problem

Posted by Kenney Westerhof <fo...@neonics.com>.
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 works in 2.0.6?

If there's no released version (2.3) that works for 2.0.7 then we need 
to release 2.3.1 asap.

-- Kenney
> java.lang.NullPointerException
>         at 
> org.apache.maven.plugin.surefire.SurefirePlugin.constructSurefireBooter(SurefirePlugin.java:594) 
>
>         at 
> org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:391) 
>
>         at 
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443) 
>
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) 
>
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480) 
>
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459) 
>
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) 
>
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278) 
>
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) 
>
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
>
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
>
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at 
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>         at 
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>
> My pom (fragment):
>
>       <plugin>
>         <artifactId>maven-surefire-plugin</artifactId>
>         <version>2.3</version>
>         <configuration>
>           <forkMode>pertest</forkMode>
>           <includes>
>             <include>**/*TestSuite.java</include>
>           </includes>
>           <excludes>
>             <exclude>**/TestSuite.java</exclude>
>           </excludes>
>         </configuration>
>       </plugin>
>
>
> Could not test SNAPSHOTs yet.
>
> Regards
> Mark Donszelmann
>
>
> On Jun 13, 2007, at 6:18 AM, Kenney Westerhof wrote:
>
>>
>> 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 wheter it's a fault in 
>> surefire or in
>> maven 2.0.7?
>>
>> Thanks,
>>
>>     Kenney
>>
>> Mark Donszelmann wrote:
>>> 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 with -e gives me:
>>> org.apache.maven.lifecycle.LifecycleExecutionException: There are 
>>> test failures.
>>>         at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564)         
>>> at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)         
>>> at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)         
>>> at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)         
>>> at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)         
>>> at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)         
>>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>>>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>>>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>         at 
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)         
>>> at 
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)         
>>> at java.lang.reflect.Method.invoke(Method.java:585)
>>>         at 
>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>>         at 
>>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>> Caused by: org.apache.maven.plugin.MojoExecutionException: There are 
>>> test failures.
>>>         at 
>>> org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:389)
>>>         at 
>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)         
>>> at 
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)         
>>> ... 16 more
>>> I have seen this error before on 2.0.6 which refrained me from using 
>>> it.
>>> 2.0.5 works fine though. Any idea?
>>> Do ot let me hold up the release, I am sure it is a config error on 
>>> my side, but if you have a hint, let me know.
>>> Regards
>>> Mark Donszelmann
>>> On Jun 12, 2007, at 10:12 PM, 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/maven-2.0.7-staging-repository/
>>>>
>>>> And the distros you are interested in are here:
>>>>
>>>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>>>
>>>> Thanks,
>>>>
>>>> Jason.
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7 - surefire problem

Posted by Mark Donszelmann <Ma...@slac.stanford.edu>.
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.SurefirePlugin.execute 
(SurefirePlugin.java:391)
         at org.apache.maven.plugin.DefaultPluginManager.executeMojo 
(DefaultPluginManager.java:443)
         at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
(DefaultLifecycleExecutor.java:539)
         at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec 
ycle(DefaultLifecycleExecutor.java:480)
         at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal 
(DefaultLifecycleExecutor.java:459)
         at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandle 
Failures(DefaultLifecycleExecutor.java:311)
         at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments( 
DefaultLifecycleExecutor.java:278)
         at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute 
(DefaultLifecycleExecutor.java:143)
         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java: 
334)
         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
         at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.codehaus.classworlds.Launcher.launchEnhanced 
(Launcher.java:315)
         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
         at org.codehaus.classworlds.Launcher.mainWithExitCode 
(Launcher.java:430)
         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

My pom (fragment):

       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.3</version>
         <configuration>
           <forkMode>pertest</forkMode>
           <includes>
             <include>**/*TestSuite.java</include>
           </includes>
           <excludes>
             <exclude>**/TestSuite.java</exclude>
           </excludes>
         </configuration>
       </plugin>


Could not test SNAPSHOTs yet.

Regards
Mark Donszelmann


On Jun 13, 2007, at 6:18 AM, Kenney Westerhof wrote:

>
> 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 wheter it's a fault in  
> surefire or in
> maven 2.0.7?
>
> Thanks,
>
> 	Kenney
>
> Mark Donszelmann wrote:
>> 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 with -e gives me:
>> org.apache.maven.lifecycle.LifecycleExecutionException: There are  
>> test failures.
>>         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
>> (DefaultLifecycleExecutor.java:564)         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi 
>> fecycle(DefaultLifecycleExecutor.java:480)         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal 
>> (DefaultLifecycleExecutor.java:459)         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan 
>> dleFailures(DefaultLifecycleExecutor.java:311)         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen 
>> ts(DefaultLifecycleExecutor.java:278)         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute 
>> (DefaultLifecycleExecutor.java:143)         at  
>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java: 
>> 125)
>>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native  
>> Method)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke 
>> (NativeMethodAccessorImpl.java:39)         at  
>> sun.reflect.DelegatingMethodAccessorImpl.invoke 
>> (DelegatingMethodAccessorImpl.java:25)         at  
>> java.lang.reflect.Method.invoke(Method.java:585)
>>         at org.codehaus.classworlds.Launcher.launchEnhanced 
>> (Launcher.java:315)
>>         at org.codehaus.classworlds.Launcher.launch(Launcher.java: 
>> 255)
>>         at org.codehaus.classworlds.Launcher.mainWithExitCode 
>> (Launcher.java:430)
>>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>> Caused by: org.apache.maven.plugin.MojoExecutionException: There  
>> are test failures.
>>         at org.apache.maven.test.SurefirePlugin.execute 
>> (SurefirePlugin.java:389)
>>         at org.apache.maven.plugin.DefaultPluginManager.executeMojo 
>> (DefaultPluginManager.java:443)         at  
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
>> (DefaultLifecycleExecutor.java:539)         ... 16 more
>> I have seen this error before on 2.0.6 which refrained me from  
>> using it.
>> 2.0.5 works fine though. Any idea?
>> Do ot let me hold up the release, I am sure it is a config error  
>> on my side, but if you have a hint, let me know.
>> Regards
>> Mark Donszelmann
>> On Jun 12, 2007, at 10:12 PM, 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/maven-2.0.7-staging-repository/
>>>
>>> And the distros you are interested in are here:
>>>
>>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>>
>>> Thanks,
>>>
>>> Jason.
>>>
>>>
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7 - surefire problem

Posted by Kenney Westerhof <ke...@apache.org>.
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 wheter it's a fault in surefire or in
maven 2.0.7?

Thanks,

	Kenney

Mark Donszelmann wrote:
> 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 with -e gives me:
> 
> org.apache.maven.lifecycle.LifecycleExecutionException: There are test 
> failures.
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564) 
> 
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480) 
> 
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459) 
> 
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) 
> 
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278) 
> 
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) 
> 
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
> 
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
> 
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at 
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>         at 
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: org.apache.maven.plugin.MojoExecutionException: There are 
> test failures.
>         at 
> org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:389)
>         at 
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443) 
> 
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) 
> 
>         ... 16 more
> 
> I have seen this error before on 2.0.6 which refrained me from using it.
> 2.0.5 works fine though. Any idea?
> 
> Do ot let me hold up the release, I am sure it is a config error on my 
> side, but if you have a hint, let me know.
> 
> Regards
> Mark Donszelmann
> 
> 
> 
> On Jun 12, 2007, at 10:12 PM, 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/maven-2.0.7-staging-repository/
>>
>> And the distros you are interested in are here:
>>
>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>
>> Thanks,
>>
>> Jason.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Mark Donszelmann <Ma...@slac.stanford.edu>.
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 with -e gives me:

org.apache.maven.lifecycle.LifecycleExecutionException: There are  
test failures.
         at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
(DefaultLifecycleExecutor.java:564)
         at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec 
ycle(DefaultLifecycleExecutor.java:480)
         at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal 
(DefaultLifecycleExecutor.java:459)
         at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandle 
Failures(DefaultLifecycleExecutor.java:311)
         at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments( 
DefaultLifecycleExecutor.java:278)
         at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute 
(DefaultLifecycleExecutor.java:143)
         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java: 
334)
         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
         at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.codehaus.classworlds.Launcher.launchEnhanced 
(Launcher.java:315)
         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
         at org.codehaus.classworlds.Launcher.mainWithExitCode 
(Launcher.java:430)
         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: There are  
test failures.
         at org.apache.maven.test.SurefirePlugin.execute 
(SurefirePlugin.java:389)
         at org.apache.maven.plugin.DefaultPluginManager.executeMojo 
(DefaultPluginManager.java:443)
         at  
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
(DefaultLifecycleExecutor.java:539)
         ... 16 more

I have seen this error before on 2.0.6 which refrained me from using it.
2.0.5 works fine though. Any idea?

Do ot let me hold up the release, I am sure it is a config error on  
my side, but if you have a hint, let me know.

Regards
Mark Donszelmann



On Jun 12, 2007, at 10:12 PM, 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/maven-2.0.7-staging-repository/
>
> And the distros you are interested in are here:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7/
>
> Thanks,
>
> Jason.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Jochen Wiedmann <jo...@gmail.com>.
+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 justifying the use of electronic voting machines
and obviously  believing that we don't need a police, because all
illegal actions are forbidden.

http://dip.bundestag.de/btd/16/051/1605194.pdf

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Vincent Siveton <vi...@gmail.com>.
+1

Vincent

2007/6/13, Jason van Zyl <ja...@maven.org>:
> 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/maven-2.0.7-staging-repository/
>
> And the distros you are interested in are here:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7/
>
> Thanks,
>
> Jason.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Dimitris Kapanidis <di...@scytl.com>.
+1, tested on a project with 15 modules.

Arnaud HERITIER wrote:
> +1, tested on my m2 projects
>
> Arnaud
>
> On 13/06/07, Jason van Zyl <ja...@maven.org> 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/maven-2.0.7-staging-repository/
>>
>> And the distros you are interested in are here:
>>
>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>
>> Thanks,
>>
>> Jason.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
>


-- 

Dimitris Kapanidis
Software Q.A. Manager
Scytl Secure Electronic Voting
Tuset 20 · 08006 Barcelona
Phone:	+ 34 934 230 324
Fax	+ 34 933 251 028
http://www.scytl.com
 
NOTICE: The information in this e-mail and in any of its attachments is confidential and intended solely for the attention and use of the named addressee(s). If you are not the intended recipient, any disclosure, copying, distribution or retaining of this message or any part of it, without the prior written consent of Scytl Secure Electronic Voting, SA is prohibited and may be unlawful. If you have received this in error, please contact the sender and delete the material from any computer. 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Maria Odea Ching <oc...@exist.com>.
+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 <ja...@maven.org> 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/maven-2.0.7-staging-repository/
>>
>> And the distros you are interested in are here:
>>
>> http://people.apache.org/~jvanzyl/maven-2.0.7/
>>
>> Thanks,
>>
>> Jason.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven 2.0.7

Posted by Arnaud HERITIER <ah...@gmail.com>.
+1, tested on my m2 projects

Arnaud

On 13/06/07, Jason van Zyl <ja...@maven.org> 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/maven-2.0.7-staging-repository/
>
> And the distros you are interested in are here:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7/
>
> Thanks,
>
> Jason.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


-- 
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier@octo.com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier@apache.org
www.apache.org | maven.apache.org
...........................................................

Re: [VOTE] Release Maven 2.0.7

Posted by Jo Vandermeeren <jo...@gmail.com>.
+1

Runs fine on a multiple-parent, 40-module project.

Cheers
Jo

On 6/13/07, Jason van Zyl <ja...@maven.org> 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/maven-2.0.7-staging-repository/
>
> And the distros you are interested in are here:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7/
>
> Thanks,
>
> Jason.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [VOTE] Release Maven 2.0.7

Posted by Jesse McConnell <jm...@apache.org>.
+1 working for me so far

On 6/13/07, LAMY Olivier <Ol...@accor.com> wrote:
> (non-binding) +1 (works fine on corporate builds).
>
> --
> Olivier
>
> -----Message d'origine-----
> De : Jason van Zyl [mailto:jason@maven.org]
> 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/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/maven-2.0.7-staging-repository/
>
> And the distros you are interested in are here:
>
> http://people.apache.org/~jvanzyl/maven-2.0.7/
>
> Thanks,
>
> Jason.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org
>
>
> This e-mail, any attachments and the information contained therein ("this message") are confidential and intended solely for the use of the addressee(s). If you have received this message in error please send it back to the sender and delete it. Unauthorized publication, use, dissemination or disclosure of this message, either in whole or in part is strictly prohibited.
> --------------------------------------------------------------------------------------------------------------
> Ce message électronique et tous les fichiers joints ainsi que  les informations contenues dans ce message ( ci après "le message" ), sont confidentiels et destinés exclusivement à l'usage de la  personne à laquelle ils sont adressés. Si vous avez reçu ce message par erreur, merci  de le renvoyer à son émetteur et de le détruire. Toutes diffusion, publication, totale ou partielle ou divulgation sous quelque forme que se soit non expressément autorisées de ce message, sont interdites.
> -------------------------------------------------------------------------------------------------------------
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


-- 
jesse mcconnell
jesse.mcconnell@gmail.com

RE: [VOTE] Release Maven 2.0.7

Posted by LAMY Olivier <Ol...@accor.com>.
(non-binding) +1 (works fine on corporate builds).

--
Olivier 

-----Message d'origine-----
De : Jason van Zyl [mailto:jason@maven.org] 
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/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/maven-2.0.7-staging-repository/

And the distros you are interested in are here:

http://people.apache.org/~jvanzyl/maven-2.0.7/

Thanks,

Jason.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org


This e-mail, any attachments and the information contained therein ("this message") are confidential and intended solely for the use of the addressee(s). If you have received this message in error please send it back to the sender and delete it. Unauthorized publication, use, dissemination or disclosure of this message, either in whole or in part is strictly prohibited.
--------------------------------------------------------------------------------------------------------------
Ce message électronique et tous les fichiers joints ainsi que  les informations contenues dans ce message ( ci après "le message" ), sont confidentiels et destinés exclusivement à l'usage de la  personne à laquelle ils sont adressés. Si vous avez reçu ce message par erreur, merci  de le renvoyer à son émetteur et de le détruire. Toutes diffusion, publication, totale ou partielle ou divulgation sous quelque forme que se soit non expressément autorisées de ce message, sont interdites.
-------------------------------------------------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org