Oh s**t, I fortgot to checkin the changes in XMLUtils, This noon(GMT time) will be checked in.
Raul, On 1/9/06, Sam Ruby <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] > > Project xml-security has an issue affecting its community integration. > This issue affects 4 projects, > and has been outstanding for 3 runs. > The current state of this project is 'Failed', with reason 'Build Failed'. > For reference only, the following projects are affected by this: > - opensaml : OpenSAML 1.0.1 is a set of open source Java and C++ > librarie... > - wss4j : WS-FX Project > - xml-security : XML-Signature Syntax and Processing > - xml-security-tests : XML-Signature Syntax and Processing > > > Full details are available at: > http://vmgump.apache.org/gump/public/xml-security/xml-security/index.html > > That said, some information snippets are provided here. > > The following annotations (debug/informational/warning/error messages) were > provided: > -DEBUG- Sole output [xmlsec-09012006.jar] identifier set to project name > -DEBUG- Dependency on jce exists, no need to add for property lib.jce. > -INFO- Failed with reason build failed > -DEBUG- Extracted fallback artifacts from Gump Repository > > > > The following work was performed: > http://vmgump.apache.org/gump/public/xml-security/xml-security/gump_work/build_xml-security_xml-security.html > Work Name: build_xml-security_xml-security (Type: Build) > Work ended in a state of : Failed > Elapsed: 6 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:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar > org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml > -Dbuild.sysclasspath=only -Dproduct.version=09012006 > -Dlib.jce=/usr/local/gump/packages/jce/jce-jdk13-116.jar jar > [Working Directory: /usr/local/gump/public/workspace/xml-security] > CLASSPATH: > /opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/xml-security/build/classes:/usr/local/gump/public/workspace/xml-security:/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/jce/jce-jdk13-116.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-09012006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api-09012006.jar > --------------------------------------------- > [javac] symbol : method getNextElement (org.w3c.dom.Node) > [javac] location: class org.apache.xml.security.utils.XMLUtils > [javac] Element el=XMLUtils.getNextElement(element.getFirstChild()); > [javac] ^ > [javac] > /x1/gump/public/workspace/xml-security/src/org/apache/xml/security/signature/Reference.java:197: > cannot resolve symbol > [javac] symbol : method getNextElement (org.w3c.dom.Node) > [javac] location: class org.apache.xml.security.utils.XMLUtils > [javac] el=XMLUtils.getNextElement(el.getNextSibling()); > [javac] ^ > [javac] > /x1/gump/public/workspace/xml-security/src/org/apache/xml/security/signature/Reference.java:200: > cannot resolve symbol > [javac] symbol : method getNextElement (org.w3c.dom.Node) > [javac] location: class org.apache.xml.security.utils.XMLUtils > [javac] digestValueElement > =XMLUtils.getNextElement(digestMethodElem.getNextSibling());; > [javac] ^ > [javac] > /x1/gump/public/workspace/xml-security/src/org/apache/xml/security/signature/SignedInfo.java:167: > cannot resolve symbol > [javac] symbol : method getNextElement (org.w3c.dom.Node) > [javac] location: class org.apache.xml.security.utils.XMLUtils > [javac] c14nMethod=XMLUtils.getNextElement(element.getFirstChild()); > [javac] ^ > [javac] > /x1/gump/public/workspace/xml-security/src/org/apache/xml/security/signature/SignedInfo.java:203: > cannot resolve symbol > [javac] symbol : method getNextElement (org.w3c.dom.Node) > [javac] location: class org.apache.xml.security.utils.XMLUtils > [javac] > signatureMethod=XMLUtils.getNextElement(c14nMethod.getNextSibling()); > [javac] ^ > [javac] > /x1/gump/public/workspace/xml-security/src/org/apache/xml/security/signature/SignedInfo.java:363: > cannot resolve symbol > [javac] symbol : method getNextElement (org.w3c.dom.Node) > [javac] location: class org.apache.xml.security.utils.XMLUtils > [javac] Element inclusiveElement = XMLUtils.getNextElement( > [javac] ^ > [javac] > /x1/gump/public/workspace/xml-security/src/org/apache/xml/security/signature/XMLSignature.java:260: > cannot resolve symbol > [javac] symbol : method getNextElement (org.w3c.dom.Node) > [javac] location: class org.apache.xml.security.utils.XMLUtils > [javac] Element signedInfoElem = > XMLUtils.getNextElement(element.getFirstChild());// > XMLUtils.selectDsNode(this._constructionElement.getFirstChild(), > [javac] ^ > [javac] > /x1/gump/public/workspace/xml-security/src/org/apache/xml/security/signature/XMLSignature.java:275: > cannot resolve symbol > [javac] symbol : method getNextElement (org.w3c.dom.Node) > [javac] location: class org.apache.xml.security.utils.XMLUtils > [javac] this.signatureValueElement > =XMLUtils.getNextElement(signedInfoElem.getNextSibling()); > //XMLUtils.selectDsNode(this._constructionElement.getFirstChild(), > [javac] ^ > [javac] > /x1/gump/public/workspace/xml-security/src/org/apache/xml/security/signature/XMLSignature.java:287: > cannot resolve symbol > [javac] symbol : method getNextElement (org.w3c.dom.Node) > [javac] location: class org.apache.xml.security.utils.XMLUtils > [javac] Element keyInfoElem = > XMLUtils.getNextElement(signatureValueElement.getNextSibling());//XMLUtils.selectDsNode(this._constructionElement.getFirstChild(), > [javac] ^ > [javac] 9 errors > > BUILD FAILED > /x1/gump/public/workspace/xml-security/build.xml:300: Compile failed; see the > compiler error output for details. > > Total time: 5 seconds > --------------------------------------------- > > To subscribe to this information via syndicated feeds: > - RSS: http://vmgump.apache.org/gump/public/xml-security/xml-security/rss.xml > - Atom: > http://vmgump.apache.org/gump/public/xml-security/xml-security/atom.xml > > ============================== Gump Tracking Only === > Produced by Gump version 2.2. > Gump Run 18000009012006, vmgump.apache.org:vmgump-public:18000009012006 > Gump E-mail Identifier (unique within run) #25. > > -- > Apache Gump > http://gump.apache.org/ [Instance: vmgump] > -- http://r-bg.com