I figured out, what the problem is...I didn't have a project.xml in the root directory and it seems that this is needed...I think the Nullpointerexception should be replaced with something like: "project.xml is missing"
Mirko ----- Original Message ----- From: "Mirko Novakovic" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Tuesday, November 25, 2003 8:36 AM Subject: Re: Reactor problem > Yes, there is a build-all in the maven.xml file. > I've tried everything to get the maven:reactor tag runnning, but no > chance... > > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: "Maven Users List" <[EMAIL PROTECTED]> > Sent: Tuesday, November 25, 2003 1:35 AM > Subject: Re: Reactor problem > > > > Is there a "build-all" in maven.xml in "D:\eclipse\workspace\Deployment > > Test Projekt"? > > > > I've seen an NPE from that. > > -- > > dIon Gillard, Multitask Consulting > > Blog: http://blogs.codehaus.org/people/dion/ > > > > > > > > "khote" <[EMAIL PROTECTED]> wrote on 25/11/2003 02:24:25 AM: > > > > > I've never had that output before ... I've heard bad things about having > > > spaces in directory paths, particularly on windows boxes. > > > > > > ----- Original Message ----- > > > From: "Mirko Novakovic" <[EMAIL PROTECTED]> > > > To: "Maven Users List" <[EMAIL PROTECTED]>; "khote" > > > <[EMAIL PROTECTED]> > > > Sent: Monday, November 24, 2003 7:26 AM > > > Subject: Re: Reactor problem > > > > > > > > > > Same exception. > > > > > > > > ----- Original Message ----- > > > > From: "khote" <[EMAIL PROTECTED]> > > > > To: "Maven Users List" <[EMAIL PROTECTED]> > > > > Sent: Monday, November 24, 2003 4:21 PM > > > > Subject: Re: Reactor problem > > > > > > > > > > > > > try changing > > > > > */project.xml > > > > > to > > > > > **/project.xml > > > > > > > > > > ----- Original Message ----- > > > > > From: "Mirko Novakovic" <[EMAIL PROTECTED]> > > > > > To: "Maven Users List" <[EMAIL PROTECTED]> > > > > > Sent: Monday, November 24, 2003 7:22 AM > > > > > Subject: Reactor problem > > > > > > > > > > > > > > > Hello, > > > > > > > > > > I've the following directory structure: > > > > > > > > > > project.xml > > > > > build.properties > > > > > maven.xml > > > > > | > > > > > ----project1 > > > > > - project.xml > > > > > > > > > > | > > > > > ----project2 > > > > > - project.xml > > > > > > > > > > > > > > > in maven.xml I have a build-all goal that executes the following: > > > > > > > > > > <maven:reactor basedir="${basedir}" > > > > > > > > > > includes="*/project.xml" > > > > > > > > > > goals="clean" > > > > > > > > > > banner="Deploying project" > > > > > > > > > > ignoreFailures="false" /> > > > > > > > > > > The execution of the goal (maven -X build-all) results in the > > following > > > > > exception: > > > > > > > > > > D:\eclipse\workspace\Deployment Test Projekt>maven -X build-all > > > > > __ __ > > > > > | \/ |__ _Apache__ ___ > > > > > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > > > > |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT > > > > > > > > > > java.lang.NullPointerException > > > > > at > > > > > > > > > > org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:430) > > > > > at > > > > org.apache.maven.MavenSession.attainGoals(MavenSession.java:348) > > > > > at org.apache.maven.cli.App.doMain(App.java:543) > > > > > at org.apache.maven.cli.App.main(App.java:1109) > > > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > Method) > > > > > at > > > > > > > > > > > > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 > > > > > ) > > > > > at > > > > > > > > > > > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl > > > > > .java:25) > > > > > at java.lang.reflect.Method.invoke(Method.java:324) > > > > > at com.werken.forehead.Forehead.run(Forehead.java:551) > > > > > at com.werken.forehead.Forehead.main(Forehead.java:581) > > > > > Total time: 2 seconds > > > > > Finished at: Mon Nov 24 16:20:16 CET 2003 > > > > > > > > > > Any ideas what I made wrong? Is there a documentation of the reactor > > > > Tag??? > > > > > > > > > > Thanks. > > > > > > > > > > Mirko > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]