I just tried to comment out the delete dir from build-bootstrap: <target name="clean-maven-home">
<delete dir="${maven.home}/bin"/> <mkdir dir="${maven.home}/bin"/> <delete dir="${maven.home}/lib"/> <mkdir dir="${maven.home}/lib"/> <!--delete dir="${maven.home}/plugins"/--> <mkdir dir="${maven.home}/plugins"/> <!-- cleanup the local plugins dir --> <!--delete dir="${maven.home.local}/plugins"/--> </target> I then unpacked my rc1.tar file so I had a working maven installation - then I could compile. I'm aware, that my old plugins aren't deleted this way; for now, I checked that I did not have two versions of the same plugins in the plugin dir. Building the maven-plugins worked fine too. Does this shed any light ? br /Sverre On Wed, 2003-12-03 at 02:20, Brett Porter wrote: > What is the contents of $MAVEN_HOME/plugins and $MAVEN_HOME_LOCAL/plugins > after running the failed bootstrap? > > - Brett > > > -----Original Message----- > > From: Sverre Eplov [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, 3 December 2003 11:33 AM > > To: Maven Users List > > Subject: RE: Building from current CVS head > > > > > > yeps - even removed my maven dir completely and checked out a > > new fresh copy. > > I've tried to rename my build.properties and let maven use > > .maven in my home dir just to make sure that I had not > > introduced something in my own properties. > > > > And the maven-plugins are checked out where it should be. > > > > br, > > /Sverre > > > > On Wed, 2003-12-03 at 02:09, Brett Porter wrote: > > > Are you sure you are using HEAD? Cvs update -A just to make sure. > > > > > > The properties are in project.properties that control the > > location of > > > the plugins and which are included. Default is ../maven-plugins > > > -- /Sverre Eplov --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]