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

Changes:

[virtuald] Add Visio OOXML text extractor + tests

[virtuald] Add some limited XDGF documentation

[virtuald] poi-import: fix build dependencies

- Compilation + tests work now

[virtuald] poi-visio import: reformat code to fit project standards, remove JRE 
7isms

[virtuald] Import poi-visio codebase

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-6 (docker Ubuntu ubuntu) in workspace 
<https://builds.apache.org/job/POI/ws/>
Updating http://svn.apache.org/repos/asf/poi/trunk at revision 
'2015-10-19T06:34:11.508 +0000'
A         test-data/diagram/test_text_extraction.vsdx
AU        src/resources/devtools/unpack_ooxml.sh
A         src/ooxml/testcases/org/apache/poi/xdgf
A         src/ooxml/testcases/org/apache/poi/xdgf/extractor
A         
src/ooxml/testcases/org/apache/poi/xdgf/extractor/TestXDGFVisioExtractor.java
A         src/ooxml/testcases/org/apache/poi/xdgf/usermodel
A         src/ooxml/testcases/org/apache/poi/xdgf/usermodel/section
A         
src/ooxml/testcases/org/apache/poi/xdgf/usermodel/section/CombinedIteratorTest.java
U         src/ooxml/testcases/org/apache/poi/extractor/TestExtractorFactory.java
U         src/ooxml/java/org/apache/poi/extractor/ExtractorFactory.java
A         src/ooxml/java/org/apache/poi/xdgf
A         src/ooxml/java/org/apache/poi/xdgf/extractor
A         src/ooxml/java/org/apache/poi/xdgf/extractor/XDGFVisioExtractor.java
A         src/ooxml/java/org/apache/poi/xdgf/util
A         src/ooxml/java/org/apache/poi/xdgf/util/VsdxToPng.java
A         src/ooxml/java/org/apache/poi/xdgf/util/Util.java
A         src/ooxml/java/org/apache/poi/xdgf/util/ObjectFactory.java
A         src/ooxml/java/org/apache/poi/xdgf/util/HierarchyPrinter.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPageSheet.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/shape
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/shape/ShapeVisitor.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/shape/ShapeVisitorAcceptor.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/shape/exceptions
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/shape/exceptions/StopVisitingThisBranch.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/shape/exceptions/StopVisiting.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/shape/ShapeTextVisitor.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/shape/ShapeRenderer.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/shape/ShapeDataAcceptor.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/shape/ShapeDebuggerRenderer.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFFactory.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFSheet.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFMasterContents.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/section
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/GeometrySection.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/CharacterSection.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/GenericSection.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/CombinedIterable.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/SplineStart.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/ArcTo.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/MoveTo.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/EllipticalArcTo.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/GeometryRowFactory.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/RelMoveTo.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/InfiniteLine.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/RelEllipticalArcTo.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/RelCubBezTo.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/SplineKnot.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/LineTo.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/NURBSTo.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/Ellipse.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/RelLineTo.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/PolyLineTo.java
A         
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/RelQuadBezTo.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/section/XDGFSection.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPage.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFRelation.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFDocument.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFMasters.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFCell.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFText.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFBaseContents.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFStyleSheet.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPageContents.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFMaster.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFConnection.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPages.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XmlVisioDocument.java
A         src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFShape.java
A         src/ooxml/java/org/apache/poi/xdgf/xml
A         src/ooxml/java/org/apache/poi/xdgf/xml/XDGFXMLDocumentPart.java
A         src/ooxml/java/org/apache/poi/xdgf/exceptions
A         src/ooxml/java/org/apache/poi/xdgf/exceptions/XDGFException.java
A         src/ooxml/java/org/apache/poi/xdgf/geom
A         src/ooxml/java/org/apache/poi/xdgf/geom/SplineCollector.java
A         src/ooxml/java/org/apache/poi/xdgf/geom/SplineRenderer.java
A         src/ooxml/java/org/apache/poi/xdgf/geom/Dimension2dDouble.java
U         src/integrationtest/org/apache/poi/stress/XDGFFileHandler.java
U         src/integrationtest/org/apache/poi/TestAllFiles.java
U         build.xml
U         .classpath
U         maven/poi-ooxml.pom
Fetching 'https://svn.apache.org/repos/asf/poi/site/forrest.properties' at -1 
into '<https://builds.apache.org/job/POI/ws/forrest.properties'>
Fetching 'https://svn.apache.org/repos/asf/poi/site/src/documentation' at -1 
into '<https://builds.apache.org/job/POI/ws/src/documentation'>
At revision 1709361
At revision 1709361
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
[EnvInject] - Executing scripts and injecting environment variables after the 
SCM step.
[EnvInject] - Injecting as environment variables the properties content 
LANG=en_US.UTF-8

