See <https://builds.apache.org/job/POI-JDK8/84/changes>
Changes: [nick] Provide XSSF-style external sheet support for areas, similar to the recent cell reference support. #56737 [nick] Fix inconsistent indents/whitespace [nick] Start to update how the formula parser looks up sheets from formula ptgs, to account for the differences in how HSSF and XSSF store references to external sheets. For #56737 [nick] Fix inconsistent indents [nick] The Event User Model fake-workbook for formula evaluations needs to know about the sheet names [nick] Fix Generics warnings ------------------------------------------ Started by an SCM change Building remotely on ubuntu-2 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/POI-JDK8/ws/> Updating http://svn.apache.org/repos/asf/poi/trunk at revision '2014-07-19T20:13:15.820 +0000' U src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFFormulaParser.java U src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFEvaluationWorkbook.java U src/testcases/org/apache/poi/hssf/eventusermodel/TestEventWorkbookBuilder.java A src/java/org/apache/poi/ss/formula/SheetIdentifier.java U src/java/org/apache/poi/ss/formula/FormulaParser.java U src/java/org/apache/poi/ss/formula/EvaluationWorkbook.java U src/java/org/apache/poi/ss/formula/SheetRefEvaluator.java U src/java/org/apache/poi/ss/formula/FormulaParsingWorkbook.java U src/java/org/apache/poi/ss/formula/eval/forked/ForkedEvaluationWorkbook.java U src/java/org/apache/poi/ss/formula/ptg/ExternSheetNameResolver.java A src/java/org/apache/poi/ss/formula/ptg/Ref3DPxg.java U src/java/org/apache/poi/ss/formula/ptg/Area3DPtg.java U src/java/org/apache/poi/ss/formula/ptg/Ref3DPtg.java U src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java A src/java/org/apache/poi/ss/formula/NameIdentifier.java U src/java/org/apache/poi/ss/formula/OperationEvaluationContext.java U src/java/org/apache/poi/hssf/usermodel/HSSFEvaluationWorkbook.java U src/java/org/apache/poi/hssf/eventusermodel/EventWorkbookBuilder.java Fetching 'https://svn.apache.org/repos/asf/poi/site/forrest.properties' at -1 into '<https://builds.apache.org/job/POI-JDK8/ws/forrest.properties'> Fetching 'https://svn.apache.org/repos/asf/poi/site/src/documentation' at -1 into '<https://builds.apache.org/job/POI-JDK8/ws/src/documentation'> At revision 1611955 At revision 1611955 no change for http://svn.apache.org/repos/asf/poi/trunk/forrest.properties since the previous build no change for https://svn.apache.org/repos/asf/poi/site/src/documentation since the previous build [POI-JDK8] $ /home/hudson/tools/ant/latest/bin/ant -DDISABLED.coverage.enabled=true clean jenkins Buildfile: <https://builds.apache.org/job/POI-JDK8/ws/build.xml> clean: [delete] Deleting directory <https://builds.apache.org/job/POI-JDK8/ws/build> check-jars: fetch-jars: check-ooxml-jars: fetch-ooxml-jars: init: [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build> [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/classes> [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/test-classes> [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/test-results> [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/scratchpad-classes> [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/scratchpad-test-classes> [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/scratchpad-test-results> [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/ooxml-classes> [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/ooxml-test-classes> [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/ooxml-test-results> [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/excelant-classes> [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/excelant-test-classes> [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/excelant-test-results> [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/examples-classes> [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/dist> [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/tmp/site/build/site> compile-main: [javac] Compiling 953 source files to <https://builds.apache.org/job/POI-JDK8/ws/build/classes> [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:31: error: cannot find symbol [javac] import org.apache.poi.ss.formula.ptg.Area3DPxg; [javac] ^ [javac] symbol: class Area3DPxg [javac] location: package org.apache.poi.ss.formula.ptg [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java>:47: error: cannot find symbol [javac] import org.apache.poi.ss.formula.ptg.Area3DPxg; [javac] ^ [javac] symbol: class Area3DPxg [javac] location: package org.apache.poi.ss.formula.ptg [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:294: error: cannot find symbol [javac] public ValueEval getArea3DEval(Area3DPxg aptg) { [javac] ^ [javac] symbol: class Area3DPxg [javac] location: class OperationEvaluationContext [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java>:685: error: cannot find symbol [javac] if (ptg instanceof Area3DPxg) { [javac] ^ [javac] symbol: class Area3DPxg [javac] location: class WorkbookEvaluator [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java>:686: error: cannot find symbol [javac] return ec.getArea3DEval((Area3DPxg)ptg); [javac] ^ [javac] symbol: class Area3DPxg [javac] location: class WorkbookEvaluator [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] 5 errors [javac] 1 warning BUILD FAILED <https://builds.apache.org/job/POI-JDK8/ws/build.xml>:558: Compile failed; see the compiler error output for details. Total time: 8 seconds Build step 'Invoke Ant' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE Archiving artifacts Recording test results --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org