You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by di...@multitask.com.au on 2003/07/04 08:23:39 UTC

Re: error using reactor

I've just finished work on the new multiproject plugin to handle 
generating sites, in CVS head. maybe this would help...?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/
Work:      http://www.multitask.com.au


Jon Tirsén <jo...@tirsen.com> wrote on 04/07/2003 05:35:29 PM:

> I am trying to use reactor in Nanning to build sub-components. It works
> fine for 'jar:install' but when I do 'site' on my sub-components to
> generate the project-website it fails with this strange message:
> 
> null:143:54: <attainGoal> null:64:15: <maven:reactor> Unable to obtain
> goal [site] -- null:24:42: <attainGoal> null:-1:-1: <null> Goal
> [xdoc:register-reports] has no action definition.
> 
> I'm running b9.
> 
> The goal I'm using looks like this:
> 
>     <goal name="nanning:frameworks-docs">
> 
>         <attainGoal name="jar:install" />
> 
>         <maven:reactor
>             basedir="${basedir}/src/frameworks"
>             includes="*/project.xml"
>             goals="site"
>             banner="Generating docs for"
>             ignoreFailures="false"
>             />
> 
>     </goal>
> 
> There are no reports defined in my sub-projects.
> 
> Would it help to switch to CVS HEAD, or is that still too shaky? (I
> tried to hang on for a while between b8 and b9...)
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>