BATCH: All dressed up, with nowhere to go...

2011-01-08 Thread gump
Dear Gumpmeisters,

The following 3 notifys should have been sent

*** G U M P
[g...@vmgump]: Project commons-jelly-tags-ant-test (in module commons-jelly) 
failed
[g...@vmgump]: Project james-imap (in module james-imap) failed
[g...@vmgump]: Project cactus-test (in module jakarta-cactus) failed
*** G U M P
[g...@vmgump]: Project commons-jelly-tags-ant-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 gene...@gump.apache.org.

Project commons-jelly-tags-ant-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-ant-test :  Commons Jelly


Full details are available at:

http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-ant-test/index.html

That said, some information snippets are provided here.

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



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-ant-test/gump_work/build_commons-jelly_commons-jelly-tags-ant-test.html
Work Name: build_commons-jelly_commons-jelly-tags-ant-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 9 secs
Command Line: maven --offline jar 
[Working Directory: /srv/gump/public/workspace/commons-jelly/jelly-tags/ant]
-
[junit] Actual expression: (${foo4.1})=(null)
[junit] at 
org.apache.commons.jelly.tags.junit.AssertTagSupport.fail(AssertTagSupport.java:44)
[junit] at 
org.apache.commons.jelly.tags.junit.AssertTagSupport.failNotEquals(AssertTagSupport.java:77)
[junit] at 
org.apache.commons.jelly.tags.junit.AssertEqualsTag.doTag(AssertEqualsTag.java:56)
[junit] at 
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:267)
[junit] at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:96)
[junit] at 
org.apache.commons.jelly.tags.junit.CaseTag$1.runTest(CaseTag.java:60)
[junit] 
[junit] 
[junit] Testcase: 
startUpReadWrite(org.apache.commons.jelly.tags.junit.CaseTag$1):  Caused an 
ERROR
[junit] 
file:/srv/gump/public/workspace/commons-jelly/jelly-tags/ant/target/test-classes/org/apache/commons/jelly/ant/suite.jelly:98:5:
 test:assertEquals 
file:/srv/gump/public/workspace/commons-jelly/jelly-tags/ant/target/test-classes/org/apache/commons/jelly/ant/suite.jelly:98:5:
 test:assertEquals  expected:[bar5] but was:[null]
[junit] Expected expression: (bar5)=(bar5)
[junit] Actual expression: (${foo5.1})=(null)
[junit] org.apache.commons.jelly.JellyTagException: 
file:/srv/gump/public/workspace/commons-jelly/jelly-tags/ant/target/test-classes/org/apache/commons/jelly/ant/suite.jelly:98:5:
 test:assertEquals 
file:/srv/gump/public/workspace/commons-jelly/jelly-tags/ant/target/test-classes/org/apache/commons/jelly/ant/suite.jelly:98:5:
 test:assertEquals  expected:[bar5] but was:[null]
[junit] Expected expression: (bar5)=(bar5)
[junit] Actual expression: (${foo5.1})=(null)
[junit] at 
org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:732)
[junit] at 
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:287)
[junit] at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:96)
[junit] at 
org.apache.commons.jelly.tags.junit.CaseTag$1.runTest(CaseTag.java:60)
[junit] Caused by: 
org.apache.commons.jelly.tags.junit.JellyAssertionFailedError: 
file:/srv/gump/public/workspace/commons-jelly/jelly-tags/ant/target/test-classes/org/apache/commons/jelly/ant/suite.jelly:98:5:
 test:assertEquals  expected:[bar5] but was:[null]
[junit] Expected expression: 

Re: Gump on adam.a.o trouble with Forrest build

2011-01-08 Thread David Crossley
David Crossley wrote:
 David Crossley wrote:
  Stefan Bodewig wrote:
   
   I haven't looked at forrest's build file but I assume the java task
   you use to start Cocoon forks a new VM which does not see the system
   properties set for the VM used by Ant.
  
  Ah, i wondered about that. Yes it does.
  
   You could explicitly set the headless property in your java task or
   you can try to set the system property ant.build.clonevm[1] to true from
   inside your Gump descriptor (I'll do so shortly) which should copy over
   the system properties from Ant's VM including the headless one.
  
  The latter would be better. Thanks.
 
 That got past the hang on adam now thanks.
 
 Some new strangeness. We now need to require jakarta-regexp
 (on vmgump and zone too).
 We must have been getting this for free, prior to adding
 the clonevm.
 
 Anyway, added now in r1056590.

Mmmm, things are getting worse since adding the clonevm.
The forrest-test-basic project that used to work are now
failing with configuration problems.

I don't know how to debug this. Any ideas?

Otherwise i think perhaps revert the metadata,
get a build output when it is working again, save it.
Then try again, and compare the broken output results.

-David

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