ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> apache-soap-dev
apache-soap-dev
[GUMP@vmgump]: Project ws-soap (in module ws-soap) failed
by Sam Ruby other posts by this author
Mar 1 2006 1:38AM messages near this date
Axis2C Milestone Release M0.5 Released | [GUMP@vmgump]: Project ws-soap (in module ws-soap) failed
SERVICES 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@[...].org.

Project ws-soap has an issue affecting its community integration.
This issue affects 2 projects,
 and has been outstanding for 29 runs.
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
    - 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- Optional dependency junit failed with reason build failed
 -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/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: 3 secs
Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspa
ce/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/workspa
ce/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/wor
kspace/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/works
pace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:junit
-gump-27022006.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/mai
lapi.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/j
sse1.0.3/lib/jnet.jar:/usr/local/gump/packages/jsse1.0.3/lib/jsse.jar:/usr/local/gump/packag
es/ejb-2_0-fr/ejb.jar
---------------------------------------------
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouter
Servlet.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/RPCRouter
Servlet.java:157: '{' expected
    [javac]             String name = (String)enum.nextElement();
    [javac]                                                     ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouter
Servlet.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/RPCRouter
Servlet.java:163: <identifier>  expected
    [javac]           }
    [javac]           ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouter
Servlet.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/RPCRouter
Servlet.java:173: <identifier>  expected
    [javac]           editor = factory.create(props);
    [javac]                                         ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouter
Servlet.java:174: 'catch' without 'try'
    [javac]         } catch (SOAPException e) {
    [javac]           ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouter
Servlet.java:138: 'try' without 'catch' or 'finally'
    [javac]         try {
    [javac]         ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouter
Servlet.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/RPCRouter
Servlet.java:415: ';' expected
    [javac] }
    [javac] ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/server/http/RPCRouter
Servlet.java:416: '}' expected
    [javac] ^
    [javac] /x1/gump/public/workspace/ws-soap/java/src/org/apache/soap/util/net/HTTPUtils.ja
va: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.ja
va: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.ja
va: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 35000001032006, vmgump.apache.org:vmgump-public:35000001032006
Gump E-mail Identifier (unique within run) #15.

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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved