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 portals-pluto-portal has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- portals-pluto-portal : JSR168 Container
Full details are available at:
http://vmgump.apache.org/gump/public/portals-pluto/portals-pluto-portal/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were
provided:
-DEBUG- Dependency on ant exists, no need to add for property env.ANT_HOME.
-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/portals-pluto/portals-pluto-portal/gump_work/build_portals-pluto_portals-pluto-portal.html
Work Name: build_portals-pluto_portals-pluto-portal (Type: Build)
Work ended in a state of : Failed
Elapsed: 5 secs
Command Line: java -Djava.awt.headless=true
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml
-Dbuild.sysclasspath=only
-Denv.ANT_HOME=/usr/local/gump/public/workspace/ant/dist -Dversion=18092005
-Dfinal.portal.name=pluto-portal-impl-18092005 all
[Working Directory: /usr/local/gump/public/workspace/portals-pluto]
CLASSPATH:
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/portals-pluto/build/ant/lib/ForeachTask.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/castor/dist/castor-18092005.jar:/usr/local/gump/public/workspace/castor/dist/castor-18092005-xml.jar:/usr/local/gump/public/workspace/jakarta-commons/fileupload/target/commons-fileupload-18092005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-18092005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api-18092005.jar:/usr/local/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-18092005.jar:/usr/local/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar:/usr/local/gump/public/workspace/jakarta-servletapi-5/jsr152/dist/lib/jsp-api.jar:/usr/local/gump/public/workspace/portals-pluto/api/target/portlet-api-1.0.jar:/usr/local/gump/public/workspace/portals-pluto/container/target/pluto-1.0.jar
---------------------------------------------
[javac] ^
[javac]
/x1/gump/public/workspace/portals-pluto/portal/src/java/org/apache/pluto/portlet/admin/services/PortletConfigService.java:29:
package org.apache.pluto.descriptors.portlet does not exist
[javac] import org.apache.pluto.descriptors.portlet.PortletDD;
[javac] ^
[javac]
/x1/gump/public/workspace/portals-pluto/portal/src/java/org/apache/commons/fileupload/PortletDiskFileUpload.java:73:
warning: org.apache.commons.fileupload.DefaultFileItemFactory in
org.apache.commons.fileupload has been deprecated
[javac] this.fileItemFactory = new DefaultFileItemFactory();
[javac] ^
[javac]
/x1/gump/public/workspace/portals-pluto/portal/src/java/org/apache/commons/fileupload/PortletDiskFileUpload.java:73:
warning: DefaultFileItemFactory() in
org.apache.commons.fileupload.DefaultFileItemFactory has been deprecated
[javac] this.fileItemFactory = new DefaultFileItemFactory();
[javac] ^
[javac]
/x1/gump/public/workspace/portals-pluto/portal/src/java/org/apache/commons/fileupload/PortletDiskFileUpload.java:83:
warning: org.apache.commons.fileupload.DefaultFileItemFactory in
org.apache.commons.fileupload has been deprecated
[javac] public PortletDiskFileUpload(DefaultFileItemFactory
fileItemFactory)
[javac] ^
[javac]
/x1/gump/public/workspace/portals-pluto/portal/src/java/org/apache/commons/fileupload/PortletDiskFileUpload.java:113:
warning: org.apache.commons.fileupload.DefaultFileItemFactory in
org.apache.commons.fileupload has been deprecated
[javac] this.fileItemFactory = (DefaultFileItemFactory) factory;
[javac] ^
[javac]
/x1/gump/public/workspace/portals-pluto/portal/src/java/org/apache/pluto/portalImpl/core/PortalURL.java:179:
warning: encode(java.lang.String) in java.net.URLEncoder has been deprecated
[javac] value = URLEncoder.encode(value);
[javac] ^
[javac]
/x1/gump/public/workspace/portals-pluto/portal/src/java/org/apache/pluto/portlet/admin/services/DeployWarService.java:161:
warning: org.apache.pluto.portalImpl.Deploy in org.apache.pluto.portalImpl has
been deprecated
[javac]
org.apache.pluto.portalImpl.Deploy.main(args);
[javac] ^
[javac]
/x1/gump/public/workspace/portals-pluto/portal/src/java/org/apache/pluto/portlet/admin/services/DeployWarService.java:712:
cannot resolve symbol
[javac] symbol : class PortletDD
[javac] location: class
org.apache.pluto.portlet.admin.services.DeployWarService
[javac] newRecord =
getServletRecord(context, (PortletDD)portletData.get(i));
[javac]
^
[javac]
/x1/gump/public/workspace/portals-pluto/portal/src/java/org/apache/pluto/portlet/admin/services/DeployWarService.java:714:
cannot resolve symbol
[javac] symbol : class PortletDD
[javac] location: class
org.apache.pluto.portlet.admin.services.DeployWarService
[javac] newRecord =
getServletMappingRecord((PortletDD)portletData.get(i));
[javac]
^
[javac]
/x1/gump/public/workspace/portals-pluto/portal/src/java/org/apache/pluto/portlet/admin/services/PortletConfigService.java:114:
cannot resolve symbol
[javac] symbol : class PortletDD
[javac] location: class
org.apache.pluto.portlet.admin.services.PortletConfigService
[javac] PortletDD portletDD = null;
[javac] ^
[javac]
/x1/gump/public/workspace/portals-pluto/portal/src/java/org/apache/pluto/portlet/admin/services/PortletConfigService.java:124:
cannot resolve symbol
[javac] symbol : class PortletDD
[javac] location: class
org.apache.pluto.portlet.admin.services.PortletConfigService
[javac] portletDD = new PortletDD();
[javac] ^
[javac] 9 errors
[javac] 8 warnings
BUILD FAILED
/x1/gump/public/workspace/portals-pluto/build.xml:43: The following error
occurred while executing this line:
/x1/gump/public/workspace/portals-pluto/portal/build.xml:50: Compile failed;
see the compiler error output for details.
Total time: 4 seconds
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS:
http://vmgump.apache.org/gump/public/portals-pluto/portals-pluto-portal/rss.xml
- Atom:
http://vmgump.apache.org/gump/public/portals-pluto/portals-pluto-portal/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 14001818092005, vmgump.apache.org:vmgump-public:14001818092005
Gump E-mail Identifier (unique within run) #2.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]