Hi all,
I just finished doing a successful bootstrap build of Maven from today's
source. I am trying out the cactus plugin, and if I run the:
maven cactus:test-tomcat-4x
target directly, I get this error:
cactus:test-tomcat-4x:
[echo] maven.cactus.tomcat4x.home = c:/java/tomcat
cactus:tomcat-4x-run:
[waitfor] [ERROR] org.apache.commons.jelly.JellyException:
java.lang.NullPoi
nterException File:
file:/C:/java/maven/plugins/maven-cactus-plugin-1.0-SNAPSHOT
/scripts/tomcat.4x.jelly At tag <attainGoal>: line: 57 column: 54
[waitfor] [ERROR] at
org.apache.commons.jelly.impl.TagScript.handleExcepti
on(TagScript.java:604)
[waitfor] [ERROR] at
org.apache.commons.jelly.impl.TagScript.run(TagScript
.java:281)
[waitfor] [ERROR] at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptB
lock.java:134)
[waitfor] [ERROR] at
org.apache.commons.jelly.tags.core.ThreadTag$1.run(Th
readTag.java:98)
[waitfor] [ERROR] at java.lang.Thread.run(Thread.java:484)
However, if in one commandline window I start tomcat with:
maven cactus:start-tomcat-4x
and then in another window run the
maven cactus:test-tomcat-4x
everything appears to work, and since I am using the sample cactus test that
come with the plugin, I can see everything!
I looked at the jelly file, but everything looks okay...
Eric Pugh