Julie et. al.,
I just talked to David DeWolf about these gump failures, and he's not sure what's going on here. As Carsten has stated, the gump build appears to be missing something on the Pluto descriptors sub project.
How often is this gump build run and has anything changed lately? Also, what version of maven does the gump build use? There seems to be some problem with Maven 1.1, but building Pluto 1.0.1 with Maven 1.0.2 seems to work fine.
TIA
/Craig
----------------------------------------------------
Craig Doremus
Senior J2EE Application Developer
Hannaford Bros
----------------------------------------------------
| Julie MacNaught <[EMAIL PROTECTED]>
09/19/2005 07:28 AM
|
|
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,
and has been outstanding for 2 runs.
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: 6 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=19092005 -Dfinal.portal.name=pluto-portal-impl-19092005 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-19092005.jar:/usr/local/gump/public/workspace/castor/dist/castor-19092005-xml.jar:/usr/local/gump/public/workspace/jakarta-commons/fileupload/target/commons-fileupload-19092005.jar:/usr/local/gump/public/workspace/ja karta-commons/logging/dist/commons-logging-19092005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api-19092005.jar:/usr/local/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-19092005.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: 6 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 > Produced by Gump version 2.2.
Gump Run 19000019092005, vmgump.apache.org:vmgump-public:19000019092005
Gump E-mail Identifier (unique within run) #36.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
