You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by khote <kh...@mminternet.com> on 2003/11/24 16:21:11 UTC

Re: Reactor problem

try changing
*/project.xml
to
**/project.xml

----- Original Message ----- 
From: "Mirko Novakovic" <mi...@provinzial.com>
To: "Maven Users List" <us...@maven.apache.org>
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Reactor problem

Posted by Mirko Novakovic <mi...@provinzial.com>.
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" <mi...@provinzial.com>
To: "Maven Users List" <us...@maven.apache.org>
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: <di...@multitask.com.au>
> To: "Maven Users List" <us...@maven.apache.org>
> 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" <kh...@mminternet.com> 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" <mi...@provinzial.com>
> > > To: "Maven Users List" <us...@maven.apache.org>; "khote"
> > > <kh...@mminternet.com>
> > > Sent: Monday, November 24, 2003 7:26 AM
> > > Subject: Re: Reactor problem
> > >
> > >
> > > > Same exception.
> > > >
> > > > ----- Original Message -----
> > > > From: "khote" <kh...@mminternet.com>
> > > > To: "Maven Users List" <us...@maven.apache.org>
> > > > Sent: Monday, November 24, 2003 4:21 PM
> > > > Subject: Re: Reactor problem
> > > >
> > > >
> > > > > try changing
> > > > > */project.xml
> > > > > to
> > > > > **/project.xml
> > > > >
> > > > > ----- Original Message -----
> > > > > From: "Mirko Novakovic" <mi...@provinzial.com>
> > > > > To: "Maven Users List" <us...@maven.apache.org>
> > > > > 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: users-unsubscribe@maven.apache.org
> > > > > For additional commands, e-mail: users-help@maven.apache.org
> > > > >
> > > >
> > > >
> > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Reactor problem

Posted by Mirko Novakovic <mi...@provinzial.com>.
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: <di...@multitask.com.au>
To: "Maven Users List" <us...@maven.apache.org>
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" <kh...@mminternet.com> 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" <mi...@provinzial.com>
> > To: "Maven Users List" <us...@maven.apache.org>; "khote"
> > <kh...@mminternet.com>
> > Sent: Monday, November 24, 2003 7:26 AM
> > Subject: Re: Reactor problem
> >
> >
> > > Same exception.
> > >
> > > ----- Original Message -----
> > > From: "khote" <kh...@mminternet.com>
> > > To: "Maven Users List" <us...@maven.apache.org>
> > > Sent: Monday, November 24, 2003 4:21 PM
> > > Subject: Re: Reactor problem
> > >
> > >
> > > > try changing
> > > > */project.xml
> > > > to
> > > > **/project.xml
> > > >
> > > > ----- Original Message -----
> > > > From: "Mirko Novakovic" <mi...@provinzial.com>
> > > > To: "Maven Users List" <us...@maven.apache.org>
> > > > 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: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Reactor problem

Posted by di...@multitask.com.au.
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" <kh...@mminternet.com> 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" <mi...@provinzial.com>
> To: "Maven Users List" <us...@maven.apache.org>; "khote"
> <kh...@mminternet.com>
> Sent: Monday, November 24, 2003 7:26 AM
> Subject: Re: Reactor problem
> 
> 
> > Same exception.
> >
> > ----- Original Message -----
> > From: "khote" <kh...@mminternet.com>
> > To: "Maven Users List" <us...@maven.apache.org>
> > Sent: Monday, November 24, 2003 4:21 PM
> > Subject: Re: Reactor problem
> >
> >
> > > try changing
> > > */project.xml
> > > to
> > > **/project.xml
> > >
> > > ----- Original Message -----
> > > From: "Mirko Novakovic" <mi...@provinzial.com>
> > > To: "Maven Users List" <us...@maven.apache.org>
> > > 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: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Reactor problem

Posted by khote <kh...@mminternet.com>.
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" <mi...@provinzial.com>
To: "Maven Users List" <us...@maven.apache.org>; "khote"
<kh...@mminternet.com>
Sent: Monday, November 24, 2003 7:26 AM
Subject: Re: Reactor problem


> Same exception.
>
> ----- Original Message -----
> From: "khote" <kh...@mminternet.com>
> To: "Maven Users List" <us...@maven.apache.org>
> Sent: Monday, November 24, 2003 4:21 PM
> Subject: Re: Reactor problem
>
>
> > try changing
> > */project.xml
> > to
> > **/project.xml
> >
> > ----- Original Message -----
> > From: "Mirko Novakovic" <mi...@provinzial.com>
> > To: "Maven Users List" <us...@maven.apache.org>
> > 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: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Reactor problem

Posted by Mirko Novakovic <mi...@provinzial.com>.
Same exception.

----- Original Message -----
From: "khote" <kh...@mminternet.com>
To: "Maven Users List" <us...@maven.apache.org>
Sent: Monday, November 24, 2003 4:21 PM
Subject: Re: Reactor problem


> try changing
> */project.xml
> to
> **/project.xml
>
> ----- Original Message -----
> From: "Mirko Novakovic" <mi...@provinzial.com>
> To: "Maven Users List" <us...@maven.apache.org>
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org