You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by commons-jelly-tags-xml development <co...@jakarta.apache.org> on 2005/10/27 13:16:24 UTC

[GUMP@vmgump]: Project commons-jelly-tags-xml-test (in module commons-jelly) 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 commons-jelly-tags-xml-test has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-jelly-tags-xml-test :  Commons Jelly


Full details are available at:
    http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-xml-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Dependency on xml-xerces exists, no need to add for property maven.jar.xerces.
 -DEBUG- (Gump generated) Maven Properties in: /usr/local/gump/public/workspace/commons-jelly/jelly-tags/xml/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /usr/local/gump/public/workspace/commons-jelly/jelly-tags/xml/project.xml
 -DEBUG- Maven project properties in: /usr/local/gump/public/workspace/commons-jelly/jelly-tags/xml/project.properties
 -INFO- Project Reports in: /usr/local/gump/public/workspace/commons-jelly/jelly-tags/xml/target/test-reports



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-xml-test/gump_work/build_commons-jelly_commons-jelly-tags-xml-test.html
Work Name: build_commons-jelly_commons-jelly-tags-xml-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 43 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/commons-jelly/jelly-tags/xml]
CLASSPATH: /opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-27102005.jar:/usr/local/gump/public/workspace/commons-jelly/target/commons-jelly-27102005.jar:/usr/local/gump/public/workspace/commons-jelly/jelly-tags/junit/target/commons-jelly-tags-junit-27102005.jar:/usr/local/gump/public/workspace/jakarta-commons/jexl/dist/commons-jexl-27102005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-27102005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api-27102005.jar:/usr/local/gump/public/workspace/dom4j/build/dom4j.jar:/usr/local/gump/packages/jaxen-1.1-beta-6/jaxen-1.1-beta-6.jar
---------------------------------------------
    [junit] 	at org.apache.commons.jelly.tags.junit.CaseTag$1.runTest(CaseTag.java:59)
    [junit] 
    [junit] 
    [junit] Testcase: testSetSingleNodeAndAsString(org.apache.commons.jelly.tags.junit.CaseTag$1):	Caused an ERROR
    [junit] file:/x1/gump/public/workspace/commons-jelly/jelly-tags/xml/target/test-classes/org/apache/commons/jelly/tags/xml/suite.jelly:294:81: <x:set> You must define an attribute called 'select' for this tag.
    [junit] org.apache.commons.jelly.MissingAttributeException: file:/x1/gump/public/workspace/commons-jelly/jelly-tags/xml/target/test-classes/org/apache/commons/jelly/tags/xml/suite.jelly:294:81: <x:set> You must define an attribute called 'select' for this tag.
    [junit] 	at org.apache.commons.jelly.tags.xml.SetTag.doTag(SetTag.java:86)
    [junit] 	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:262)
    [junit] 	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
    [junit] 	at org.apache.commons.jelly.tags.junit.CaseTag$1.runTest(CaseTag.java:59)
    [junit] 
    [junit] 
    [junit] Testcase: testSetStringLists(org.apache.commons.jelly.tags.junit.CaseTag$1):	Caused an ERROR
    [junit] file:/x1/gump/public/workspace/commons-jelly/jelly-tags/xml/target/test-classes/org/apache/commons/jelly/tags/xml/suite.jelly:339:82: <x:set> You must define an attribute called 'select' for this tag.
    [junit] org.apache.commons.jelly.MissingAttributeException: file:/x1/gump/public/workspace/commons-jelly/jelly-tags/xml/target/test-classes/org/apache/commons/jelly/tags/xml/suite.jelly:339:82: <x:set> You must define an attribute called 'select' for this tag.
    [junit] 	at org.apache.commons.jelly.tags.xml.SetTag.doTag(SetTag.java:86)
    [junit] 	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:262)
    [junit] 	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
    [junit] 	at org.apache.commons.jelly.tags.junit.CaseTag$1.runTest(CaseTag.java:59)
    [junit] 
    [junit] 
    [junit] Testcase: testEntities(org.apache.commons.jelly.tags.junit.CaseTag$1):	Caused an ERROR
    [junit] file:/x1/gump/public/workspace/commons-jelly/jelly-tags/xml/target/test-classes/org/apache/commons/jelly/tags/xml/suite.jelly:355:58: <x:copyOf> You must define an attribute called 'select' for this tag.
    [junit] org.apache.commons.jelly.MissingAttributeException: file:/x1/gump/public/workspace/commons-jelly/jelly-tags/xml/target/test-classes/org/apache/commons/jelly/tags/xml/suite.jelly:355:58: <x:copyOf> You must define an attribute called 'select' for this tag.
    [junit] 	at org.apache.commons.jelly.tags.xml.CopyOfTag.doTag(CopyOfTag.java:54)
    [junit] 	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:262)
    [junit] 	at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186)
    [junit] 	at org.apache.commons.jelly.TagSupport.getBodyText(TagSupport.java:234)
    [junit] 	at org.apache.commons.jelly.tags.core.SetTag.doTag(SetTag.java:90)
    [junit] 	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:262)
    [junit] 	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
    [junit] 	at org.apache.commons.jelly.tags.junit.CaseTag$1.runTest(CaseTag.java:59)
    [junit] 
    [junit] 
    [junit] [ERROR] TEST org.apache.commons.jelly.tags.xml.TestJelly FAILED
    [junit] Running org.apache.commons.jelly.tags.xml.TestParser
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.835 sec
    [junit] Testsuite: org.apache.commons.jelly.tags.xml.TestParser
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.835 sec
    [junit] 

BUILD FAILED
File...... /home/gump/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly
Element... fail
Line...... 181
Column.... 54
There were test failures.
Total time: 42 seconds
Finished at: Thu Oct 27 04:16:24 PDT 2005

---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-xml-test/rss.xml
- Atom: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-xml-test/atom.xml

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org