Ok. I've committed the change. However, maven HEAD does not build for me
too. I get the following error:

[...]
     [echo] | BUILDING MAVEN WITH ITSELF...
     [echo] |
     [echo]
     [exec]  __  __
     [exec] |  \/  |__ _Apache__ ___
     [exec] | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
     [exec] |_|  |_\__,_|\_/\___|_||_|  v. 1.1-SNAPSHOT

     [exec] java.io.FileNotFoundException: C:\Documents and
Settings\Vincent Massol\.maven\plugins\c
lean\project.xml (The system cannot find the path specified)
[...]

I don't think it's related to my changes of this week end. It must
something from before. Brett, any idea?

Anyway, as Arnaud said, just use the 1.0 branch for now.

Thanks
-Vincent

> -----Original Message-----
> From: Vincent Massol [mailto:[EMAIL PROTECTED]
> Sent: 03 May 2004 22:46
> To: 'Maven Users List'; [EMAIL PROTECTED]
> Subject: RE: Compile from CVS => you must use MAVEN-1_0-BRANCH
> 
> 
> 
> > -----Original Message-----
> > From: Vincent Massol [mailto:[EMAIL PROTECTED]
> > Sent: 03 May 2004 22:44
> > To: 'Maven Users List'; [EMAIL PROTECTED]
> > Subject: RE: Compile from CVS => you must use MAVEN-1_0-BRANCH
> >
> > Arnaud,
> >
> > There are 2 CVS modules:
> > - one for maven/
> > - one for maven-plugins/
> >
> > For maven/ there are 2 branches: 1.0 one and HEAD
> > For maven-plugins/ there is only HEAD
> >
> > All my changes of this week end were done in the maven-plugins/ and
> thus
> > on HEAD for that module.
> 
> Ah! That's except for the multiproject exclude... I had forgotten this
> one. I'll merge it to HEAD.
> 
> Thanks!
> -Vincent
> 
> >
> > That's unless you're talking about other modifications?
> >
> > Thanks
> > -Vincent
> >
> > > -----Original Message-----
> > > From: Arnaud Heritier [mailto:[EMAIL PROTECTED]
> > > Sent: 03 May 2004 21:12
> > > To: 'Maven Users List'
> > > Subject: RE: Compile from CVS => you must use MAVEN-1_0-BRANCH
> > >
> > > Miguel :
> > > Did you try to delete your plugins cache directory before the
build?
> > >
> > > Maury and others :
> > > Do not use the HEAD branch. I verified and the last modifications
> > aren't
> > > applied to the HEAD branch. Sorry for this. It should be
clarified.
> > >
> > >
> > > #Arnaud.
> > >
> > >
> > > > -----Message d'origine-----
> > > > De�: Miguel Griffa [mailto:[EMAIL PROTECTED]
> > > > Envoy�: lundi 3 mai 2004 20:54
> > > > ��: Maven Users List
> > > > Objet�: Re: Compile from CVS
> > > >
> > > > Hi
> > > > I'm getting the same problem there,
> > > > I just run
> > > > cvs up -r MAVEN-1_0-BRANCH -d -C
> > > > on maven and maven-plugins checkouts...
> > > > I's so happy with maven that I want to start building and
> > contributing
> > > > (if I can) but debugging the bootstrap seems a bit difficult fo
> rthe
> > > > first task..
> > > >
> > > >      [exec]  __  __
> > > >      [exec] |  \/  |__ _Apache__ ___
> > > >      [exec] | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > > >      [exec] |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc3-SNAPSHOT
> > > >
> > > >      [exec] com.werken.werkz.NoSuchGoalException: No goal
[clean]
> > > >      [exec]     at
> > > >
> > >
> >
>
org.apache.maven.plugin.GoalToJellyScriptHousingMapper.resolveJellyScrip
> > tH
> > > > ousings(GoalToJellyScriptHousingMapper.java:254)
> > > >      [exec]     at
> > > >
> > >
> >
>
org.apache.maven.plugin.PluginManager.prepAttainGoal(PluginManager.java:
> > 64
> > > > 5)
> > > >      [exec]     at
> > > >
> > >
> >
>
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:597
> > )
> > > >      [exec]     at
> > > > org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
> > > >      [exec]     at org.apache.maven.cli.App.doMain(App.java:485)
> > > >      [exec]     at org.apache.maven.cli.App.main(App.java:1208)
> > > >      [exec]     at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > Method)
> > > >      [exec]     at
> > > >
> > >
> >
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
> > a:
> > > > 39)
> > > >      [exec]     at
> > > >
> > >
> >
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
> > Im
> > > > pl.java:25)
> > > >      [exec]     at
> java.lang.reflect.Method.invoke(Method.java:324)
> > > >      [exec]     at
> > com.werken.forehead.Forehead.run(Forehead.java:551)
> > > >      [exec]     at
> > com.werken.forehead.Forehead.main(Forehead.java:581)
> > > >
> > > >
> > > > Arnaud Heritier wrote:
> > > >
> > > > >
> > > > >
> > > > >>-----Message d'origine-----
> > > > >>De : Miguel Griffa [mailto:[EMAIL PROTECTED]
> > > > >>Envoy� : lundi 3 mai 2004 20:01
> > > > >>� : Maven Users List
> > > > >>Objet : Re: Compile from CVS
> > > > >>
> > > > >>Hi I checked out the HEAD
> > > > >>But I'm used to compile without problems HEADs (from open
source
> > > > >>projects...)
> > > > >>I posted all info at jira here (included the ouput of ant -d )
> > > > >>
> > > > >>http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1253
> > > > >>
> > > > >>Shouldn't the head version compile?
> > > > >>
> > > > >>
> > > > >
> > > > >Ok Miguel.
> > > > >In theory the Head must compile but in reality I'm not sure
that
> > all
> > > > >modifications are done in the two branches.
> > > > >The dev team is trying to produce a 1.0 RC3 (Final we hope) as
> soon
> > as
> > > > >possible.
> > > > >Waiting for this, I advise you to get the branch :
> MAVEN-1_0-BRANCH
> > > > >We are sure that this one compile.
> > > > >
> > > > >I will try to find what the problem is with the HEAD.
> > > > >
> > > > >
> > > > >#Arnaud.
> > > > >
> > > > >
> > > >
> >
>---------------------------------------------------------------------
> > > > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > >For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > >
> > > > Miguel Griffa
> > > > Software Architect
> > > > Technisys.NET  "The First Digital e-nabler"
> > > > Transactional Solutions
> > > >
> > > > Miami +1 305 357 8109
> > > > Madrid +34 915 726 763
> > > > Buenos Aires: +54 11 43227100
> > > > [EMAIL PROTECTED]
> > > > http://www.technisys.net
> > > >
> > > >
> > > >
> >
---------------------------------------------------------------------
> > > > 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]

Reply via email to