RE: MNG-3244 [was RE: 2.0.8 Release Candidate]

2007-10-28 Thread Brian E. Fox
That's the ideal scenario, but pom changes mean 2.1. I can't think of
any other way to handle this without causing even more havoc.

-Original Message-
From: William Ferguson [mailto:[EMAIL PROTECTED] 
Sent: Sunday, October 28, 2007 8:25 PM
To: Maven Developers List
Subject: MNG-3244 [was RE: 2.0.8 Release Candidate]

Brian, are you suggesting that a POM property be used invoke the new
behaviour, and lack of it invokes existing behaviour? I'd be happy with
that.

William
 

-Original Message-
From: Brian E. Fox [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 25 October 2007 10:09 PM
To: Maven Developers List
Subject: [***POSSIBLE SPAM***] - RE: 2.0.8 Release Candidate - Email has
different SMTP TO: and MIME TO: fields in the email addresses

I think the biggest problem with fixing this issue is that it will
probably break lots of people's builds. If there is some other indicator
that it shouldn't be inherited, then that would probably be acceptable.

-Original Message-
From: William Ferguson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 24, 2007 10:01 PM
To: Maven Developers List
Subject: RE: 2.0.8 Release Candidate

It's a real shame that MNG-3244 had to be reverted.
Now there is no way for an inherited site#url to actually specify the
url for a project.

The current behaviour in which the child artifactId is always appended
is non-intuitive IMHO.
It only makes sense for inherited POMs in multi-modules POMs and not
always then.

In any case, since this has been reverted, can the documentation at
http://maven.apache.org/guides/mini/guide-site.html be updated to
reflect the actual behaviour.

William

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



MNG-3244 [was RE: 2.0.8 Release Candidate]

2007-10-28 Thread William Ferguson
Brian, are you suggesting that a POM property be used invoke the new
behaviour, and lack of it invokes existing behaviour? I'd be happy with
that.

William
 

-Original Message-
From: Brian E. Fox [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 25 October 2007 10:09 PM
To: Maven Developers List
Subject: [***POSSIBLE SPAM***] - RE: 2.0.8 Release Candidate - Email has
different SMTP TO: and MIME TO: fields in the email addresses

I think the biggest problem with fixing this issue is that it will
probably break lots of people's builds. If there is some other indicator
that it shouldn't be inherited, then that would probably be acceptable.

-Original Message-
From: William Ferguson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 24, 2007 10:01 PM
To: Maven Developers List
Subject: RE: 2.0.8 Release Candidate

It's a real shame that MNG-3244 had to be reverted.
Now there is no way for an inherited site#url to actually specify the
url for a project.

The current behaviour in which the child artifactId is always appended
is non-intuitive IMHO.
It only makes sense for inherited POMs in multi-modules POMs and not
always then.

In any case, since this has been reverted, can the documentation at
http://maven.apache.org/guides/mini/guide-site.html be updated to
reflect the actual behaviour.

William

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: 2.0.8 Release Candidate

2007-10-26 Thread Brian E. Fox
Jorg,
I'll take a look this weekend. If the IT successfully recreates the issue then 
hopefully I can attempt to figure it out. If I can't reproduce, then it's 
probably going to be impossible.

-Original Message-
From: Jörg Schaible [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 26, 2007 8:31 AM
To: Maven Developers List
Subject: RE: 2.0.8 Release Candidate

Hi Brian,

Brian E. Fox wrote:
> I've posted the snapshot binaries at
> http://people.apache.org/~brianf/2.0.8 for testing purposes.
> We need to
> wait for the release plugin 2.0-beta-7 vote before doing an actual
> release on 2.0.8 so in the meantime, I would ask that
> everyone give this
> a whirl and see if there are any regressions since 2.0.7.

Please put an eye onto MNG-3259. There is somewhere a very nasty bug that 
causes Maven to drop some test dependencies in multi-project builds. This is in 
effect a regression for M205 and the problem was for us already the show 
stopper for M207 (M206 was totally bogus). Unfortunately it is really difficult 
to recreate the situation and it took me now ~ 3 days in complete to create 
that demo, esecially since it only shows up if the dependencies are processed 
in a special sequence internally that can change e.g. with the used JDK 
version. While the demo may have some silly dependencies, all of this starts to 
be no longer fun for a 300+ multi-project build - as you may imagine.

Regards,
Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: 2.0.8 Release Candidate

2007-10-26 Thread Jörg Schaible
Hi Brian,

Brian E. Fox wrote:
> I've posted the snapshot binaries at
> http://people.apache.org/~brianf/2.0.8 for testing purposes.
> We need to
> wait for the release plugin 2.0-beta-7 vote before doing an actual
> release on 2.0.8 so in the meantime, I would ask that
> everyone give this
> a whirl and see if there are any regressions since 2.0.7.

Please put an eye onto MNG-3259. There is somewhere a very nasty bug that 
causes Maven to drop some test dependencies in multi-project builds. This is in 
effect a regression for M205 and the problem was for us already the show 
stopper for M207 (M206 was totally bogus). Unfortunately it is really difficult 
to recreate the situation and it took me now ~ 3 days in complete to create 
that demo, esecially since it only shows up if the dependencies are processed 
in a special sequence internally that can change e.g. with the used JDK 
version. While the demo may have some silly dependencies, all of this starts to 
be no longer fun for a 300+ multi-project build - as you may imagine.

Regards,
Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: 2.0.8 Release Candidate

2007-10-25 Thread Brian E. Fox
I think the biggest problem with fixing this issue is that it will
probably break lots of people's builds. If there is some other indicator
that it shouldn't be inherited, then that would probably be acceptable.

-Original Message-
From: William Ferguson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 24, 2007 10:01 PM
To: Maven Developers List
Subject: RE: 2.0.8 Release Candidate

It's a real shame that MNG-3244 had to be reverted.
Now there is no way for an inherited site#url to actually specify the
url for a project.

The current behaviour in which the child artifactId is always appended
is non-intuitive IMHO.
It only makes sense for inherited POMs in multi-modules POMs and not
always then.

In any case, since this has been reverted, can the documentation at
http://maven.apache.org/guides/mini/guide-site.html be updated to
reflect the actual behaviour.

William


-Original Message-
From: Brian E. Fox [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 25 October 2007 10:39 AM
To: Maven Developers List
Subject: [***POSSIBLE SPAM***] - RE: 2.0.8 Release Candidate - Email has
different SMTP TO: and MIME TO: fields in the email addresses

The issue that caused this (MNG-3244) has been reverted and it's working
now. New candidates posted (http://people.apache.org/~brianf/2.0.8/)

I also created a jira because we have no core IT to cover this.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
olivier lamy
Sent: Wednesday, October 24, 2007 5:57 PM
To: Maven Developers List
Subject: Re: 2.0.8 Release Candidate

MNG-3254.
I have attached a sample project.

--
Olivier

2007/10/24, Brian E. Fox <[EMAIL PROTECTED]>:
>
> This could be related to one of the fixes, please create a jira and
I'll
> check it out
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of
> olivier lamy
> Sent: Wednesday, October 24, 2007 12:46 PM
> To: Maven Developers List
> Subject: Re: 2.0.8 Release Candidate
>
> Hi,
> I have an issue concerning site deployment with multi modules project.
> (don't know if it's a know issue).
> My root pom contains :
>   
> 
>   sftp-rec-ap2
>   sftp://xx.xxx.xxx.xxx/${rootPath}
> 
>   
>
> With mvn 2.0.7 root site is deployed to ${rootPath} and modules to 
> ${rootPath}/{artifactId} With this SNAPSHOT root site is deployed to 
> ${rootPath} and modules to ${rootPath} .
>
> --
> Olivier
>
> 2007/10/24, Jason van Zyl <[EMAIL PROTECTED]>:
> >
> > I suggest we let this bake for a week at least. Three days isn't 
> > enough time to let people try a release.
> >
> > On 23 Oct 07, at 6:51 PM 23 Oct 07, Brian E. Fox wrote:
> >
> > > I've posted the snapshot binaries at
> > > http://people.apache.org/~brianf/2.0.8 for testing purposes. We 
> > > need to wait for the release plugin 2.0-beta-7 vote before doing 
> > > an actual release on 2.0.8 so in the meantime, I would ask that 
> > > everyone
give
> > > this
> > > a whirl and see if there are any regressions since 2.0.7.
> > >
> > >
> > >
> > > Thanks,
> > >
> > > Brian
> > >
> > >
> > >
> > >
> > >
> > > Release Notes - Maven 2 - Version 2.0.8
> > >
> > >
> > >
> > >
> > >
> > > ** Bug
> > >
> > > * [MNG-2025] - POM is still not read using the right encoding
> > >
> > > * [MNG-2045] - Maven can't compile against sibling test-jar 
> > > dependency in multiproject (Test Attached)
> > >
> > > * [MNG-2061] - DistributionManagement properties don't get 
> > > copied in cloned executionProject while lifecycle fork
> > >
> > > * [MNG-2254] - the encoding parameter in xml declaration of
POM
> is
> > > ignored
> > >
> > > * [MNG-2593] - Maven 2 stumbels upon non ASCII characters in
the
> > > value of a  value in the $HOME/.m2/settings.xml
> > >
> > > * [MNG-2685] - mvn.bat detection of 4NT syntax error
> > >
> > > * [MNG-2932] - Encoding chaos
> > >
> > > * [MNG-2961] - DefaultArtifact getBaseVersion is changed to 
> > > "-SNAPSHOT" only if you first call isSnapshot()
> > >
> > > * [MNG-3046] - DefaultArtifactVersion compareTo misbehaves 
> > > regarding buildNumber 0
> > >
> > > * [MNG-3077] - NullPointerException, if MojoExecutionException
> has
> > > no message
> > >
> > > * [MNG-3084] - mvn.bat in maven 2.0.7 does no

RE: 2.0.8 Release Candidate

2007-10-24 Thread William Ferguson
It's a real shame that MNG-3244 had to be reverted.
Now there is no way for an inherited site#url to actually specify the
url for a project.

The current behaviour in which the child artifactId is always appended
is non-intuitive IMHO.
It only makes sense for inherited POMs in multi-modules POMs and not
always then.

In any case, since this has been reverted, can the documentation at
http://maven.apache.org/guides/mini/guide-site.html be updated to
reflect the actual behaviour.

William


-Original Message-
From: Brian E. Fox [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 25 October 2007 10:39 AM
To: Maven Developers List
Subject: [***POSSIBLE SPAM***] - RE: 2.0.8 Release Candidate - Email has
different SMTP TO: and MIME TO: fields in the email addresses

The issue that caused this (MNG-3244) has been reverted and it's working
now. New candidates posted (http://people.apache.org/~brianf/2.0.8/)

I also created a jira because we have no core IT to cover this.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
olivier lamy
Sent: Wednesday, October 24, 2007 5:57 PM
To: Maven Developers List
Subject: Re: 2.0.8 Release Candidate

MNG-3254.
I have attached a sample project.

--
Olivier

2007/10/24, Brian E. Fox <[EMAIL PROTECTED]>:
>
> This could be related to one of the fixes, please create a jira and
I'll
> check it out
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of
> olivier lamy
> Sent: Wednesday, October 24, 2007 12:46 PM
> To: Maven Developers List
> Subject: Re: 2.0.8 Release Candidate
>
> Hi,
> I have an issue concerning site deployment with multi modules project.
> (don't know if it's a know issue).
> My root pom contains :
>   
> 
>   sftp-rec-ap2
>   sftp://xx.xxx.xxx.xxx/${rootPath}
> 
>   
>
> With mvn 2.0.7 root site is deployed to ${rootPath} and modules to 
> ${rootPath}/{artifactId} With this SNAPSHOT root site is deployed to 
> ${rootPath} and modules to ${rootPath} .
>
> --
> Olivier
>
> 2007/10/24, Jason van Zyl <[EMAIL PROTECTED]>:
> >
> > I suggest we let this bake for a week at least. Three days isn't 
> > enough time to let people try a release.
> >
> > On 23 Oct 07, at 6:51 PM 23 Oct 07, Brian E. Fox wrote:
> >
> > > I've posted the snapshot binaries at
> > > http://people.apache.org/~brianf/2.0.8 for testing purposes. We 
> > > need to wait for the release plugin 2.0-beta-7 vote before doing 
> > > an actual release on 2.0.8 so in the meantime, I would ask that 
> > > everyone
give
> > > this
> > > a whirl and see if there are any regressions since 2.0.7.
> > >
> > >
> > >
> > > Thanks,
> > >
> > > Brian
> > >
> > >
> > >
> > >
> > >
> > > Release Notes - Maven 2 - Version 2.0.8
> > >
> > >
> > >
> > >
> > >
> > > ** Bug
> > >
> > > * [MNG-2025] - POM is still not read using the right encoding
> > >
> > > * [MNG-2045] - Maven can't compile against sibling test-jar 
> > > dependency in multiproject (Test Attached)
> > >
> > > * [MNG-2061] - DistributionManagement properties don't get 
> > > copied in cloned executionProject while lifecycle fork
> > >
> > > * [MNG-2254] - the encoding parameter in xml declaration of
POM
> is
> > > ignored
> > >
> > > * [MNG-2593] - Maven 2 stumbels upon non ASCII characters in
the
> > > value of a  value in the $HOME/.m2/settings.xml
> > >
> > > * [MNG-2685] - mvn.bat detection of 4NT syntax error
> > >
> > > * [MNG-2932] - Encoding chaos
> > >
> > > * [MNG-2961] - DefaultArtifact getBaseVersion is changed to 
> > > "-SNAPSHOT" only if you first call isSnapshot()
> > >
> > > * [MNG-3046] - DefaultArtifactVersion compareTo misbehaves 
> > > regarding buildNumber 0
> > >
> > > * [MNG-3077] - NullPointerException, if MojoExecutionException
> has
> > > no message
> > >
> > > * [MNG-3084] - mvn.bat in maven 2.0.7 does not return the
> correct
> > > error code.
> > >
> > > * [MNG-3095] - maven-plugin-testing-tools causes bad version
in
> > > deployed artifacts after tests are run
> > >
> > > * [MNG-3134] -
> > > DefaultModelInheritence::assembleDistributionInheritence should be

> > > childPathAdjustment aware
> > >
> > >   

RE: 2.0.8 Release Candidate

2007-10-24 Thread Brian E. Fox
The issue that caused this (MNG-3244) has been reverted and it's working
now. New candidates posted (http://people.apache.org/~brianf/2.0.8/)

I also created a jira because we have no core IT to cover this.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
olivier lamy
Sent: Wednesday, October 24, 2007 5:57 PM
To: Maven Developers List
Subject: Re: 2.0.8 Release Candidate

MNG-3254.
I have attached a sample project.

--
Olivier

2007/10/24, Brian E. Fox <[EMAIL PROTECTED]>:
>
> This could be related to one of the fixes, please create a jira and
I'll
> check it out
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of
> olivier lamy
> Sent: Wednesday, October 24, 2007 12:46 PM
> To: Maven Developers List
> Subject: Re: 2.0.8 Release Candidate
>
> Hi,
> I have an issue concerning site deployment with multi modules project.
> (don't know if it's a know issue).
> My root pom contains :
>   
> 
>   sftp-rec-ap2
>   sftp://xx.xxx.xxx.xxx/${rootPath}
> 
>   
>
> With mvn 2.0.7 root site is deployed to ${rootPath} and modules to
> ${rootPath}/{artifactId}
> With this SNAPSHOT root site is deployed to ${rootPath} and modules to
> ${rootPath} .
>
> --
> Olivier
>
> 2007/10/24, Jason van Zyl <[EMAIL PROTECTED]>:
> >
> > I suggest we let this bake for a week at least. Three days isn't
> > enough time to let people try a release.
> >
> > On 23 Oct 07, at 6:51 PM 23 Oct 07, Brian E. Fox wrote:
> >
> > > I've posted the snapshot binaries at
> > > http://people.apache.org/~brianf/2.0.8 for testing purposes. We
> > > need to
> > > wait for the release plugin 2.0-beta-7 vote before doing an actual
> > > release on 2.0.8 so in the meantime, I would ask that everyone
give
> > > this
> > > a whirl and see if there are any regressions since 2.0.7.
> > >
> > >
> > >
> > > Thanks,
> > >
> > > Brian
> > >
> > >
> > >
> > >
> > >
> > > Release Notes - Maven 2 - Version 2.0.8
> > >
> > >
> > >
> > >
> > >
> > > ** Bug
> > >
> > > * [MNG-2025] - POM is still not read using the right encoding
> > >
> > > * [MNG-2045] - Maven can't compile against sibling test-jar
> > > dependency in multiproject (Test Attached)
> > >
> > > * [MNG-2061] - DistributionManagement properties don't get
> > > copied in
> > > cloned executionProject while lifecycle fork
> > >
> > > * [MNG-2254] - the encoding parameter in xml declaration of
POM
> is
> > > ignored
> > >
> > > * [MNG-2593] - Maven 2 stumbels upon non ASCII characters in
the
> > > value of a  value in the $HOME/.m2/settings.xml
> > >
> > > * [MNG-2685] - mvn.bat detection of 4NT syntax error
> > >
> > > * [MNG-2932] - Encoding chaos
> > >
> > > * [MNG-2961] - DefaultArtifact getBaseVersion is changed to
> > > "-SNAPSHOT" only if you first call isSnapshot()
> > >
> > > * [MNG-3046] - DefaultArtifactVersion compareTo misbehaves
> > > regarding
> > > buildNumber 0
> > >
> > > * [MNG-3077] - NullPointerException, if MojoExecutionException
> has
> > > no message
> > >
> > > * [MNG-3084] - mvn.bat in maven 2.0.7 does not return the
> correct
> > > error code.
> > >
> > > * [MNG-3095] - maven-plugin-testing-tools causes bad version
in
> > > deployed artifacts after tests are run
> > >
> > > * [MNG-3134] -
> > > DefaultModelInheritence::assembleDistributionInheritence should be
> > > childPathAdjustment aware
> > >
> > > * [MNG-3141] - Build not working if pom.xml is a symbolic link
> > >
> > > * [MNG-3215] - Missing rar artifact handler descriptor
> > >
> > > * [MNG-3240] - maven-model RepositoryBase.equals() causes
> > > ClassCastException
> > >
> > > * [MNG-3244] - inherited site url not properly handling
> parameters
> > >
> > > * [MNG-3245] - Maven Reporting API is binary incompatible in
> > > 2.0.8-SNAPSHOT by r579987
> > >
> > >
> > >
> > > ** Improvement
> > >
> > > * [MNG-2188] - Report mojos should check canGenerateReport()
> when
> > > called directly
> > >
&g

Re: 2.0.8 Release Candidate

2007-10-24 Thread olivier lamy
MNG-3254.
I have attached a sample project.

--
Olivier

2007/10/24, Brian E. Fox <[EMAIL PROTECTED]>:
>
> This could be related to one of the fixes, please create a jira and I'll
> check it out
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> olivier lamy
> Sent: Wednesday, October 24, 2007 12:46 PM
> To: Maven Developers List
> Subject: Re: 2.0.8 Release Candidate
>
> Hi,
> I have an issue concerning site deployment with multi modules project.
> (don't know if it's a know issue).
> My root pom contains :
>   
> 
>   sftp-rec-ap2
>   sftp://xx.xxx.xxx.xxx/${rootPath}
> 
>   
>
> With mvn 2.0.7 root site is deployed to ${rootPath} and modules to
> ${rootPath}/{artifactId}
> With this SNAPSHOT root site is deployed to ${rootPath} and modules to
> ${rootPath} .
>
> --
> Olivier
>
> 2007/10/24, Jason van Zyl <[EMAIL PROTECTED]>:
> >
> > I suggest we let this bake for a week at least. Three days isn't
> > enough time to let people try a release.
> >
> > On 23 Oct 07, at 6:51 PM 23 Oct 07, Brian E. Fox wrote:
> >
> > > I've posted the snapshot binaries at
> > > http://people.apache.org/~brianf/2.0.8 for testing purposes. We
> > > need to
> > > wait for the release plugin 2.0-beta-7 vote before doing an actual
> > > release on 2.0.8 so in the meantime, I would ask that everyone give
> > > this
> > > a whirl and see if there are any regressions since 2.0.7.
> > >
> > >
> > >
> > > Thanks,
> > >
> > > Brian
> > >
> > >
> > >
> > >
> > >
> > > Release Notes - Maven 2 - Version 2.0.8
> > >
> > >
> > >
> > >
> > >
> > > ** Bug
> > >
> > > * [MNG-2025] - POM is still not read using the right encoding
> > >
> > > * [MNG-2045] - Maven can't compile against sibling test-jar
> > > dependency in multiproject (Test Attached)
> > >
> > > * [MNG-2061] - DistributionManagement properties don't get
> > > copied in
> > > cloned executionProject while lifecycle fork
> > >
> > > * [MNG-2254] - the encoding parameter in xml declaration of POM
> is
> > > ignored
> > >
> > > * [MNG-2593] - Maven 2 stumbels upon non ASCII characters in the
> > > value of a  value in the $HOME/.m2/settings.xml
> > >
> > > * [MNG-2685] - mvn.bat detection of 4NT syntax error
> > >
> > > * [MNG-2932] - Encoding chaos
> > >
> > > * [MNG-2961] - DefaultArtifact getBaseVersion is changed to
> > > "-SNAPSHOT" only if you first call isSnapshot()
> > >
> > > * [MNG-3046] - DefaultArtifactVersion compareTo misbehaves
> > > regarding
> > > buildNumber 0
> > >
> > > * [MNG-3077] - NullPointerException, if MojoExecutionException
> has
> > > no message
> > >
> > > * [MNG-3084] - mvn.bat in maven 2.0.7 does not return the
> correct
> > > error code.
> > >
> > > * [MNG-3095] - maven-plugin-testing-tools causes bad version in
> > > deployed artifacts after tests are run
> > >
> > > * [MNG-3134] -
> > > DefaultModelInheritence::assembleDistributionInheritence should be
> > > childPathAdjustment aware
> > >
> > > * [MNG-3141] - Build not working if pom.xml is a symbolic link
> > >
> > > * [MNG-3215] - Missing rar artifact handler descriptor
> > >
> > > * [MNG-3240] - maven-model RepositoryBase.equals() causes
> > > ClassCastException
> > >
> > > * [MNG-3244] - inherited site url not properly handling
> parameters
> > >
> > > * [MNG-3245] - Maven Reporting API is binary incompatible in
> > > 2.0.8-SNAPSHOT by r579987
> > >
> > >
> > >
> > > ** Improvement
> > >
> > > * [MNG-2188] - Report mojos should check canGenerateReport()
> when
> > > called directly
> > >
> > > * [MNG-2290] - Generated URLs in POMs of child modules
> > >
> > > * [MNG-3024] - Missing artifact error text improvement
> > >
> > > * [MNG-3047] - DefaultArtifactVersion compareTo inconsistent
> with
> > > equals
> > >
> > > * [MNG-3062] - Allow access to mojoExecution from within plugin.
> > >
> > > * [MN

RE: 2.0.8 Release Candidate

2007-10-24 Thread Brian E. Fox
This could be related to one of the fixes, please create a jira and I'll
check it out


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
olivier lamy
Sent: Wednesday, October 24, 2007 12:46 PM
To: Maven Developers List
Subject: Re: 2.0.8 Release Candidate

Hi,
I have an issue concerning site deployment with multi modules project.
(don't know if it's a know issue).
My root pom contains :
  

  sftp-rec-ap2
  sftp://xx.xxx.xxx.xxx/${rootPath}

  

With mvn 2.0.7 root site is deployed to ${rootPath} and modules to
${rootPath}/{artifactId}
With this SNAPSHOT root site is deployed to ${rootPath} and modules to
${rootPath} .

--
Olivier

2007/10/24, Jason van Zyl <[EMAIL PROTECTED]>:
>
> I suggest we let this bake for a week at least. Three days isn't
> enough time to let people try a release.
>
> On 23 Oct 07, at 6:51 PM 23 Oct 07, Brian E. Fox wrote:
>
> > I've posted the snapshot binaries at
> > http://people.apache.org/~brianf/2.0.8 for testing purposes. We
> > need to
> > wait for the release plugin 2.0-beta-7 vote before doing an actual
> > release on 2.0.8 so in the meantime, I would ask that everyone give
> > this
> > a whirl and see if there are any regressions since 2.0.7.
> >
> >
> >
> > Thanks,
> >
> > Brian
> >
> >
> >
> >
> >
> > Release Notes - Maven 2 - Version 2.0.8
> >
> >
> >
> >
> >
> > ** Bug
> >
> > * [MNG-2025] - POM is still not read using the right encoding
> >
> > * [MNG-2045] - Maven can't compile against sibling test-jar
> > dependency in multiproject (Test Attached)
> >
> > * [MNG-2061] - DistributionManagement properties don't get
> > copied in
> > cloned executionProject while lifecycle fork
> >
> > * [MNG-2254] - the encoding parameter in xml declaration of POM
is
> > ignored
> >
> > * [MNG-2593] - Maven 2 stumbels upon non ASCII characters in the
> > value of a  value in the $HOME/.m2/settings.xml
> >
> > * [MNG-2685] - mvn.bat detection of 4NT syntax error
> >
> > * [MNG-2932] - Encoding chaos
> >
> > * [MNG-2961] - DefaultArtifact getBaseVersion is changed to
> > "-SNAPSHOT" only if you first call isSnapshot()
> >
> > * [MNG-3046] - DefaultArtifactVersion compareTo misbehaves
> > regarding
> > buildNumber 0
> >
> > * [MNG-3077] - NullPointerException, if MojoExecutionException
has
> > no message
> >
> > * [MNG-3084] - mvn.bat in maven 2.0.7 does not return the
correct
> > error code.
> >
> > * [MNG-3095] - maven-plugin-testing-tools causes bad version in
> > deployed artifacts after tests are run
> >
> > * [MNG-3134] -
> > DefaultModelInheritence::assembleDistributionInheritence should be
> > childPathAdjustment aware
> >
> > * [MNG-3141] - Build not working if pom.xml is a symbolic link
> >
> > * [MNG-3215] - Missing rar artifact handler descriptor
> >
> > * [MNG-3240] - maven-model RepositoryBase.equals() causes
> > ClassCastException
> >
> > * [MNG-3244] - inherited site url not properly handling
parameters
> >
> > * [MNG-3245] - Maven Reporting API is binary incompatible in
> > 2.0.8-SNAPSHOT by r579987
> >
> >
> >
> > ** Improvement
> >
> > * [MNG-2188] - Report mojos should check canGenerateReport()
when
> > called directly
> >
> > * [MNG-2290] - Generated URLs in POMs of child modules
> >
> > * [MNG-3024] - Missing artifact error text improvement
> >
> > * [MNG-3047] - DefaultArtifactVersion compareTo inconsistent
with
> > equals
> >
> > * [MNG-3062] - Allow access to mojoExecution from within plugin.
> >
> > * [MNG-3118] - Test-classes should come before classes in the
> > classpath
> >
> > * [MNG-3152] - Change to plugin testing harness to allow the
> > setting
> > of ArtifactRepository on the ArtifactStub
> >
> > * [MNG-3201] - org.apache.maven.project.MavenProject needs a
> > toString()
> >
> >
> >
> > ** New Feature
> >
> > * [MNG-2105] - Enable remote debugging command line option (+
> > docs)
> >
> > * [MNG-2166] - Provide the help listing as default when no
> > arguments
> > are provided
> >
> >
> >
> > ** Task
> >
> > * [MNG-3088] - update the assembly name
> >
>
> Thanks,
>
> Jason
>
> --
> Jason van Zyl
> Founder,  Apache Maven
> jason at sonatype dot com
> --
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Olivier

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 2.0.8 Release Candidate

2007-10-24 Thread olivier lamy
Hi,
I have an issue concerning site deployment with multi modules project.
(don't know if it's a know issue).
My root pom contains :
  

  sftp-rec-ap2
  sftp://xx.xxx.xxx.xxx/${rootPath}

  

With mvn 2.0.7 root site is deployed to ${rootPath} and modules to
${rootPath}/{artifactId}
With this SNAPSHOT root site is deployed to ${rootPath} and modules to
${rootPath} .

--
Olivier

2007/10/24, Jason van Zyl <[EMAIL PROTECTED]>:
>
> I suggest we let this bake for a week at least. Three days isn't
> enough time to let people try a release.
>
> On 23 Oct 07, at 6:51 PM 23 Oct 07, Brian E. Fox wrote:
>
> > I've posted the snapshot binaries at
> > http://people.apache.org/~brianf/2.0.8 for testing purposes. We
> > need to
> > wait for the release plugin 2.0-beta-7 vote before doing an actual
> > release on 2.0.8 so in the meantime, I would ask that everyone give
> > this
> > a whirl and see if there are any regressions since 2.0.7.
> >
> >
> >
> > Thanks,
> >
> > Brian
> >
> >
> >
> >
> >
> > Release Notes - Maven 2 - Version 2.0.8
> >
> >
> >
> >
> >
> > ** Bug
> >
> > * [MNG-2025] - POM is still not read using the right encoding
> >
> > * [MNG-2045] - Maven can't compile against sibling test-jar
> > dependency in multiproject (Test Attached)
> >
> > * [MNG-2061] - DistributionManagement properties don't get
> > copied in
> > cloned executionProject while lifecycle fork
> >
> > * [MNG-2254] - the encoding parameter in xml declaration of POM is
> > ignored
> >
> > * [MNG-2593] - Maven 2 stumbels upon non ASCII characters in the
> > value of a  value in the $HOME/.m2/settings.xml
> >
> > * [MNG-2685] - mvn.bat detection of 4NT syntax error
> >
> > * [MNG-2932] - Encoding chaos
> >
> > * [MNG-2961] - DefaultArtifact getBaseVersion is changed to
> > "-SNAPSHOT" only if you first call isSnapshot()
> >
> > * [MNG-3046] - DefaultArtifactVersion compareTo misbehaves
> > regarding
> > buildNumber 0
> >
> > * [MNG-3077] - NullPointerException, if MojoExecutionException has
> > no message
> >
> > * [MNG-3084] - mvn.bat in maven 2.0.7 does not return the correct
> > error code.
> >
> > * [MNG-3095] - maven-plugin-testing-tools causes bad version in
> > deployed artifacts after tests are run
> >
> > * [MNG-3134] -
> > DefaultModelInheritence::assembleDistributionInheritence should be
> > childPathAdjustment aware
> >
> > * [MNG-3141] - Build not working if pom.xml is a symbolic link
> >
> > * [MNG-3215] - Missing rar artifact handler descriptor
> >
> > * [MNG-3240] - maven-model RepositoryBase.equals() causes
> > ClassCastException
> >
> > * [MNG-3244] - inherited site url not properly handling parameters
> >
> > * [MNG-3245] - Maven Reporting API is binary incompatible in
> > 2.0.8-SNAPSHOT by r579987
> >
> >
> >
> > ** Improvement
> >
> > * [MNG-2188] - Report mojos should check canGenerateReport() when
> > called directly
> >
> > * [MNG-2290] - Generated URLs in POMs of child modules
> >
> > * [MNG-3024] - Missing artifact error text improvement
> >
> > * [MNG-3047] - DefaultArtifactVersion compareTo inconsistent with
> > equals
> >
> > * [MNG-3062] - Allow access to mojoExecution from within plugin.
> >
> > * [MNG-3118] - Test-classes should come before classes in the
> > classpath
> >
> > * [MNG-3152] - Change to plugin testing harness to allow the
> > setting
> > of ArtifactRepository on the ArtifactStub
> >
> > * [MNG-3201] - org.apache.maven.project.MavenProject needs a
> > toString()
> >
> >
> >
> > ** New Feature
> >
> > * [MNG-2105] - Enable remote debugging command line option (+
> > docs)
> >
> > * [MNG-2166] - Provide the help listing as default when no
> > arguments
> > are provided
> >
> >
> >
> > ** Task
> >
> > * [MNG-3088] - update the assembly name
> >
>
> Thanks,
>
> Jason
>
> --
> Jason van Zyl
> Founder,  Apache Maven
> jason at sonatype dot com
> --
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Olivier


Re: 2.0.8 Release Candidate

2007-10-23 Thread Jason van Zyl
I suggest we let this bake for a week at least. Three days isn't  
enough time to let people try a release.


On 23 Oct 07, at 6:51 PM 23 Oct 07, Brian E. Fox wrote:


I've posted the snapshot binaries at
http://people.apache.org/~brianf/2.0.8 for testing purposes. We  
need to

wait for the release plugin 2.0-beta-7 vote before doing an actual
release on 2.0.8 so in the meantime, I would ask that everyone give  
this

a whirl and see if there are any regressions since 2.0.7.



Thanks,

Brian





Release Notes - Maven 2 - Version 2.0.8





** Bug

* [MNG-2025] - POM is still not read using the right encoding

* [MNG-2045] - Maven can't compile against sibling test-jar
dependency in multiproject (Test Attached)

* [MNG-2061] - DistributionManagement properties don't get  
copied in

cloned executionProject while lifecycle fork

* [MNG-2254] - the encoding parameter in xml declaration of POM is
ignored

* [MNG-2593] - Maven 2 stumbels upon non ASCII characters in the
value of a  value in the $HOME/.m2/settings.xml

* [MNG-2685] - mvn.bat detection of 4NT syntax error

* [MNG-2932] - Encoding chaos

* [MNG-2961] - DefaultArtifact getBaseVersion is changed to
"-SNAPSHOT" only if you first call isSnapshot()

* [MNG-3046] - DefaultArtifactVersion compareTo misbehaves  
regarding

buildNumber 0

* [MNG-3077] - NullPointerException, if MojoExecutionException has
no message

* [MNG-3084] - mvn.bat in maven 2.0.7 does not return the correct
error code.

* [MNG-3095] - maven-plugin-testing-tools causes bad version in
deployed artifacts after tests are run

* [MNG-3134] -
DefaultModelInheritence::assembleDistributionInheritence should be
childPathAdjustment aware

* [MNG-3141] - Build not working if pom.xml is a symbolic link

* [MNG-3215] - Missing rar artifact handler descriptor

* [MNG-3240] - maven-model RepositoryBase.equals() causes
ClassCastException

* [MNG-3244] - inherited site url not properly handling parameters

* [MNG-3245] - Maven Reporting API is binary incompatible in
2.0.8-SNAPSHOT by r579987



** Improvement

* [MNG-2188] - Report mojos should check canGenerateReport() when
called directly

* [MNG-2290] - Generated URLs in POMs of child modules

* [MNG-3024] - Missing artifact error text improvement

* [MNG-3047] - DefaultArtifactVersion compareTo inconsistent with
equals

* [MNG-3062] - Allow access to mojoExecution from within plugin.

* [MNG-3118] - Test-classes should come before classes in the
classpath

* [MNG-3152] - Change to plugin testing harness to allow the  
setting

of ArtifactRepository on the ArtifactStub

* [MNG-3201] - org.apache.maven.project.MavenProject needs a
toString()



** New Feature

* [MNG-2105] - Enable remote debugging command line option (+  
docs)


* [MNG-2166] - Provide the help listing as default when no  
arguments

are provided



** Task

* [MNG-3088] - update the assembly name



Thanks,

Jason

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




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]