See <https://builds.apache.org/job/POI/174/changes>

Changes:

[cedricwalter] Bug 55024: MIRR Formula implementation review, added error 
handling and FormulaEvalTest.xls

[cedricwalter] Bug 54535: Bug in INTERCEPT and SLOPE, review and integration 
test added to FormulaEvalTestData.xls

[cedricwalter] Bug 55742: Apply patch for Oct2Dec and refactor Hex2Dec to also 
use BaseNumberUtils.convertToDecimal

------------------------------------------
Started by an SCM change
Building remotely on solaris1 in workspace 
<https://builds.apache.org/job/POI/ws/>
Updating http://svn.apache.org/repos/asf/poi/trunk at revision 
'2013-11-05T09:25:10.050 +0000'
AU        test-data/spreadsheet/mirrTest.xls
U         test-data/spreadsheet/FormulaEvalTestData.xls
A         test-data/hmef/winmail-sample1.dat
A         test-data/hmef/bug52400-winmail-with-attachments.dat
A         test-data/hmef/bug52400-winmail-simple.dat
A         src/testcases/org/apache/poi/ss/formula/functions/TestHex2Dec.java
A         src/testcases/org/apache/poi/ss/formula/functions/TestOct2Dec.java
U         src/testcases/org/apache/poi/ss/formula/functions/TestSlope.java
U         src/testcases/org/apache/poi/ss/formula/functions/TestIntercept.java
A         src/testcases/org/apache/poi/ss/formula/functions/TestMirr.java
A         src/java/org/apache/poi/ss/formula/functions/BaseNumberUtils.java
A         src/java/org/apache/poi/ss/formula/functions/Mirr.java
U         src/java/org/apache/poi/ss/formula/functions/Hex2Dec.java
A         src/java/org/apache/poi/ss/formula/functions/Oct2Dec.java
U         
src/java/org/apache/poi/ss/formula/functions/LinearRegressionFunction.java
U         src/java/org/apache/poi/ss/formula/atp/AnalysisToolPak.java
U         src/java/org/apache/poi/ss/formula/eval/FunctionEval.java
U         src/scratchpad/src/org/apache/poi/hmef/dev/HMEFDumper.java
U         src/scratchpad/src/org/apache/poi/hmef/HMEFMessage.java
A         src/scratchpad/testcases/org/apache/poi/hmef/TestBugs.java
U         src/scratchpad/testcases/org/apache/poi/hmef/TestHMEFMessage.java
U         
src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBug47563.java
Fetching 'https://svn.apache.org/repos/asf/poi/site/src/documentation' at 
1,538,911 into 
'/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/src/documentation'
At revision 1538911
At revision 1538911
no change for https://svn.apache.org/repos/asf/poi/site/src/documentation since 
the previous build
[POI] $ /home/hudson/tools/ant/latest/bin/ant clean jenkins
Buildfile: 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build.xml

clean:
   [delete] Deleting directory 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build

check-jars:

fetch-jars:

check-ooxml-jars:

fetch-ooxml-jars:

init:
    [mkdir] Created dir: 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build
    [mkdir] Created dir: 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/classes
    [mkdir] Created dir: 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/test-classes
    [mkdir] Created dir: 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/test-results
    [mkdir] Created dir: 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/scratchpad-classes
    [mkdir] Created dir: 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/scratchpad-test-classes
    [mkdir] Created dir: 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/scratchpad-test-results
    [mkdir] Created dir: 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/ooxml-classes
    [mkdir] Created dir: 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/ooxml-test-classes
    [mkdir] Created dir: 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/ooxml-test-results
    [mkdir] Created dir: 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/excelant-classes
    [mkdir] Created dir: 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/excelant-test-classes
    [mkdir] Created dir: 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/excelant-test-results
    [mkdir] Created dir: 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/examples-classes
    [mkdir] Created dir: 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/dist
    [mkdir] Created dir: 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/tmp/site/build/site

compile-main:
    [javac] Compiling 926 source files to 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/classes
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/src/java/org/apache/poi/ss/formula/functions/Mirr.java:40:
 warning: unmappable character for encoding ASCII
    [javac]  * @author C??dric Walter (cedric dot walter at gmail dot com)
    [javac]             ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/src/java/org/apache/poi/ss/formula/functions/Mirr.java:40:
 warning: unmappable character for encoding ASCII
    [javac]  * @author C??dric Walter (cedric dot walter at gmail dot com)
    [javac]              ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/src/java/org/apache/poi/ss/formula/functions/BaseNumberUtils.java:28:
 cannot find symbol
    [javac] symbol  : method isEmpty()
    [javac] location: class java.lang.String
    [javac]         if (value.isEmpty()) {
    [javac]                  ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error
    [javac] 2 warnings

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build.xml:502:
 Compile failed; see the compiler error output for details.

Total time: 24 seconds
Build step 'Invoke Ant' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to