Cool... just looked at the SVN log, looks like someone potentially just fixed the gump problems.
Dustin On 10/20/2015 03:06 AM, Dominik Stadler wrote: > Hi, > > Gump has additional build-configs, it's a tool which verifies Apache > projects by using all the latest versions of projects to see > integration problems early. > > See http://svn.apache.org/repos/asf/gump/metadata/project/poi.xml for > the build-definition for POI, maybe it needs to be listed there, you > should theoretically have commit rights, let me know if not. > > Dominik. > > On Tue, Oct 20, 2015 at 3:53 AM, Dustin Spicuzza > <[email protected]> wrote: >> I suspect this is my fault... looks like it didn't bring in the >> curvesapi jar? How does this thing get built? Appears to be using >> build.xml, but that works for me... >> >> Dustin >> >> >> On 10/20/2015 01:49 AM, Gump [HEAD] :-( wrote: >>> To whom it may engage... >>> >>> This is an automated request, but not an unsolicited one. For >>> more information please visit http://gump.apache.org/nagged.html, >>> and/or contact the folk at [email protected]. >>> >>> Project poi has an issue affecting its community integration. >>> This issue affects 3 projects. >>> The current state of this project is 'Failed', with reason 'Build Failed'. >>> For reference only, the following projects are affected by this: >>> - org.apache.poi : POI >>> - poi : POI >>> - poi-test : POI >>> >>> >>> Full details are available at: >>> http://vmgump.apache.org/gump/public/poi/poi/index.html >>> >>> That said, some information snippets are provided here. >>> >>> The following annotations (debug/informational/warning/error messages) were >>> provided: >>> -INFO- Failed with reason build failed >>> -DEBUG- Extracted fallback artifacts from Gump Repository >>> >>> >>> >>> The following work was performed: >>> http://vmgump.apache.org/gump/public/poi/poi/gump_work/build_poi_poi.html >>> Work Name: build_poi_poi (Type: Build) >>> Work ended in a state of : Failed >>> Elapsed: 3 mins 57 secs >>> Command Line: /usr/lib/jvm/java-8-oracle/bin/java -Djava.awt.headless=true >>> -Dbuild.sysclasspath=only >>> -Xbootclasspath/p:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar >>> org.apache.tools.ant.Main >>> -Dgump.merge=/srv/gump/public/gump/work/merge.xml >>> -Djavax.xml.stream.XMLInputFactory=com.sun.xml.internal.stream.XMLInputFactoryImpl >>> -Dversion.id=gump -DDSTAMP=20151020 jar >>> [Working Directory: /srv/gump/public/workspace/poi] >>> CLASSPATH: >>> /usr/lib/jvm/java-8-oracle/lib/tools.jar:/srv/gump/public/workspace/poi/build/classes:/srv/gump/public/workspace/poi/build/scratchpad-classes:/srv/gump/public/workspace/poi/build/ooxml-classes:/srv/gump/public/workspace/poi/build/excelant-classes:/srv/gump/public/workspace/poi/build/test-classes:/srv/gump/public/workspace/poi/build/scratchpad-test-classes:/srv/gump/public/workspace/poi/build/ooxml-test-classes:/srv/gump/public/workspace/poi/build/excelant-test-classes:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit4.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/logging-log4j-12/target/log4j-1.2.18-SNAP >>> >>> SHOT.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-20151020.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-20151020.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20151020.jar:/srv/gump/public/workspace/commons-codec-1.x/dist/commons-codec-20151020.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.7-SNAPSHOT.jar:/srv/gump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar:/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/packages/dom4j/dom4j-1.6.1.jar:/srv/gump/public/workspace/poi/ooxml-lib/xmlbeans-2.6.0.jar:/srv/gump/public/workspace/poi/compile-lib/bcpkix-jdk15on-1.51.jar:/srv/gump/public/workspace/poi/compile-lib/bcprov-ext-jdk15on-1.51.jar:/srv/gump/public/workspace/poi/compile-lib/slf4j-api-1.7.7.jar:/srv >>> >>> /gump/public/workspace/poi/compile-lib/xmlsec-2.0.1.jar:/srv/gump/public/workspace/poi/ooxml-lib/ooxml-schemas-1.2.jar:/srv/gump/public/workspace/poi/ooxml-lib/ooxml-security-1.0.jar >>> --------------------------------------------- >>> [javac] symbol: class ControlPath >>> [javac] location: class NURBSTo >>> [javac] >>> /srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/NURBSTo.java:182: >>> error: cannot find symbol >>> [javac] ValueVector knots = new ValueVector(); >>> [javac] ^ >>> [javac] symbol: class ValueVector >>> [javac] location: class NURBSTo >>> [javac] >>> /srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/NURBSTo.java:182: >>> error: cannot find symbol >>> [javac] ValueVector knots = new ValueVector(); >>> [javac] ^ >>> [javac] symbol: class ValueVector >>> [javac] location: class NURBSTo >>> [javac] >>> /srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/NURBSTo.java:183: >>> error: cannot find symbol >>> [javac] ValueVector weights = new ValueVector(); >>> [javac] ^ >>> [javac] symbol: class ValueVector >>> [javac] location: class NURBSTo >>> [javac] >>> /srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/NURBSTo.java:183: >>> error: cannot find symbol >>> [javac] ValueVector weights = new ValueVector(); >>> [javac] ^ >>> [javac] symbol: class ValueVector >>> [javac] location: class NURBSTo >>> [javac] >>> /srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/NURBSTo.java:187: >>> error: cannot find symbol >>> [javac] controlPath.addPoint(PointFactory.create(last.getX(), >>> last.getY())); >>> [javac] ^ >>> [javac] symbol: variable PointFactory >>> [javac] location: class NURBSTo >>> [javac] >>> /srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/NURBSTo.java:197: >>> error: cannot find symbol >>> [javac] controlPath.addPoint(PointFactory.create(x1 * >>> xScale, y1 * yScale)); >>> [javac] ^ >>> [javac] symbol: variable PointFactory >>> [javac] location: class NURBSTo >>> [javac] >>> /srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/NURBSTo.java:208: >>> error: cannot find symbol >>> [javac] controlPath.addPoint(PointFactory.create(lastControlX, >>> lastControlY)); >>> [javac] ^ >>> [javac] symbol: variable PointFactory >>> [javac] location: class NURBSTo >>> [javac] >>> /srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/NURBSTo.java:210: >>> error: cannot find symbol >>> [javac] ShapeMultiPath shape = >>> SplineRenderer.createNurbsSpline(controlPath, >>> [javac] ^ >>> [javac] symbol: class ShapeMultiPath >>> [javac] location: class NURBSTo >>> [javac] Note: Some input files use or override a deprecated API. >>> [javac] Note: Recompile with -Xlint:deprecation for details. >>> [javac] 42 errors >>> >>> BUILD FAILED >>> /srv/gump/public/workspace/poi/build.xml:841: Compile failed; see the >>> compiler error output for details. >>> >>> Total time: 3 minutes 56 seconds >>> --------------------------------------------- >>> >>> To subscribe to this information via syndicated feeds: >>> - RSS: http://vmgump.apache.org/gump/public/poi/poi/rss.xml >>> - Atom: http://vmgump.apache.org/gump/public/poi/poi/atom.xml >>> >>> ============================== Gump Tracking Only === >>> Produced by Apache Gump(TM) version 2.3. >>> Gump Run 20151020000011, vmgump.apache.org:vmgump:20151020000011 >>> Gump E-mail Identifier (unique within run) #3. >>> >>> -- >>> Apache Gump >>> http://gump.apache.org/ [Instance: vmgump] >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
