You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Morgan Delagrange <md...@yahoo.com> on 2004/04/03 09:00:26 UTC

[GUMP@lsd]: jelly-tags/commons-jelly-tags-define failed

To whom it may engage...
        
This is an automated request, but not an unsolicited one. For help 
understanding the request please visit 
http://gump.apache.org/nagged.html, 
and/or contact general@gump.apache.org.

Project commons-jelly-tags-define has an issue affecting its community integration. The current state is 'Failed', for reason 'Build Failed'

Full details are available at: http://lsd.student.utwente.nl/gump/jelly-tags/commons-jelly-tags-define.html, however some snippets follow:

-  -  -  -  - -- -- ------------------------------------ G U M P

Gump provided these annotations:

 - Info - Sole jar [commons-jelly-tags-define-20040403.jar] identifier set to project name
 - Info - Enable "verbose" output, due to 5 previous error(s).
 - Info - Failed with reason build failed
 - Info - Enable "debug" output, due to build failure.


-  -  -  -  - -- -- ------------------------------------ G U M P
Gump performed this work:

http://lsd.student.utwente.nl/gump/jelly-tags/gump_work/build_jelly-tags_commons-jelly-tags-define.html
Work Name: build_jelly-tags_commons-jelly-tags-define (Type: Build)
State: Failed
Elapsed: 0 hours, 0 minutes, 12 seconds
Command Line: java -Xbootclasspath/p:/data3/gump/xml-xerces2/java/build/xercesImpl.jar:/data3/gump/xml-xerces2/java/build/xml-apis.jar:/data3/gump/xml-xalan/java/build/xalan-unbundled.jar:/data3/gump/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -verbose -Dgump.merge=/data3/gump/gump-install/work/merge.xml -Dbuild.sysclasspath=only -Dfinal.name=commons-jelly-tags-define-20040403 jar 
[Working Directory: /data3/gump/jelly-tags/define]
---------------------------------------------
    [junit] file:/data3/gump/jelly-tags/define/target/test-classes/org/apache/commons/jelly/tags/define/suite.jelly:174:-1: <define:super> java.lang.NullPointerException
    [junit] org.apache.commons.jelly.JellyTagException: file:/data3/gump/jelly-tags/define/target/test-classes/org/apache/commons/jelly/tags/define/suite.jelly:174:-1: <define:super> java.lang.NullPointerException
    [junit] 	at org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:642)
    [junit] 	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:242)
    [junit] 	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:89)
    [junit] 	at org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:79)
    [junit] 	at org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:102)
    [junit] 	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:89)
    [junit] 	at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186)
    [junit] 	at org.apache.commons.jelly.TagSupport.getBodyText(TagSupport.java:236)
    [junit] 	at org.apache.commons.jelly.tags.core.SetTag.doTag(SetTag.java:90)
    [junit] 	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:233)
    [junit] 	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:89)
    [junit] 	at org.apache.commons.jelly.tags.junit.CaseTag$1.runTest(CaseTag.java:59)
    [junit] Caused by: java.lang.NullPointerException
    [junit] 	at org.apache.commons.jelly.tags.define.SuperTag.doTag(SuperTag.java:44)
    [junit] 	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:233)
    [junit] 	... 19 more
    [junit] Root cause
    [junit] java.lang.NullPointerException
    [junit] 	at org.apache.commons.jelly.tags.define.SuperTag.doTag(SuperTag.java:44)
    [junit] 	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:233)
    [junit] 	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:89)
    [junit] 	at org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:79)
    [junit] 	at org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:102)
    [junit] 	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:89)
    [junit] 	at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186)
    [junit] 	at org.apache.commons.jelly.TagSupport.getBodyText(TagSupport.java:236)
    [junit] 	at org.apache.commons.jelly.tags.core.SetTag.doTag(SetTag.java:90)
    [junit] 	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:233)
    [junit] 	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:89)
    [junit] 	at org.apache.commons.jelly.tags.junit.CaseTag$1.runTest(CaseTag.java:59)


BUILD FAILED
/data3/gump/jelly-tags/define/build.xml:110: Test org.apache.commons.jelly.tags.define.TestJelly failed
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:651)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:606)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:268)
	at org.apache.tools.ant.Task.perform(Task.java:363)
	at org.apache.tools.ant.Target.execute(Target.java:301)
	at org.apache.tools.ant.Target.performTasks(Target.java:328)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1062)
	at org.apache.tools.ant.Main.runBuild(Main.java:667)
	at org.apache.tools.ant.Main.startAnt(Main.java:187)
	at org.apache.tools.ant.Main.start(Main.java:151)
	at org.apache.tools.ant.Main.main(Main.java:234)

Total time: 10 seconds
---------------------------------------------




To subscribe to this information via syndicated feeds:
RSS: http://lsd.student.utwente.nl/gump/jelly-tags/commons-jelly-tags-define.rss | Atom: http://lsd.student.utwente.nl/gump/jelly-tags/commons-jelly-tags-define.atom

--
Gump http://gump.apache.org/
[lsd]

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