Hi And what about m2-bootstrap-all.bat?
Greg ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, October 14, 2005 4:20 PM Subject: svn commit: r321131 - /maven/components/trunk/m2-bootstrap-all.sh > Author: brett > Date: Fri Oct 14 07:19:58 2005 > New Revision: 321131 > > URL: http://svn.apache.org/viewcvs?rev=321131&view=rev > Log: > seems to be choking on the bootstrap-built plugin-plugin in the reactor, > try building manually first > > Modified: > maven/components/trunk/m2-bootstrap-all.sh > > Modified: maven/components/trunk/m2-bootstrap-all.sh > URL: > http://svn.apache.org/viewcvs/maven/components/trunk/m2-bootstrap-all.sh?rev=321131&r1=321130&r2=321131&view=diff > ============================================================================== > --- maven/components/trunk/m2-bootstrap-all.sh (original) > +++ maven/components/trunk/m2-bootstrap-all.sh Fri Oct 14 07:19:58 2005 > @@ -47,14 +47,21 @@ > ) > ret=$?; if [ $ret != 0 ]; then exit $ret; fi > > +echo > "-----------------------------------------------------------------------" > +echo " Rebuilding maven2 plugins ... " > +echo > "-----------------------------------------------------------------------" > + > # I Really Don't want to be rebuilding these (Especially the reports) > every time, but > # until we regularly push them to the repository and the integration tests > rely on > # some of these plugins, there is no choice > ( > - echo > "-----------------------------------------------------------------------" > - echo " Rebuilding maven2 plugins ... " > - echo > "-----------------------------------------------------------------------" > + # Build plugin plugin first, it seems to choke on the version built by > the bootstrap > + cd maven-plugins/maven-plugin-plugin > + > + m2 --no-plugin-registry --batch-mode --fail-at-end -e $ARGS clean:clean > install > +) > > +( > cd maven-plugins > # update the release info to ensure these versions get used in the > integration tests > m2 --no-plugin-registry --batch-mode --fail-at-end -e $ARGS clean:clean > install > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
