Ok, now it makes more sense. This bug existed on HEAD for some time - the
fix was only merged in Tuesday.

You might like to refer to the wiki or my earlier email today that details
the current CVS status.

Cheers,
Bret

> -----Original Message-----
> From: Sri Sankaran [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, 25 March 2004 2:24 PM
> To: Maven Users List
> Subject: RE: Goal [java:compile] has no action definition
> 
> 
> I've been using rc2 for a while now (built Maven from CVS 
> HEAD) and so haven't tried it on rc1.
> 
> I will
>  a) try it on the official rc2 release
>  b) if (a) is not successful create a small project and try 
> and recreate
>     the problem.
> 
> Sri
> 
> -----Original Message-----
> From: Brett Porter [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, March 24, 2004 8:20 PM
> To: 'Maven Users List'
> Subject: RE: Goal [java:compile] has no action definition
> 
> Thanks. This is odd.
> 
> Did this work on rc1 or is it a new installation?
> 
> Do you have a small sample project that shows the problem? If 
> so, post it to JIRA.
> 
> Thanks,
> Brett
> 
> > -----Original Message-----
> > From: Sri Sankaran [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, 25 March 2004 12:15 PM
> > To: Maven Users List
> > Subject: RE: Goal [java:compile] has no action definition
> > 
> > 
> > Answer 1: java:compile works fine on its own.  test:test 
> works fine on
> > its own Answer 2: I have tried with just *.cache removed.  Then I 
> > tried with the entire plugins directory wiped out.  Same failure in 
> > both cases.
> > 
> > Sri
> > 
> > -----Original Message-----
> > From: Brett Porter [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, March 24, 2004 5:31 PM
> > To: 'Maven Users List'
> > Subject: RE: Goal [java:compile] has no action definition
> > 
> > Just recapping my Q's to see what is happening here:
> > 
> > 1) If you run just "java:compile" on its own does it work?
> > 2) When you say that you deleted the plugin cache, did you 
> remove the
> > entire ~/.maven/plugins directory or just the .cache files?
> > 
> > - Brett
> > 
> > > -----Original Message-----
> > > From: Sri Sankaran [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, 25 March 2004 12:27 AM
> > > To: Maven Users List
> > > Subject: RE: Goal [java:compile] has no action definition
> > > 
> > > 
> > > I am sorry... I meant to say <attainGoal name="test:test"/>.
> > > 
> > > So, to recap:
> > > 
> > > Project structure
> > > 
> > > Root
> > >  |
> > >  +-- sub-project-1
> > >  |
> > >  +-- sub-project-2
> > > 
> > > Root's maven.xml:
> > > 
> > > <goal name="root_project:build-all">
> > >   <maven:reactor .../>
> > > 
> > >   <attainGoal name="test:test"/>  <-- Causes the error </goal>
> > >  
> > > 
> > > -----Original Message-----
> > > From: Brett Porter [mailto:[EMAIL PROTECTED]
> > > Sent: Tuesday, March 23, 2004 9:35 PM
> > > To: 'Maven Users List'
> > > Subject: RE: Goal [java:compile] has no action definition
> > > 
> > > IS this a real example? <test:test/> doesn't exist. You must mean
> > > <attainGoal name="test:test" />
> > > 
> > > If you run just "java:compile" on its own does it work?
> > > 
> > > When you say that you deleted the plugin cache, did you remove the
> > > entire ~/.maven/plugins directory or just the .cache files?
> > > 
> > > - Brett
> > > 
> > > > -----Original Message-----
> > > > From: Sri Sankaran [mailto:[EMAIL PROTECTED]
> > > > Sent: Wednesday, 24 March 2004 1:28 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Goal [java:compile] has no action definition
> > > > 
> > > > 
> > > > Using : Maven 1.0 rc2
> > > > OS: Windows XP Professional
> > > >  
> > > > At the end of a reactor build I invoke test:test to run
> > integration
> > > > tests on my entire project.  The entire reactor build runs
> > > > successfully.  However, the call to test:test fails with
> > the message
> > > >  
> > > >  Goal [java:compile] has no action definition
> > > >  
> > > > I have scoured this list and tried some of the
> > recommendations (such
> > > > as wiping out the plugins cache) to no avail.  Can you help?
> > > >  
> > > > Sri
> > > >  
> > > > Details:
> > > >  
> > > > Project structure
> > > > 
> > > > Root
> > > >  |
> > > >  +-- sub-project-1
> > > >  |
> > > >  +-- sub-project-2
> > > > 
> > > > Root's maven.xml:
> > > > 
> > > > <goal name="root_project:build-all">
> > > >   <maven:reactor .../>
> > > > 
> > > >   <test:test/>  <-- Causes the error </goal>
> > > > 
> > > > 
> > > 
> > 
> ---------------------------------------------------------------------
> > > > 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]
> 

Reply via email to