brett 2004/06/07 05:01:59 Modified: xdocs/start Tag: MAVEN-1_0-BRANCH bootstrap.xml install.xml use.xml Log: PR: MAVEN-1306/8 Make env var references less unixish Revision Changes Path No revision No revision 1.13.4.4 +14 -14 maven/xdocs/start/bootstrap.xml Index: bootstrap.xml =================================================================== RCS file: /home/cvs/maven/xdocs/start/bootstrap.xml,v retrieving revision 1.13.4.3 retrieving revision 1.13.4.4 diff -u -r1.13.4.3 -r1.13.4.4 --- bootstrap.xml 4 May 2004 08:27:23 -0000 1.13.4.3 +++ bootstrap.xml 7 Jun 2004 12:01:59 -0000 1.13.4.4 @@ -40,19 +40,25 @@ </p> <p> Before you can build Maven, you'll need to make sure you have <a - href="http://jakarta.apache.org/ant/">Ant</a> 1.5 or higher + href="http://ant.apache.org/">Ant</a> 1.5 or higher installed on your system. Don't forget to install the <code>optional.jar</code> included with Ant. In addition, you'll also need the <a href="http://www.junit.org/">JUnit</a> unit testing framework installed. Be sure to install - <code>junit.jar</code> in your <code>$ANT_HOME/lib</code> + <code>junit.jar</code> in your <code>ANT_HOME/lib</code> directory. Failure to do so will result in build errors. </p> <p> - You also must have the <code>$MAVEN_HOME</code> env-var set. The - Maven installation is encapsulated in the <code>$MAVEN_HOME</code> - directory: scripts, Maven's run-time library, plug-ins and the - local repository. <code>$MAVEN_HOME</code> must not end with a path delimiter - eg. / or \ + You also must have the <code>MAVEN_HOME</code> env-var set. The + Maven installation is encapsulated in the directory specified by + <code>MAVEN_HOME</code>: scripts, Maven's run-time library, plug-ins and the + local repository. <code>MAVEN_HOME</code> must not end with a path delimiter - + ie. <code>/</code> or <code>\</code> + </p> + <p> + <b>Note</b>: as the installation of Maven is automatic and part of the + build process, make sure you really want to overwrite the files + you may have in that location. </p> <p> For the impatient reader that doesn't want to read the rest of @@ -83,7 +89,7 @@ href="http://maven.apache.org/cvs-usage.html">documentation</a>. </p> <p> - After setting the value of <code>$MAVEN_HOME</code> and + After setting the value of <code>MAVEN_HOME</code> and pulling down the sources you are now ready to build and install Maven on your system using the bootstrapping process. As mentioned earlier, the bootstrapping process is @@ -104,13 +110,7 @@ <ul> <li> The Maven build system has been installed in - <code>$MAVEN_HOME</code>. - </li> - <li> - The Maven JAR has been installed in your local repository, - which defaults to <code>$MAVEN_HOME/repository</code>, so - that plug-ins that might require Maven can build and it - is installed in Maven's run-time directory. + <code>MAVEN_HOME</code>. </li> <li> You can now build any Maven-enabled project with ease! 1.15.4.5 +2 -2 maven/xdocs/start/install.xml Index: install.xml =================================================================== RCS file: /home/cvs/maven/xdocs/start/install.xml,v retrieving revision 1.15.4.4 retrieving revision 1.15.4.5 diff -u -r1.15.4.4 -r1.15.4.5 --- install.xml 26 Apr 2004 23:41:36 -0000 1.15.4.4 +++ install.xml 7 Jun 2004 12:01:59 -0000 1.15.4.5 @@ -48,7 +48,7 @@ <code>MAVEN_HOME</code> environment variable which is the directory where you just unpacked the Maven install archive. (If you are using the Windows Installer this variable will be set for you). You will also need to add - <code><i>MAVEN_HOME</i>/bin</code> to your path so that you can run + <code>MAVEN_HOME/bin</code> to your path so that you can run the scripts provided with Maven. This works in exactly the same way that Ant works. </p> @@ -57,7 +57,7 @@ If you are upgrading from a previous version of Maven, you should remove your local plugin directory, specified by <code>MAVEN_HOME_LOCAL</code>. The default location for this is - <code><i>HOME</i>/.maven/plugins</code> + <code>HOME/.maven/plugins</code> </p> <p> 1.5.10.2 +1 -1 maven/xdocs/start/use.xml Index: use.xml =================================================================== RCS file: /home/cvs/maven/xdocs/start/use.xml,v retrieving revision 1.5.10.1 retrieving revision 1.5.10.2 diff -u -r1.5.10.1 -r1.5.10.2 --- use.xml 4 Mar 2004 17:45:58 -0000 1.5.10.1 +++ use.xml 7 Jun 2004 12:01:59 -0000 1.5.10.2 @@ -60,7 +60,7 @@ the location where you can download the JAR yourself, and 2) JARs that don't exist in the local or remote repositories will result in an error. In either case, you'll have to download those - yourself and manually place them in <code>$MAVEN_HOME/repository</code>. + yourself and manually place them in your local repository. After you have downloaded all of the dependent JARs, generating a JAR for a Maven-enabled Turbine project is easy. Type the following:
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]