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 1 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:
    - xml-security :  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-17022006.jar] identifier set to project name
 -DEBUG- Dependency on jce exists, no need to add for property lib.jce.
 -INFO- Optional dependency junit failed with reason build failed
 -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: 9 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=17022006 
-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:junit-gump-15022006.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/target/commons-logging-17022006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-17022006.jar
---------------------------------------------
    [javac] 
/x1/gump/public/workspace/xml-security/src_unitTests/org/apache/xml/security/test/AllTests.java:20:
 package junit.framework does not exist
    [javac] import junit.framework.Test;
    [javac]                        ^
    [javac] 
/x1/gump/public/workspace/xml-security/src_unitTests/org/apache/xml/security/test/AllTests.java:21:
 package junit.framework does not exist
    [javac] import junit.framework.TestCase;
    [javac]                        ^
    [javac] 
/x1/gump/public/workspace/xml-security/src_unitTests/org/apache/xml/security/test/AllTests.java:22:
 package junit.framework does not exist
    [javac] import junit.framework.TestSuite;
    [javac]                        ^
    [javac] 
/x1/gump/public/workspace/xml-security/src_unitTests/org/apache/xml/security/test/AllTests.java:32:
 cannot resolve symbol
    [javac] symbol  : class TestCase 
    [javac] location: class org.apache.xml.security.test.AllTests
    [javac] public class AllTests extends TestCase {
    [javac]                               ^
    [javac] 
/x1/gump/public/workspace/xml-security/src_unitTests/org/apache/xml/security/test/AllTests.java:48:
 cannot resolve symbol
    [javac] symbol  : class Test 
    [javac] location: class org.apache.xml.security.test.AllTests
    [javac]    public static Test suite() {
    [javac]                  ^
    [javac] 
/x1/gump/public/workspace/xml-security/src_unitTests/org/apache/xml/security/test/EncryptionTest.java:20:
 package junit.framework does not exist
    [javac] import junit.framework.Test;
    [javac]                        ^
    [javac] 
/x1/gump/public/workspace/xml-security/src_unitTests/org/apache/xml/security/test/EncryptionTest.java:21:
 package junit.framework does not exist
    [javac] import junit.framework.TestCase;
    [javac]                        ^
    [javac] 
/x1/gump/public/workspace/xml-security/src_unitTests/org/apache/xml/security/test/EncryptionTest.java:22:
 package junit.framework does not exist
    [javac] import junit.framework.TestSuite;
    [javac]                        ^
    [javac] 
/x1/gump/public/workspace/xml-security/src_unitTests/org/apache/xml/security/test/EncryptionTest.java:23:
 package junit.textui does not exist
    [javac] import junit.textui.TestRunner;
    [javac]                     ^
    [javac] 
/x1/gump/public/workspace/xml-security/src_unitTests/org/apache/xml/security/test/EncryptionTest.java:29:
 cannot resolve symbol
    [javac] symbol  : class TestCase 
    [javac] location: class org.apache.xml.security.test.EncryptionTest
    [javac] public class EncryptionTest extends TestCase {
    [javac]                                     ^
    [javac] 
/x1/gump/public/workspace/xml-security/src_unitTests/org/apache/xml/security/test/EncryptionTest.java:41:
 cannot resolve symbol
    [javac] symbol  : class Test 
    [javac] location: class org.apache.xml.security.test.EncryptionTest
    [javac]     public static Test suite() {
    [javac]                   ^
    [javac] 
/x1/gump/public/workspace/xml-security/src_unitTests/org/apache/xml/security/test/InteropTest.java:22:
 package junit.framework does not exist
    [javac] import junit.framework.Test;
    [javac]                        ^
    [javac] 100 errors

BUILD FAILED
/x1/gump/public/workspace/xml-security/build.xml:318: Compile failed; see the 
compiler error output for details.

Total time: 8 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 19000017022006, vmgump.apache.org:vmgump-public:19000017022006
Gump E-mail Identifier (unique within run) #14.

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

Reply via email to