[EnvInject] - Variables injected successfully.
[POI] $ /home/jenkins/tools/ant/latest/bin/ant -Dcoverage.enabled=true clean 
jenkins
Buildfile: <https://builds.apache.org/job/POI/ws/build.xml>

clean:
   [delete] Deleting directory <https://builds.apache.org/job/POI/ws/build>

check-jars:

fetch-jars:

check-ooxml-jars:

fetch-ooxml-jars:

testexist:

downloadfile:
      [get] Getting: 
http://repo1.maven.org/maven2/com/github/virtuald/curvesapi/1.02/curvesapi-1.02.jar
      [get] To: 
<https://builds.apache.org/job/POI/895/artifact/ooxml-lib/curvesapi-1.02.jar>

testexist:

downloadfile:

testexist:

downloadfile:

init:
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI/ws/build/test-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI/ws/build/test-results>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI/ws/build/scratchpad-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI/ws/build/scratchpad-test-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI/ws/build/scratchpad-test-results>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI/ws/build/geometry-java>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI/ws/build/ooxml-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI/ws/build/ooxml-test-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI/ws/build/ooxml-test-results>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI/ws/build/excelant-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI/ws/build/excelant-test-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI/ws/build/excelant-test-results>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI/ws/build/examples-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI/ws/build/integration-test-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI/895/artifact/build/integration-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/dist>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI/ws/build/tmp/site/build/site>
     [echo] Using Java: 1.6.0_45/1.6.0_45-b06/20.45-b01/Java HotSpot(TM) Server 
VM from Sun Microsystems Inc. on Linux: 3.13.0-36-lowlatency

compile-main:
    [javac] Compiling 1180 source files to 
<https://builds.apache.org/job/POI/ws/build/classes>
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: 
<https://builds.apache.org/job/POI/ws/src/java/org/apache/poi/hpsf/CustomProperties.java>
 uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 515 source files to 
