Re: maven compile

2005-12-12 Thread Pascal GRANGE
Le Lundi 12 Décembre 2005 17:48, Brett Porter a écrit : > Pascal GRANGE wrote: > > Le Vendredi 9 Décembre 2005 19:03, Brett Porter a écrit : > >> You can't use the bootstrap for tagged versions > > > > OK but it did not work for the trunk either. > > ./bootstrap.sh > > >> - it must be built with >

Re: maven compile

2005-12-12 Thread Brett Porter
Pascal GRANGE wrote: > Le Vendredi 9 Décembre 2005 19:03, Brett Porter a écrit : > >> You can't use the bootstrap for tagged versions >> > > OK but it did not work for the trunk either. > ./bootstrap.sh > >> - it must be built with >> Maven 2 (mvn install; cd maven-core; mvn assembly

Re: maven compile

2005-12-12 Thread Pascal GRANGE
Le Vendredi 9 Décembre 2005 19:03, Brett Porter a écrit : > You can't use the bootstrap for tagged versions OK but it did not work for the trunk either. > - it must be built with > Maven 2 (mvn install; cd maven-core; mvn assembly:assembly). This two steps completed with success but what are th

Re: maven compile

2005-12-09 Thread Brett Porter
You can't use the bootstrap for tagged versions - it must be built with Maven 2 (mvn install; cd maven-core; mvn assembly:assembly). Maven 2.0.1's bootstrap will be able to build the tagged version. - Brett Pascal GRANGE wrote: > Hi all, > > I am trying to build the version 2.0 of maven b

maven compile

2005-12-09 Thread Pascal GRANGE
Hi all, I am trying to build the version 2.0 of maven buit it fails claiming that a remote metedata version can't be found. I followed the steps described at : http://maven.apache.org/guides/development/guide-building-m2.html 1) I checked-out the 2.0 version of maven : svn co https://s