Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=311914&projectId=2634

Build statistics:
  State: Ok
  Previous State: Building
  Started at: Mon 29 Mar 2010 02:33:06 -0700
  Finished at: Mon 29 Mar 2010 02:34:46 -0700
  Total time: 1m 39s
  Build Trigger: Schedule
  Build Number: 618
  Exit code: 0
  Building machine hostname: vmbuild.apache.org
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.4.2_15"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
          Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
        
  Builder version :
          Maven version: 2.0.9
          Java version: 1.4.2_15
          OS name: "linux" version: "2.6.24-23-server" arch: "i386" Family: 
"unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: niallp @ Mon 15 Mar 2010 16:11:42 -0700
Comment: Upgrade to commons-parent-14
Files changed:
  /commons/proper/lang/branches/LANG_2_X/pom.xml ( 923498 )

Changed: niallp @ Mon 15 Mar 2010 10:31:00 -0700
Comment: Update to point to the new download pages
Files changed:
  /commons/proper/lang/branches/LANG_2_X/src/site/xdoc/article2_4.xml ( 923351 )

Changed: sebb @ Sun 7 Mar 2010 19:39:58 -0800
Comment: Revert to Parent 12, as 13 does not work with Java 1.4
Files changed:
  /commons/proper/lang/branches/LANG_2_X/pom.xml ( 920186 )

Changed: no author @ Sun 7 Mar 2010 19:39:58 -0800
Comment: no comment
Files changed:
  pom.xml ( no revision )

Changed: no author @ Sun 7 Mar 2010 19:39:58 -0800
Comment: no comment
Files changed:
  src/site/xdoc/building.xml ( no revision )
  build.xml ( no revision )

Changed: no author @ Sun 7 Mar 2010 19:39:58 -0800
Comment: no comment
Files changed:
  src/site/changes/changes.xml ( no revision )
  src/site/xdoc/upgradeto2_5.xml ( no revision )

Changed: no author @ Sun 7 Mar 2010 19:39:58 -0800
Comment: no comment
Files changed:
  default.properties ( no revision )
  pom.xml ( no revision )

Changed: no author @ Sun 7 Mar 2010 19:39:58 -0800
Comment: no comment
Files changed:
  RELEASE-NOTES.txt ( no revision )
  src/test/java/org/apache/commons/lang/enums/EnumUtilsLang76Test.java ( no 
revision )
  src/test/java/org/apache/commons/lang/enums/EnumUtilsTest.java ( no revision )
  src/test/java/org/apache/commons/lang/math/RandomUtilsFreqTest.java ( no 
revision )
  src/test/java/org/apache/commons/lang/math/RandomUtilsTest.java ( no revision 
)
  src/test/java/org/apache/commons/lang/time/DateUtilsTest.java ( no revision )
  src/main/java/org/apache/commons/lang/enums/Enum.java ( no revision )
  src/main/java/org/apache/commons/lang/enum/Enum.java ( no revision )
  src/site/changes/changes.xml ( no revision )
  src/site/xdoc/upgradeto2_5.xml ( no revision )
  pom.xml ( no revision )
  build.xml ( no revision )

Changed: no author @ Sun 7 Mar 2010 19:39:58 -0800
Comment: no comment
Files changed:
  default.properties ( no revision )
  src/assembly/src.xml ( no revision )
  src/main/java/org/apache/commons/lang/text/StrBuilder.java ( no revision )
  src/main/java/org/apache/commons/lang/math/JVMRandom.java ( no revision )
  src/main/java/org/apache/commons/lang/time/DateUtils.java ( no revision )
  src/main/java/org/apache/commons/lang/StringUtils.java ( no revision )
  src/main/java/org/apache/commons/lang/reflect/MethodUtils.java ( no revision )
  src/main/java/org/apache/commons/lang/builder/IDKey.java ( no revision )
  src/main/java/org/apache/commons/lang/Entities.java ( no revision )
  src/site/site.xml ( no revision )
  src/site/changes/changes.xml ( no revision )
  src/site/xdoc/cvs-usage.xml ( no revision )
  src/site/xdoc/navigation.xml ( no revision )
  src/site/xdoc/upgradeto2_5.xml ( no revision )
  src/site/xdoc/index.xml ( no revision )
  src/site/xdoc/download_lang.xml ( no revision )
  src/site/xdoc/building.xml ( no revision )
  src/site/xdoc/release-history.xml ( no revision )
  pom.xml ( no revision )

Changed: niallp @ Fri 19 Feb 2010 11:54:13 -0800
Comment: LANG-76 Add a test case to try and reproduce
Files changed:
  
/commons/proper/lang/branches/LANG_2_X/src/test/java/org/apache/commons/lang/enums/EnumUtilsTest.java
 ( 911954 )

Changed: niallp @ Fri 19 Feb 2010 12:26:21 -0800
Comment: Port LANG-511 to 2.x branch -  Moving availableLocaleSet and 
availableLocaleList to both lazily initialize in a separate synchronized 
method. This brings the two pieces of code into line with each other, allows 
availableLocaleSet() to be unsynchronized as desired in LANG-488 and removes 
the static initialization of availableLocaleList() as requested in LANG-511
Files changed:
  /commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt ( 911968 )
  
/commons/proper/lang/branches/LANG_2_X/src/main/java/org/apache/commons/lang/LocaleUtils.java
 ( 911968 )
  /commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml ( 911968 )

Changed: niallp @ Fri 19 Feb 2010 12:50:33 -0800
Comment: Update release notes and changes.xml for LANG-204, LANG-586 and 
LANG-587 and remove duplicate LAN-472 entry
Files changed:
  /commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt ( 911978 )
  /commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml ( 911978 )

Changed: sebb @ Tue 16 Feb 2010 09:07:51 -0800
Comment: Show chiSquared value
Files changed:
  
/commons/proper/lang/branches/LANG_2_X/src/test/java/org/apache/commons/lang/math/RandomUtilsTest.java
 ( 910598 )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed


****************************************************************************
Build Definition:
****************************************************************************
POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode --non-recursive
Build Fresh: false
Always Build: true
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: Java 1.4
Description: 

****************************************************************************
Test Summary:
****************************************************************************
Tests: 1937
Failures: 0
Errors: 0
Success Rate: 100
Total time: 24.428001





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

Reply via email to