I'm getting an "Unknown goal" error message when using the reactor. The goal is successfully executed for a couple of the sub-projects but fails on one of the later ones.
this is my jellyscript
<maven:reactor
basedir="${basedir}"
postProcessing="true"
includes="*/project.xml"
goals="junitejb:test"
banner="Executing junitejb tests"
ignoreFailures="false"/>The maven.log contains around a dozen exceptions like this
java.lang.NumberFormatException: For input string: "includes"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:426)
at java.lang.Integer.valueOf(Integer.java:532)
at org.apache.commons.jexl.util.Coercion.coerceInteger(Coercion.java:95)
at org.apache.commons.jexl.parser.ASTArrayAccess.evaluateExpr(ASTArrayAccess.java:177)
at org.apache.commons.jexl.parser.ASTIdentifier.execute(ASTIdentifier.java:104)
at org.apache.commons.jexl.parser.ASTReference.execute(ASTReference.java:106)
at org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:88)
at org.apache.commons.jexl.parser.ASTNotNode.value(ASTNotNode.java:88)
at at com.werken.forehead.Forehead.main(Forehead.java:573)
...................... .....................
any ideas? I'm guessing the unkown goal message is a side effect of something going wrong in the execution of the goal on one of the sub-projects but I don't know where to look for the underlying error.
cheers Nathan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
