You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Kurt T Stam <ks...@apache.org> on 2007/04/23 16:55:50 UTC

Re: [GUMP@vmgump]: Project ws-juddi (in module ws-juddi) failed

The missing dependencies have been added to the pom.xml. I'm not sure
why this is still generating
a build failure. Is this something you can take a look at?

Thank you,

--Kurt

Anou Manavalan wrote:
> 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-juddi has an issue affecting its community integration.
> This issue affects 2 projects,
>  and has been outstanding for 7 runs.
> The current state of this project is 'Failed', with reason 'Build Failed'.
> For reference only, the following projects are affected by this:
>     - ws-juddi :  ws-juddi -- UDDI Toolkit/Repository
>     - ws-juddi-test :  ws-juddi -- UDDI Toolkit/Repository
>
>
> Full details are available at:
>     http://vmgump.apache.org/gump/public/ws-juddi/ws-juddi/index.html
>
> That said, some information snippets are provided here.
>
> The following annotations (debug/informational/warning/error messages) were provided:
>  -DEBUG- Sole output [juddi-22042007.jar] identifier set to project name
>  -DEBUG- Dependency on ant exists, no need to add for property 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/ws-juddi/ws-juddi/gump_work/build_ws-juddi_ws-juddi.html
> Work Name: build_ws-juddi_ws-juddi (Type: Build)
> Work ended in a state of : Failed
> Elapsed: 8 secs
> Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dant.home=/usr/local/gump/public/workspace/ant/dist -DDATE_STAMP=22042007 -f build.xml gump 
> [Working Directory: /usr/local/gump/public/workspace/ws-juddi]
> CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/ws-juddi/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/ws-axis/java/build/lib/axis.jar:/usr/local/gump/public/workspace/ws-axis/java/build/lib/saaj.jar:/usr/local/gump/public/workspace/ws-axis/java/build/lib/axis-ant.jar:/usr/local/gump/public/workspace/ws-axis/java/build/lib/jaxrpc.jar:/usr/local/gump/public/workspa!
>  ce/jakarta-commons/logging/target/commons-logging-22042007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-22042007.jar:/usr/local/gump/public/workspace/jakarta-commons/dbcp/dist/commons-dbcp.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-22042007.jar:/usr/local/gump/public/workspace/jakarta-commons/pool/dist/commons-pool.jar:/usr/local/gump/public/workspace/jakarta-servletapi/dist/lib/servlet.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/checkstyle/target/dist/checkstyle-22042007/checkstyle-22042007.jar
> ---------------------------------------------
>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>     [javac]           sender = new ServiceClient();
>     [javac]                        ^
>     [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/proxy/Axis2Transport.java:115: cannot find symbol
>     [javac] symbol  : class XMLStreamReader
>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>     [javac]           XMLStreamReader reader = StAXUtils.createXMLStreamReader(is);
>     [javac]           ^
>     [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/proxy/Axis2Transport.java:115: cannot find symbol
>     [javac] symbol  : variable StAXUtils
>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>     [javac]           XMLStreamReader reader = StAXUtils.createXMLStreamReader(is);
>     [javac]                                    ^
>     [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/proxy/Axis2Transport.java:116: cannot find symbol
>     [javac] symbol  : class StAXOMBuilder
>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>     [javac]           StAXOMBuilder builder = new StAXOMBuilder(reader);
>     [javac]           ^
>     [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/proxy/Axis2Transport.java:116: cannot find symbol
>     [javac] symbol  : class StAXOMBuilder
>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>     [javac]           StAXOMBuilder builder = new StAXOMBuilder(reader);
>     [javac]                                       ^
>     [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/proxy/Axis2Transport.java:119: cannot find symbol
>     [javac] symbol  : class OMElement
>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>     [javac]           OMElement bodyElemPayload = builder.getDocumentElement();
>     [javac]           ^
>     [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/proxy/Axis2Transport.java:120: cannot find symbol
>     [javac] symbol  : class OMElement
>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>     [javac]           responseElem = (OMElement)sender.sendReceive(bodyElemPayload);
>     [javac]                           ^
>     [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/proxy/Axis2Transport.java:123: cannot find symbol
>     [javac] symbol  : variable XMLUtils
>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>     [javac]         	  response = doXmlToString(XMLUtils.toDOM(responseElem));
>     [javac]                                            ^
>     [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/proxy/Axis2Transport.java:126: cannot find symbol
>     [javac] symbol  : class AxisFault
>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>     [javac] 	  catch (AxisFault fault) {
>     [javac]                  ^
>     [javac] 34 errors
>     [javac] 9 warnings
>
> BUILD FAILED
> /x1/gump/public/workspace/ws-juddi/build.xml:141: Compile failed; see the compiler error output for details.
>
> Total time: 7 seconds
> ---------------------------------------------
>
> To subscribe to this information via syndicated feeds:
> - RSS: http://vmgump.apache.org/gump/public/ws-juddi/ws-juddi/rss.xml
> - Atom: http://vmgump.apache.org/gump/public/ws-juddi/ws-juddi/atom.xml
>
> ============================== Gump Tracking Only ===
> Produced by Gump version 2.2.
> Gump Run 20000022042007, vmgump.apache.org:vmgump-public:20000022042007
> Gump E-mail Identifier (unique within run) #48.
>
> --
> Apache Gump
> http://gump.apache.org/ [Instance: vmgump]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: juddi-dev-help@ws.apache.org
>
>   



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


Re: [GUMP@vmgump]: Project ws-juddi (in module ws-juddi) failed

Posted by Martin van den Bemt <ml...@mvdb.net>.
I guess the problem is that Maven2 is not supported yet.

Mvgr,
Martin

Kurt T Stam wrote:
> The missing dependencies have been added to the pom.xml. I'm not sure
> why this is still generating
> a build failure. Is this something you can take a look at?
> 
> Thank you,
> 
> --Kurt
> 
> Anou Manavalan wrote:
>> 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-juddi has an issue affecting its community integration.
>> This issue affects 2 projects,
>>  and has been outstanding for 7 runs.
>> The current state of this project is 'Failed', with reason 'Build Failed'.
>> For reference only, the following projects are affected by this:
>>     - ws-juddi :  ws-juddi -- UDDI Toolkit/Repository
>>     - ws-juddi-test :  ws-juddi -- UDDI Toolkit/Repository
>>
>>
>> Full details are available at:
>>     http://vmgump.apache.org/gump/public/ws-juddi/ws-juddi/index.html
>>
>> That said, some information snippets are provided here.
>>
>> The following annotations (debug/informational/warning/error messages) were provided:
>>  -DEBUG- Sole output [juddi-22042007.jar] identifier set to project name
>>  -DEBUG- Dependency on ant exists, no need to add for property 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/ws-juddi/ws-juddi/gump_work/build_ws-juddi_ws-juddi.html
>> Work Name: build_ws-juddi_ws-juddi (Type: Build)
>> Work ended in a state of : Failed
>> Elapsed: 8 secs
>> Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dant.home=/usr/local/gump/public/workspace/ant/dist -DDATE_STAMP=22042007 -f build.xml gump 
>> [Working Directory: /usr/local/gump/public/workspace/ws-juddi]
>> CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/ws-juddi/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/ws-axis/java/build/lib/axis.jar:/usr/local/gump/public/workspace/ws-axis/java/build/lib/saaj.jar:/usr/local/gump/public/workspace/ws-axis/java/build/lib/axis-ant.jar:/usr/local/gump/public/workspace/ws-axis/java/build/lib/jaxrpc.jar:/usr/local/gump/public/works
pa!
>>  ce/jakarta-commons/logging/target/commons-logging-22042007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-22042007.jar:/usr/local/gump/public/workspace/jakarta-commons/dbcp/dist/commons-dbcp.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-22042007.jar:/usr/local/gump/public/workspace/jakarta-commons/pool/dist/commons-pool.jar:/usr/local/gump/public/workspace/jakarta-servletapi/dist/lib/servlet.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/checkstyle/target/dist/checkstyle-22042007/checkstyle-22042007.jar
>> ---------------------------------------------
>>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>>     [javac]           sender = new ServiceClient();
>>     [javac]                        ^
>>     [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/proxy/Axis2Transport.java:115: cannot find symbol
>>     [javac] symbol  : class XMLStreamReader
>>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>>     [javac]           XMLStreamReader reader = StAXUtils.createXMLStreamReader(is);
>>     [javac]           ^
>>     [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/proxy/Axis2Transport.java:115: cannot find symbol
>>     [javac] symbol  : variable StAXUtils
>>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>>     [javac]           XMLStreamReader reader = StAXUtils.createXMLStreamReader(is);
>>     [javac]                                    ^
>>     [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/proxy/Axis2Transport.java:116: cannot find symbol
>>     [javac] symbol  : class StAXOMBuilder
>>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>>     [javac]           StAXOMBuilder builder = new StAXOMBuilder(reader);
>>     [javac]           ^
>>     [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/proxy/Axis2Transport.java:116: cannot find symbol
>>     [javac] symbol  : class StAXOMBuilder
>>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>>     [javac]           StAXOMBuilder builder = new StAXOMBuilder(reader);
>>     [javac]                                       ^
>>     [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/proxy/Axis2Transport.java:119: cannot find symbol
>>     [javac] symbol  : class OMElement
>>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>>     [javac]           OMElement bodyElemPayload = builder.getDocumentElement();
>>     [javac]           ^
>>     [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/proxy/Axis2Transport.java:120: cannot find symbol
>>     [javac] symbol  : class OMElement
>>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>>     [javac]           responseElem = (OMElement)sender.sendReceive(bodyElemPayload);
>>     [javac]                           ^
>>     [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/proxy/Axis2Transport.java:123: cannot find symbol
>>     [javac] symbol  : variable XMLUtils
>>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>>     [javac]         	  response = doXmlToString(XMLUtils.toDOM(responseElem));
>>     [javac]                                            ^
>>     [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/proxy/Axis2Transport.java:126: cannot find symbol
>>     [javac] symbol  : class AxisFault
>>     [javac] location: class org.apache.juddi.proxy.Axis2Transport
>>     [javac] 	  catch (AxisFault fault) {
>>     [javac]                  ^
>>     [javac] 34 errors
>>     [javac] 9 warnings
>>
>> BUILD FAILED
>> /x1/gump/public/workspace/ws-juddi/build.xml:141: Compile failed; see the compiler error output for details.
>>
>> Total time: 7 seconds
>> ---------------------------------------------
>>
>> To subscribe to this information via syndicated feeds:
>> - RSS: http://vmgump.apache.org/gump/public/ws-juddi/ws-juddi/rss.xml
>> - Atom: http://vmgump.apache.org/gump/public/ws-juddi/ws-juddi/atom.xml
>>
>> ============================== Gump Tracking Only ===
>> Produced by Gump version 2.2.
>> Gump Run 20000022042007, vmgump.apache.org:vmgump-public:20000022042007
>> Gump E-mail Identifier (unique within run) #48.
>>
>> --
>> Apache Gump
>> http://gump.apache.org/ [Instance: vmgump]
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: juddi-dev-help@ws.apache.org
>>
>>   
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
> For additional commands, e-mail: general-help@gump.apache.org
> 
> 
> 

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


Re: [GUMP@vmgump]: Project ws-juddi (in module ws-juddi) failed

Posted by Stefan Bodewig <bo...@apache.org>.
On Mon, 23 Apr 2007, Kurt T. Stam <ks...@apache.org> wrote:

> The missing dependencies have been added to the pom.xml.

You will also need to add them to the Gump descriptor since the Ant
build will ignore any <classpath> settings when running under Gump.

> I'm not sure why this is still generating a build failure. Is this
> something you can take a look at?

Please go ahead, edit
<http://svn.apache.org/repos/asf/gump/metadata/project/ws-juddi.xml>
and the dependencies there as well.

Stefan

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