Or you could grab rc1 :)
> -----Original Message----- > From: Nathan Coast [mailto:[EMAIL PROTECTED] > Sent: Monday, 29 September 2003 4:19 PM > To: Maven Users List > Subject: Re: unknown goal - reactor problem > > > maven.log attached. > > I'm working from oldish cvs checkout so I'm doing a fresh co > to see if that helps > > > [EMAIL PROTECTED] wrote: > > > Nathan Coast <[EMAIL PROTECTED]> wrote on 29/09/2003 03:17:55 PM: > > > > > >>Hi, > >> > >>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) > > > > [snip] > > Ignore all those. > > > > > >>...................... > >>..................... > >> > >>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. > > > > Sounds like a reactor bug. > > > > Can you post the actual stack trace? > > -- > > dIon Gillard, Multitask Consulting > > Blog: http://blogs.codehaus.org/people/dion/ > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > >
