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

Build statistics:
 State: Failed
 Previous State: Ok
 Started at: Fri 2 Nov 2007 08:55:21 -0700
 Finished at: Fri 2 Nov 2007 08:55:37 -0700
 Total time: 16s
 Build Trigger: Schedule
 Build Number: 9
 Exit code: 1
 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.7
         Java version: 1.4.2_15
         OS name: "linux" version: "2.6.20-16-server" arch: "i386"
****************************************************************************
SCM Changes:
****************************************************************************
Changed: mbenson @ Mon 22 Oct 2007 10:01:20 -0700
Comment: javadoc sp
Files changed:
 
/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrTokenizer.java
 ( 587153 )

Changed: mbenson @ Mon 22 Oct 2007 13:45:35 -0700
Comment: add convenience isMatch(char[] buffer, int pos) that delegates using 
the entire buffer as bounds
Files changed:
 
/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrMatcher.java
 ( 587243 )

Changed: mbenson @ Mon 22 Oct 2007 13:46:50 -0700
Comment: simplify testcase compat. w/ rev 587243
Files changed:
 
/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/StrMatcherTest.java
 ( 587244 )

Changed: bayard @ Mon 22 Oct 2007 22:31:58 -0700
Comment: Applying Corey Tripp's javadoc fix from LANG-361
Files changed:
 /commons/proper/lang/trunk/src/java/org/apache/commons/lang/BooleanUtils.java 
( 587395 )

Changed: bayard @ Wed 24 Oct 2007 23:25:02 -0700
Comment: Applying Scott Bassin's javadoc fix from LANG-364
Files changed:
 
/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrTokenizer.java
 ( 588151 )

Changed: bayard @ Thu 25 Oct 2007 23:08:54 -0700
Comment: Applying Scott Bassin's fix and test from LANG-363
Files changed:
 
/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java
 ( 588534 )
 
/commons/proper/lang/trunk/src/test/org/apache/commons/lang/StringEscapeUtilsTest.java
 ( 588534 )

Changed: bayard @ Thu 25 Oct 2007 23:14:10 -0700
Comment: Applying the javadoc sample usage change from LANG-353 as reported by 
Christoph Kutzinski
Files changed:
 
/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/EqualsBuilder.java
 ( 588536 )

Changed: bayard @ Fri 26 Oct 2007 22:07:45 -0700
Comment: Applying Sebb's test and fix for LANG-365
Files changed:
 /commons/proper/lang/trunk/src/java/org/apache/commons/lang/BooleanUtils.java 
( 589050 )
 
/commons/proper/lang/trunk/src/test/org/apache/commons/lang/BooleanUtilsTest.java
 ( 589050 )

Changed: mbenson @ Mon 29 Oct 2007 07:50:23 -0700
Comment: [LANG-366] Add MultiFormat
Files changed:
 
/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/MultiFormat.java
 ( 589646 )
 
/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/MultiFormatTest.java
 ( 589646 )
 
/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/TextTestSuite.java
 ( 589646 )

Changed: mbenson @ Tue 30 Oct 2007 08:06:54 -0700
Comment: [LANG-362] Add ExtendedMessageFormat
Files changed:
 
/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/ChoiceMetaFormat.java
 ( 590106 )
 
/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/DateMetaFormat.java
 ( 590106 )
 
/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/DateMetaFormatSupport.java
 ( 590106 )
 
/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/DefaultMetaFormatFactory.java
 ( 590106 )
 
/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/ExtendedMessageFormat.java
 ( 590106 )
 
/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/MetaFormatSupport.java
 ( 590106 )
 
/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/NameKeyedMetaFormat.java
 ( 590106 )
 
/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/NumberMetaFormat.java
 ( 590106 )
 
/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/TimeMetaFormat.java
 ( 590106 )
 
/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/AbstractMessageFormatTest.java
 ( 590106 )
 
/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/ExtendedMessageFormatBaselineTest.java
 ( 590106 )
 
/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/MessageFormatExtensionTest.java
 ( 590106 )
 
/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/MessageFormatTest.java
 ( 590106 )
 
/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/TextTestSuite.java
 ( 590106 )

Changed: bayard @ Tue 30 Oct 2007 20:58:52 -0700
Comment: Applying Sebb's test and fix from LANG-368 - fixing it so that 
FastDateFormat getDateInstance and getDateTimeInstance continue to work if 
Locale.getDefault() changes
Files changed:
 
/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/FastDateFormat.java
 ( 590551 )
 
/commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/FastDateFormatTest.java
 ( 590551 )

Changed: bayard @ Tue 30 Oct 2007 21:04:32 -0700
Comment: Making the HashMaps final as per LANG-367
Files changed:
 
/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/FastDateFormat.java
 ( 590552 )

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


****************************************************************************
Build Defintion:
****************************************************************************
POM filename: pom.xml
Goals: clean deploy Arguments: --batch-mode -DaltDeploymentRepository=vmbuild.repo::default::file://localhost/home/continuum/data/commons -Pci
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: Java 1.4
Description:

****************************************************************************
Test Summary:
****************************************************************************
Tests: 0
Failures: 0
Total time: 0

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Commons Lang
[INFO]    task-segment: [clean, deploy]
[INFO] 
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /home/continuum/data/working-directory/114/target
[INFO] Deleting directory 
/home/continuum/data/working-directory/114/target/classes
[INFO] Deleting directory 
/home/continuum/data/working-directory/114/target/test-classes
[INFO] Deleting directory /home/continuum/data/working-directory/114/target/site
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 87 source files to 
/home/continuum/data/working-directory/114/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/home/continuum/data/working-directory/114/src/java/org/apache/commons/lang/text/ExtendedMessageFormat.java:[82,22]
 cannot resolve symbol
symbol  : method append (java.lang.String,int,int)
location: class java.lang.StringBuffer

/home/continuum/data/working-directory/114/src/java/org/apache/commons/lang/text/ExtendedMessageFormat.java:[201,28]
 cannot resolve symbol
symbol  : method append (java.lang.String,int,int)
location: class java.lang.StringBuffer

/home/continuum/data/working-directory/114/src/java/org/apache/commons/lang/text/ExtendedMessageFormat.java:[210,61]
 cannot resolve symbol
symbol  : method append (java.lang.String,int,int)
location: class java.lang.StringBuffer


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10 seconds
[INFO] Finished at: Fri Nov 02 08:55:36 PDT 2007
[INFO] Final Memory: 5M/14M
[INFO] ------------------------------------------------------------------------

****************************************************************************



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

Reply via email to