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 gene...@gump.apache.org.
Project commons-fileupload has an issue affecting its community integration. This issue affects 9 projects. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - commons-fileupload : Commons File Upload Package - jakarta-tomcat-4.0 : Servlet 2.3 and JSP 1.2 Reference Implementation - jakarta-tomcat-catalina : Servlet 2.4 Reference Implementation - jakarta-tomcat-coyote-tomcat4 : Connectors to various web servers - jakarta-tomcat-jk : Connectors to various web servers - portals-pluto-portal-1.0 : JSR168 Container - solr : Java Based Search Engine - solr-test : Java Based Search Engine - tomcat-catalina : Servlet 2.3 and JSP 1.2 Reference Implementation Full details are available at: http://vmgump.apache.org/gump/public/apache-commons/commons-fileupload/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Sole jar output [commons-fileupload-29112011.jar] identifier set to project name -INFO- Failed with reason build failed -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/apache-commons/commons-fileupload/gump_work/build_apache-commons_commons-fileupload.html Work Name: build_apache-commons_commons-fileupload (Type: Build) Work ended in a state of : Failed Elapsed: 3 secs Command Line: /usr/lib/jvm/java-6-openjdk/bin/java -Djava.awt.headless=true -Dbuild.sysclasspath=only -Xbootclasspath/p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dmaven.final.name=commons-fileupload-29112011 -f build-gump.xml jar [Working Directory: /srv/gump/public/workspace/apache-commons/fileupload] CLASSPATH: /usr/lib/jvm/java-6-openjdk/lib/tools.jar:/srv/gump/public/workspace/apache-commons/fileupload/target/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-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/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-29112011.jar:/srv/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar:/srv/gump/public/workspace/portals-pluto-1.0/api/target/portlet-api-1.0.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-2.2-SNAPSHOT.jar --------------------------------------------- Buildfile: /srv/gump/public/workspace/apache-commons/fileupload/build-gump.xml jar: [mkdir] Created dir: /srv/gump/public/workspace/apache-commons/fileupload/target/classes [javac] Compiling 28 source files to /srv/gump/public/workspace/apache-commons/fileupload/target/classes [javac] /srv/gump/public/workspace/apache-commons/fileupload/src/java/org/apache/commons/fileupload/portlet/PortletFileUpload.java:22: package javax.portlet does not exist [javac] import javax.portlet.ActionRequest; [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/fileupload/src/java/org/apache/commons/fileupload/portlet/PortletFileUpload.java:69: cannot find symbol [javac] symbol : class ActionRequest [javac] location: class org.apache.commons.fileupload.portlet.PortletFileUpload [javac] public static final boolean isMultipartContent(ActionRequest request) { [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/fileupload/src/java/org/apache/commons/fileupload/portlet/PortletFileUpload.java:117: cannot find symbol [javac] symbol : class ActionRequest [javac] location: class org.apache.commons.fileupload.portlet.PortletFileUpload [javac] public List /* FileItem */ parseRequest(ActionRequest request) [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/fileupload/src/java/org/apache/commons/fileupload/portlet/PortletFileUpload.java:138: cannot find symbol [javac] symbol : class ActionRequest [javac] location: class org.apache.commons.fileupload.portlet.PortletFileUpload [javac] public FileItemIterator getItemIterator(ActionRequest request) [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/fileupload/src/java/org/apache/commons/fileupload/portlet/PortletRequestContext.java:21: package javax.portlet does not exist [javac] import javax.portlet.ActionRequest; [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/fileupload/src/java/org/apache/commons/fileupload/portlet/PortletRequestContext.java:41: cannot find symbol [javac] symbol : class ActionRequest [javac] location: class org.apache.commons.fileupload.portlet.PortletRequestContext [javac] private ActionRequest request; [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/fileupload/src/java/org/apache/commons/fileupload/portlet/PortletRequestContext.java:51: cannot find symbol [javac] symbol : class ActionRequest [javac] location: class org.apache.commons.fileupload.portlet.PortletRequestContext [javac] public PortletRequestContext(ActionRequest request) { [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/fileupload/src/java/org/apache/commons/fileupload/portlet/PortletFileUpload.java:69: isMultipartContent(ActionRequest) in org.apache.commons.fileupload.portlet.PortletFileUpload cannot override isMultipartContent(org.apache.commons.fileupload.RequestContext) in org.apache.commons.fileupload.FileUploadBase; overridden method is static final [javac] public static final boolean isMultipartContent(ActionRequest request) { [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] 8 errors BUILD FAILED /srv/gump/public/workspace/apache-commons/fileupload/build-gump.xml:22: Compile failed; see the compiler error output for details. Total time: 2 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/apache-commons/commons-fileupload/rss.xml - Atom: http://vmgump.apache.org/gump/public/apache-commons/commons-fileupload/atom.xml ============================== Gump Tracking Only === Produced by Apache Gump(TM) version 2.3. Gump Run 12000029112011, vmgump.apache.org:vmgump:12000029112011 Gump E-mail Identifier (unique within run) #36. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org