You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Steven Caswell <st...@gmail.com> on 2005/05/29 03:25:01 UTC

[lang] Release Candidiate 7 available

Commons-lang 2.1 RC7 is now available at 
http://www.apache.org/~stevencaswell/commons-lang-2.1/

Fixes include adjustment to
org.apache.commons.lang.time.DateUtilsTest.javato avoid failing tests
under versions prior to
1.4, and adjustments to the build.xml used to build the distribution with 
ant

Test builds under as many JDKs as possible would be appreciated. Any other 
verification of javadocs, distributions, etc. are aslo appreciated. If there 
are no issues found I'll call for a vote.

-- 
Steven Caswell
steven.caswell@gmail.com

Take back the web - http://www.mozilla.org

Re: [lang] Release Candidiate 7 available

Posted by Simon Kitching <sk...@apache.org>.
On Sat, 2005-05-28 at 21:25 -0400, Steven Caswell wrote:
> Commons-lang 2.1 RC7 is now available at 
> http://www.apache.org/~stevencaswell/commons-lang-2.1/

This looks pretty good to me.

+1 from me on this as a final release.

There are a few minor details which I'll list below. None of them are
worth creating another RC for I believe but if you are creating another
RC for some reason it might be worth looking at them:

The binary distro looks fine to me. Couldn't see any issues.

[source distro]
=========================================
When running "ant dist-build-2.1" with java1.5:
  * all ok
=========================================
When running "ant dist-build-2.1" with java1.2.2:
  * all ok
=========================================
When running "maven" with java1.5:

java:jar:
    [echo] java:jar is deprecated and will be removed. Please use
jar:jar

Otherwise, all ok.

=========================================
When running "maven dist", checkstyle report fails

checkstyle:report:
checkstyle:run:
    [echo] Using file:checkstyle.xml for checkstyle ...

BUILD FAILED
File...... /home/simon/.maven/cache/maven-checkstyle-plugin-2.5/plugin.jelly
Element... ant:checkstyle
Line...... 144
Column.... 63
Unable to create a Checker: unable to find file:checkstyle.xml
Total time: 1 minutes 19 seconds
Finished at: Sun May 29 23:30:25 NZST 2005

--> looks to me like checkstyle.xml should be included in the source
    distribution (or the checkstyle check turned off by default)
=========================================
When running "maven dist", clover test fails.

java:compile:
    [echo] Compiling
to /home/simon/downloads/commons-lang-2.1-RC7/target/clover/classes
    [javac] Compiling 70 source files
to /home/simon/downloads/commons-lang-2.1-RC7/target/clover/classes
    [javac] Clover Version 1.3_01, built on July 09 2004
    [javac] loaded
from: /home/simon/.maven/repository/clover/jars/clover-ant-1.3_01.jar
    [javac] [ERROR] No license file found.

BUILD FAILED
File...... /home/simon/.maven/cache/maven-java-plugin-1.5/plugin.jelly
Element... ant:javac
Line...... 63
Column.... 48
Invalid or missing License
Total time: 41 seconds
Finished at: Sun May 29 23:32:20 NZST 2005

--> Have no ideas on this one.


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