You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by gu...@vmgump.apache.org on 2007/02/07 03:24:03 UTC

BATCH: All dressed up, with nowhere to go...

Dear Gumpmeisters,
            
The following 1 notifys should have been sent

*********************************************************** G U M P
[GUMP@vmgump]: Project rhino (in module rhino) failed
*********************************************************** G U M P
[GUMP@vmgump]: Project rhino (in module rhino) failed
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 general@gump.apache.org.

Project rhino has an issue affecting its community integration.
This issue affects 17 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - htmlunit :  A tool for testing web based applications
    - httpunit :  framework for unit testing web sites
    - jakarta-cactus-documentation :  Cactus Documentation
    - jakarta-cactus-framework-12 :  Cactus Framework (J2EE 1.2)
    - jakarta-cactus-framework-13 :  Cactus Framework (J2EE 1.3)
    - jakarta-cactus-release-12 :  Unit test framework for server-side java code
    - jakarta-cactus-release-13 :  Unit test framework for server-side java code
    - jakarta-cactus-sample-jetty-13 :  Cactus Jetty Sample (J2EE 1.3)
    - jakarta-cactus-sample-servlet-12 :  Cactus Servlet Sample (J2EE 1.2)
    - jakarta-cactus-sample-servlet-13 :  Cactus Servlet Sample (J2EE 1.3)
    - jakarta-jmeter-22-svn :  Pure Java load testing and performance measurement tool.
   ...
    - jakarta-jmeter-22-test :  Pure Java load testing and performance measurement tool.
   ...
    - jakarta-turbine-2 :  A servlet based framework.
    - portals-jetspeed-1 :  Enterprise Information Portal
    - rhino :  JavaScript for Java
    - strutstestcase :  An extension of the standard JUnit TestCase class that provi...
    - ws-axis-test :  Apache eXtensible Interaction System


Full details are available at:
    http://vmgump.apache.org/gump/public/rhino/rhino/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [js.jar] identifier set to project name
 -INFO- Made directory [/usr/local/gump/public/workspace/rhino/build/classes]
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/rhino/rhino/gump_work/build_rhino_rhino.html
Work Name: build_rhino_rhino (Type: Build)
Work ended in a state of : Failed
Elapsed: 16 secs
Command Line: java -Djava.awt.headless=true -Dant.build.clonevm=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dversion=_06022007 dist 
[Working Directory: /usr/local/gump/public/workspace/rhino]
CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/rhino/build/classes:/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/xml-xmlbeans/build/lib/xbean_xpath.jar:/usr/local/gump/public/workspace/xml-xmlbeans/build/lib/xmlpublic.jar:/usr/local/gump/public/workspace/xml-xmlbeans/build/lib/xbean.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
---------------------------------------------
    [javac] 			rv.getNodeList().add(xml);
    [javac]                           ^
    [javac] /x1/gump/public/workspace/rhino/xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLLibImpl.java:456: warning: [deprecation] add(org.mozilla.javascript.xmlimpl.XML) in org.mozilla.javascript.xmlimpl.XmlNode.List has been deprecated
    [javac] 			rv.getNodeList().add(xml);
    [javac]                                       ^
    [javac] /x1/gump/public/workspace/rhino/xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLLibImpl.java:460: warning: [deprecation] getNodeList() in org.mozilla.javascript.xmlimpl.XMLList has been deprecated
    [javac] 			rv.getNodeList().add(xmll.getNodeList());
    [javac]                                                  ^
    [javac] /x1/gump/public/workspace/rhino/xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLLibImpl.java:460: warning: [deprecation] getNodeList() in org.mozilla.javascript.xmlimpl.XMLList has been deprecated
    [javac] 			rv.getNodeList().add(xmll.getNodeList());
    [javac]                           ^
    [javac] /x1/gump/public/workspace/rhino/xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLLibImpl.java:481: warning: [deprecation] getNodeList() in org.mozilla.javascript.xmlimpl.XMLList has been deprecated
    [javac] 			for (int i = 0; i < children.getNodeList().length(); i++) {
    [javac]                                                     ^
    [javac] /x1/gump/public/workspace/rhino/xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLLibImpl.java:483: warning: [deprecation] getNodeList() in org.mozilla.javascript.xmlimpl.XMLList has been deprecated
    [javac] 				rv.getNodeList().add(((XML) children.item(i).copy()));
    [javac]                                   ^
    [javac] /x1/gump/public/workspace/rhino/xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLLibImpl.java:483: warning: [deprecation] add(org.mozilla.javascript.xmlimpl.XML) in org.mozilla.javascript.xmlimpl.XmlNode.List has been deprecated
    [javac] 				rv.getNodeList().add(((XML) children.item(i).copy()));
    [javac]                                               ^
    [javac] /x1/gump/public/workspace/rhino/xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLLibImpl.java:598: warning: [deprecation] isAttributeName() in org.mozilla.javascript.xmlimpl.XMLName has been deprecated
    [javac] 			if (!xmlName.isAttributeName()) {
    [javac]                                     ^
    [javac] /x1/gump/public/workspace/rhino/xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLLibImpl.java:599: warning: [deprecation] setAttributeName() in org.mozilla.javascript.xmlimpl.XMLName has been deprecated
    [javac] 				xmlName.setAttributeName();
    [javac]                                        ^
    [javac] 31 warnings

no-dom-compile:

xmlbeans-compile:

xmlbeans-get:
    [mkdir] Created dir: /x1/gump/public/workspace/rhino/build/tmp-xbean
      [get] Getting: http://www.apache.org/dist/xml/xmlbeans/xmlbeans-current.zip
      [get] To: /x1/gump/public/workspace/rhino/build/tmp-xbean/xbean.zip

xmlbeans-unzip:
    [unzip] Expanding: /x1/gump/public/workspace/rhino/build/tmp-xbean/xbean.zip into /x1/gump/public/workspace/rhino/build/tmp-xbean
    [mkdir] Created dir: /x1/gump/public/workspace/rhino/${lib}

BUILD FAILED
/x1/gump/public/workspace/rhino/build.xml:76: The following error occurred while executing this line:
/x1/gump/public/workspace/rhino/build.xml:97: The following error occurred while executing this line:
/x1/gump/public/workspace/rhino/xmlimplsrc/build.xml:50: The following error occurred while executing this line:
/x1/gump/public/workspace/rhino/xmlimplsrc/build.xml:71: The following error occurred while executing this line:
/x1/gump/public/workspace/rhino/xmlimplsrc/build.xml:139: The following error occurred while executing this line:
/x1/gump/public/workspace/rhino/xmlimplsrc/build.xml:148: /x1/gump/public/workspace/rhino/${xbean.tmp} not found.

Total time: 15 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/rhino/rhino/rss.xml
- Atom: http://vmgump.apache.org/gump/public/rhino/rhino/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 13000806022007, vmgump.apache.org:vmgump-public:13000806022007
Gump E-mail Identifier (unique within run) #1.


--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org