Niall Pemberton a écrit :
> BeanUtils 1.8.0 RC2 is available for review here:
> http://people.apache.org/~niallp/beanutils-1.8.0-rc2/

I have encountered several problems trying to generate the site from the
source distribution with maven 2. Maven failed to download
commons-collections-testframework-3.2.pom (and also 3.2.1.pom). These
file do not exist in the repository. I had to generate them myself on my
local repository using the following command for 3.2, and a similar one
for 3.2.1:

   mvn install:install-file \
       -Dfile=commons-collections-testframework-3.2.jar \
       -DgroupId=commons-collections \
       -DartifactId=commons-collections-testframework \
       -Dversion=3.2 \
       -Dpackaging=true \
       -DgeneratePom=true

This is not related to beanutils, though.

Maven also failed with a fatal error trying to compare with version
1.8.0-BETA which it did not found (I'm not even sure it tried to
download it). I fixed this again by downloading and installing both the
pom and jar file manually.

I'm really not sure this last problem is general or specific to my
setting. I have lots of network problems currently and it may be linked
to that.

Apart from these build problems, I would be fine for the release.
However, since I cannot conclude alone that these problems are specific
to me or not, I prefer to start with only a +0 vote, and will change it
to +1 if someone else can confirm these problems cannot be reproduced
elsewhere.

Luc

> 
> I have tested this with JDK 1.3, 1.4, 1.5 and 1.6. This RC is built with JDK 
> 1.5
> (Ibuilding with JDK 1.4, has the following problem:
>  http://commons.markmail.org/message/wqqs67eyi6hq3mcq )
> 
> The tag is here:
> http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC2/
> 
> Release Notes:
> http://people.apache.org/~niallp/beanutils-1.8.0-rc2/RELEASE-NOTES.txt
> 
> Site:
> http://people.apache.org/~niallp/beanutils-1.8.0-rc2/site/
> (note some links are broken since the 1.8.0 directories are not yet created)
> 
> Clirr Report (compared to 1.8.0 Beta)
> http://people.apache.org/~niallp/beanutils-1.8.0-rc2/site/clirr-report.html
> (note breaking compatibility with 1.8.0 Beta was discussed here:
>  http://commons.markmail.org/message/xpeify7dioksg7xg )
> 
> I'm going to be away (and offline) from Thursday for a week - so
> there'll be a delay in me responding to any feedback.
> 
> tia
> 
> Niall
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to