<https://builds.apache.org/job/POI/ws/build/test-classes>
    [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.
     [copy] Copying 4 files to 
<https://builds.apache.org/job/POI/ws/build/classes>

check-ooxml-xsds:

fetch-ooxml-xsds:

generate-geometry:

compile-scratchpad:
    [javac] Compiling 438 source files to 
<https://builds.apache.org/job/POI/ws/build/scratchpad-classes>
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: 
<https://builds.apache.org/job/POI/ws/src/scratchpad/src/org/apache/poi/hwpf/model/PropertyNode.java>
 uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 181 source files to 
<https://builds.apache.org/job/POI/ws/build/scratchpad-test-classes>
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: 
<https://builds.apache.org/job/POI/ws/src/scratchpad/testcases/org/apache/poi/hslf/TestReWriteSanity.java>
 uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
     [copy] Copying 2 files to 
<https://builds.apache.org/job/POI/ws/build/scratchpad-classes>

check-compiled-ooxml-xsds:

compile-ooxml-xsds:

compile-ooxml:
    [javac] Compiling 404 source files to 
<https://builds.apache.org/job/POI/ws/build/ooxml-classes>
    [javac] warning: 
com/graphbuilder/curve/ControlPath.class(com/graphbuilder/curve:ControlPath.class):
 major version 51 is newer than 50, the highest major version supported by this 
compiler.
    [javac] It is recommended that the compiler be upgraded.
    [javac] warning: 
com/graphbuilder/curve/ShapeMultiPath.class(com/graphbuilder/curve:ShapeMultiPath.class):
 major version 51 is newer than 50, the highest major version supported by this 
compiler.
    [javac] It is recommended that the compiler be upgraded.
    [javac] warning: 
com/graphbuilder/curve/ValueVector.class(com/graphbuilder/curve:ValueVector.class):
 major version 51 is newer than 50, the highest major version supported by this 
compiler.
    [javac] It is recommended that the compiler be upgraded.
    [javac] warning: 
com/graphbuilder/geom/PointFactory.class(com/graphbuilder/geom:PointFactory.class):
 major version 51 is newer than 50, the highest major version supported by this 
compiler.
    [javac] It is recommended that the compiler be upgraded.
    [javac] warning: 
com/graphbuilder/curve/GroupIterator.class(com/graphbuilder/curve:GroupIterator.class):
 major version 51 is newer than 50, the highest major version supported by this 
compiler.
    [javac] It is recommended that the compiler be upgraded.
    [javac] warning: 
com/graphbuilder/curve/NURBSpline.class(com/graphbuilder/curve:NURBSpline.class):
 major version 51 is newer than 50, the highest major version supported by this 
compiler.
    [javac] It is recommended that the compiler be upgraded.
    [javac] warning: 
com/graphbuilder/geom/Point2d.class(com/graphbuilder/geom:Point2d.class): major 
version 51 is newer than 50, the highest major version supported by this 
compiler.
    [javac] It is recommended that the compiler be upgraded.
    [javac] warning: 
com/graphbuilder/curve/Point.class(com/graphbuilder/curve:Point.class): major 
version 51 is newer than 50, the highest major version supported by this 
compiler.
    [javac] It is recommended that the compiler be upgraded.
    [javac] warning: 
com/graphbuilder/curve/MultiPath.class(com/graphbuilder/curve:MultiPath.class): 
major version 51 is newer than 50, the highest major version supported by this 
compiler.
    [javac] It is recommended that the compiler be upgraded.
    [javac] warning: 
com/graphbuilder/curve/BSpline.class(com/graphbuilder/curve:BSpline.class): 
major version 51 is newer than 50, the highest major version supported by this 
compiler.
    [javac] It is recommended that the compiler be upgraded.
    [javac] warning: 
com/graphbuilder/curve/ParametricCurve.class(com/graphbuilder/curve:ParametricCurve.class):
 major version 51 is newer than 50, the highest major version supported by this 
compiler.
    [javac] It is recommended that the compiler be upgraded.
    [javac] warning: 
com/graphbuilder/curve/Curve.class(com/graphbuilder/curve:Curve.class): major 
version 51 is newer than 50, the highest major version supported by this 
compiler.
    [javac] It is recommended that the compiler be upgraded.
    [javac] 
<https://builds.apache.org/job/POI/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/CombinedIterable.java>:50:
 cannot find symbol
    [javac] symbol  : method emptyIterator()
    [javac] location: class java.util.Collections
    [javac]             vmasterI = Collections.emptyIterator();
    [javac]                                   ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 error
    [javac] 12 warnings

BUILD FAILED
<https://builds.apache.org/job/POI/ws/build.xml>:841: Compile failed; see the 
compiler error output for details.

Total time: 34 seconds
Build step 'Invoke Ant' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Compressed 61.70 MB of artifacts by 99.7% relative to #894
Recording test results
ERROR: Publisher 'Publish JUnit test result report' failed: No test report 
files were found. Configuration error?


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

Reply via email to