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 xml-batik has an issue affecting its community integration.
This issue affects 7 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- forrest-core : Apache Forrest software is a publishing framework that
trans...
- forrest-test : Apache Forrest software is a publishing framework that
trans...
- forrest-test-basic : Apache Forrest software is a publishing framework
that trans...
- forrest-test-deploy-plugins : Apache Forrest software is a publishing
framework that trans...
- xml-batik : Scalable Vector Graphics
- xml-fop : XSL-FO (Formatting Objects) processor
- xml-fop-test : XSL-FO (Formatting Objects) processor
Full details are available at:
http://vmgump.apache.org/gump/public/xml-batik/xml-batik/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/xml-batik/xml-batik/gump_work/build_xml-batik_xml-batik.html
Work Name: build_xml-batik_xml-batik (Type: Build)
Work ended in a state of : Failed
Elapsed: 18 secs
Command Line: /usr/lib/jvm/java-7-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
-DcompleteVersion=20140812 jars
[Working Directory: /srv/gump/public/workspace/xml-batik]
CLASSPATH:
/usr/lib/jvm/java-7-oracle/lib/tools.jar:/srv/gump/public/workspace/xml-batik/lib/js.jar:/srv/gump/public/workspace/ant/build/lib/ant.jar:/srv/gump/public/workspace/ant/build/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/build/lib/ant-antlr.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-bcel.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-bsf.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-log4j.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-oro.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-regexp.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/build/lib/ant-commons-logging.jar:/srv/gump/public/workspace/ant/build/lib/ant-commons-net.jar:/srv/gump/public/workspace/ant/build/lib/ant-jai.jar:/srv/gump/public/workspace/ant/build/lib/ant-javamail.jar:/srv/gump/public/workspace/ant/build/lib/ant-jdepend.jar:/srv/gum
p/public/workspace/ant/build/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/build/lib/ant-jsch.jar:/srv/gump/public/workspace/ant/build/lib/ant-junit.jar:/srv/gump/public/workspace/ant/build/lib/ant-junit4.jar:/srv/gump/public/workspace/ant/build/lib/ant-swing.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/apache-commons/bcel/target/bcel-6.0-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-20140812.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-20140812.jar:/srv/gump/public/workspace/apache-commons/net/target/commons-net-3.4-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/net/target/commons-net-ftp-3.4-SNAPSHOT.jar:/srv/gump/packages/jaf-1.1ea/activation.jar:/srv/gump/public/workspace/jakarta-bsf/build/lib/bsf.jar:/srv/gump/packages/apache-attic/jakarta-regexp-1.5.jar:/srv/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar:/srv/gump/packages/javamail-1.4/mai
l.jar:/srv/gump/packages/javamail-1.4/lib/mailapi.jar:/srv/gump/packages/jdepend-2.6/lib/jdepend.jar:/srv/gump/packages/jsch/jsch-0.1.45.jar:/srv/gump/public/workspace/logging-log4j-12/target/log4j-1.2.18-SNAPSHOT.jar:/srv/gump/packages/apache-attic/oro-2.0.8.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/xml-stylebook/bin/stylebook-1.0-b3_xalan-2.jar
---------------------------------------------
[javac] symbol: variable RenderingIntent
[javac] location: class SVGColorProfileElementBridge
[javac]
/srv/gump/public/workspace/xml-batik/sources/org/apache/batik/bridge/SVGColorProfileElementBridge.java:173:
error: cannot find symbol
[javac] return RenderingIntent.SATURATION;
[javac] ^
[javac] symbol: variable RenderingIntent
[javac] location: class SVGColorProfileElementBridge
[javac]
/srv/gump/public/workspace/xml-batik/sources/org/apache/batik/ext/awt/color/NamedProfileCache.java:75:
error: cannot find symbol
[javac] return
(ICCColorSpaceWithIntent)super.requestImpl(profileName);
[javac] ^
[javac] symbol: class ICCColorSpaceWithIntent
[javac] location: class NamedProfileCache
[javac]
/srv/gump/public/workspace/xml-batik/sources/org/apache/batik/bridge/SVGImageElementBridge.java:210:
error: cannot find symbol
[javac] ICCColorSpaceWithIntent colorspace = extractColorSpace(e,
ctx);
[javac] ^
[javac] symbol: class ICCColorSpaceWithIntent
[javac] location: class SVGImageElementBridge
[javac]
/srv/gump/public/workspace/xml-batik/sources/org/apache/batik/bridge/SVGImageElementBridge.java:969:
error: cannot find symbol
[javac] ICCColorSpaceWithIntent colorSpace = null;
[javac] ^
[javac] symbol: class ICCColorSpaceWithIntent
[javac] location: class SVGImageElementBridge
[javac]
/srv/gump/public/workspace/xml-batik/sources/org/apache/batik/bridge/SVGImageElementBridge.java:972:
error: cannot find symbol
[javac] colorSpace = new ICCColorSpaceWithIntent
[javac] ^
[javac] symbol: class ICCColorSpaceWithIntent
[javac] location: class SVGImageElementBridge
[javac]
/srv/gump/public/workspace/xml-batik/sources/org/apache/batik/bridge/SVGImageElementBridge.java:974:
error: cannot find symbol
[javac] RenderingIntent.AUTO, "sRGB", null);
[javac] ^
[javac] symbol: variable RenderingIntent
[javac] location: class SVGImageElementBridge
[javac]
/srv/gump/public/workspace/xml-batik/sources/org/apache/batik/svggen/AbstractImageHandlerEncoder.java:122:
warning: [deprecation] toURL() in File has been deprecated
[javac] this.urlRoot = imageDirFile.toURL().toString();
[javac] ^
[javac]
/srv/gump/public/workspace/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:785:
warning: [deprecation] toURL() in File has been deprecated
[javac] transcoder.transcode(new TranscoderInput(new
File(args[i]).toURL().toString()),
[javac]
^
[javac]
/srv/gump/public/workspace/xml-batik/sources/org/apache/batik/transcoder/wmf/tosvg/WMFTranscoder.java:262:
warning: [deprecation] toURL() in File has been deprecated
[javac] TranscoderInput input = new
TranscoderInput(inputFile.toURL().toString());
[javac]
^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 61 errors
[javac] 13 warnings
BUILD FAILED
/srv/gump/public/workspace/xml-batik/build.xml:1005: Compile failed; see the
compiler error output for details.
Total time: 18 seconds
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/xml-batik/xml-batik/rss.xml
- Atom: http://vmgump.apache.org/gump/public/xml-batik/xml-batik/atom.xml
============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 20140812000005, vmgump.apache.org:vmgump:20140812000005
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]