You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by Sam Ruby <ru...@us.ibm.com> on 2006/02/19 02:41:10 UTC

[GUMP@vmgump]: Project ws-soap (in module ws-soap) 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 ws-soap has an issue affecting its community integration.
This issue affects 4 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - ws-soap :  Simple Object Access Protocol
    - ws-wsif :  Web Services Invocation Framework
    - xml-axis-wsif :  Web Services Invocation Framework
    - xml-soap :  Simple Object Access Protocol


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [soap.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/ws-soap/ws-soap/gump_work/build_ws-soap_ws-soap.html
Work Name: build_ws-soap_ws-soap (Type: Build)
Work ended in a state of : Failed
Elapsed: 4 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/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only dist 
[Working Directory: /usr/local/gump/public/workspace/ws-soap/java]
CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/ws-soap/java/build/lib/soap.jar:/usr/local/gump/public/workspace/ws-soap/java/build:/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/packages/javamail-1.3.2/mail.jar:/usr/local/gump/packages/javamail-1.3.2/lib/mailapi.jar:/usr/local/gump/packages/jaf-1.0.1/activation.jar:/usr/local/gump/public/workspace/jakarta-servletapi/dist/lib/servlet.jar:/usr/local/gump/packages/bsf-2_2/lib/bsf.jar:/usr/local/gump/packages/jsse1.0.3/lib/jcert.jar:/usr/local/gump/packages/jsse1.0.3/lib/jnet.jar:/usr/local/gump/packages/jsse1.0.3/lib/jsse.jar:/usr/local/gump/packages/ejb-2_0-fr/ejb.jar
---------------------------------------------
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouterServlet.java:157: <identifier> expected
    [javac]             String name = (String)enum.nextElement();
    [javac]                                       ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouterServlet.java:157: '{' expected
    [javac]             String name = (String)enum.nextElement();
    [javac]                                                     ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouterServlet.java:159: illegal start of type
    [javac]             if (!Constants.ENVELOPE_EDITOR_FACTORY.equals(name)
    [javac]             ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouterServlet.java:163: <identifier> expected
    [javac]           }
    [javac]           ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouterServlet.java:168: illegal start of type
    [javac]           if (servletContextPath != null) {
    [javac]           ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouterServlet.java:173: <identifier> expected
    [javac]           editor = factory.create(props);
    [javac]                                         ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouterServlet.java:174: 'catch' without 'try'
    [javac]         } catch (SOAPException e) {
    [javac]           ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouterServlet.java:138: 'try' without 'catch' or 'finally'
    [javac]         try {
    [javac]         ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouterServlet.java:209: illegal start of expression
    [javac]   private Object createObject(String className, ClassLoader classLoader)
    [javac]   ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouterServlet.java:415: ';' expected
    [javac] }
    [javac] ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouterServlet.java:416: '}' expected
    [javac] ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/util/net/HTTPUtils.java:218: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.4 or lower to use 'enum' as an identifier)
    [javac]     for (Enumeration enum = headers.keys(); enum.hasMoreElements(); ) {
    [javac]                      ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/util/net/HTTPUtils.java:218: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.4 or lower to use 'enum' as an identifier)
    [javac]     for (Enumeration enum = headers.keys(); enum.hasMoreElements(); ) {
    [javac]                                             ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/util/net/HTTPUtils.java:219: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.4 or lower to use 'enum' as an identifier)
    [javac]       String key = (String) enum.nextElement();
    [javac]                             ^
    [javac] 43 errors

BUILD FAILED
/x1/gump/public/workspace/ws-soap/java/build.xml:177: Compile failed; see the compiler error output for details.

Total time: 3 seconds
---------------------------------------------

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

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

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