First of all, I am using cvs HEAD updated today.

I have a project with subprojects.  I am using reactor somewhat successfully.  
The only problem I am having is with specifing multiple goals.  If I try to 
specify more than one goal, all goals after the first one all fail.
Let's say I have 2 goals:

mt:clean and mt:build

This works:
maven mt:clean

And this works:
maven mt:build

But, this does NOT work:
maven mt:clean mt:build

The clean works for all my subprojects, but the build fails with this error:

Unable to obtain goal [mt:build] -- Goal [java:compile] has no action 
definition. File: null At tag <attainGoal>:

I can even go into my subproject dirs and run:
maven mt:clean mt:build
Which works fine!  So, it must be a problem with Reactor.

Has anyone seen this?  I don't mind digging around to try and fix it, but a 
little direction would be helpful.  Thanks.

-James

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to