brett 2004/03/23 15:21:51 Modified: xdocs Tag: MAVEN-1_0-BRANCH navigation.xml xdocs/start Tag: MAVEN-1_0-BRANCH download.xml install.xml Added: xdocs/start Tag: MAVEN-1_0-BRANCH release-notes.xml announcements Tag: MAVEN-1_0-BRANCH 1.0-rc2.ann Log: updated doco for RC2 Revision Changes Path No revision No revision 1.33.4.4 +1 -0 maven/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /home/cvs/maven/xdocs/navigation.xml,v retrieving revision 1.33.4.3 retrieving revision 1.33.4.4 diff -u -r1.33.4.3 -r1.33.4.4 --- navigation.xml 4 Mar 2004 17:45:56 -0000 1.33.4.3 +++ navigation.xml 23 Mar 2004 23:21:51 -0000 1.33.4.4 @@ -39,6 +39,7 @@ <item name="Install" href="/start/install.html"/> <item name="Integrate" href="/start/integrate.html"/> <item name="Use" href="/start/use.html"/> + <item name="Release Notes" href="/start/release-notes.html"/> <item name="Build" href="/start/bootstrap.html"/> <item name="Anakia Users" href="/start/anakia.html"/> </item> No revision No revision 1.20.2.2 +10 -10 maven/xdocs/start/download.xml Index: download.xml =================================================================== RCS file: /home/cvs/maven/xdocs/start/download.xml,v retrieving revision 1.20.2.1 retrieving revision 1.20.2.2 diff -u -r1.20.2.1 -r1.20.2.2 --- download.xml 4 Mar 2004 17:45:58 -0000 1.20.2.1 +++ download.xml 23 Mar 2004 23:21:51 -0000 1.20.2.2 @@ -28,23 +28,23 @@ <section name="Download Maven"> <p> - Maven is currently distributed in two formats for user convenience: - a tar/gzipped install archive and a zipped install archive. Each of - the install archives contains everything that Maven needs to run and a set - of core plug-ins that provide some basic functionality. You can find the install archives - <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/">here</a>. + Maven is currently distributed in several formats for user convenience. For instructions on + how to install maven, see the <a href="install.html">Installation Instructions</a>. + You can find the install archives <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/">here</a>. </p> <p> - The current release is 1.0-rc1. Below are the links to the latest release in various formats + The current release is 1.0-rc2. Below are the links to the latest release in various formats </p> <ul> - <li><a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc1.exe">Windows .exe</a></li> - <li><a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc1.zip">.zip file</a></li> - <li><a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc1.tar.gz">.tar.gz file</a></li> + <li><a href="release-notes.html">Release Notes</a></li> + <li><a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc2.exe">Windows .exe</a></li> + <li><a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc2.tar.bz2">.tar.bz2 file</a></li> + <li><a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc2.tar.gz">.tar.gz file</a></li> + <li><a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc2.zip">.zip file</a></li> </ul> </section> </body> -</document> \ No newline at end of file +</document> 1.15.4.2 +12 -7 maven/xdocs/start/install.xml Index: install.xml =================================================================== RCS file: /home/cvs/maven/xdocs/start/install.xml,v retrieving revision 1.15.4.1 retrieving revision 1.15.4.2 diff -u -r1.15.4.1 -r1.15.4.2 --- install.xml 4 Mar 2004 17:45:58 -0000 1.15.4.1 +++ install.xml 23 Mar 2004 23:21:51 -0000 1.15.4.2 @@ -45,16 +45,17 @@ <p> Before you begin using Maven you will need to define the - <code>$MAVEN_HOME</code> environment variable which is the directory where - you just unpacked the Maven install archive. You will also need to add - <code>$MAVEN_HOME/bin</code> to your path so that you can run + <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 the scripts provided with Maven. This works in exactly the same way that Ant works. </p> <p> <b>WARNING</b>: the following step currently does not work on - Windows 95, 98, ME, and possibly versions of NT/2000. + Windows 95, 98, ME. You can safely skip it - Maven will download the dependencies instead of copying them from the <code>lib</code> directory. </p> @@ -71,9 +72,9 @@ </p> <p> - Verify that your <code>$MAVEN_HOME</code> environment variable points to + Verify that your <code>MAVEN_HOME</code> environment variable points to the correct location. In the top-level directory of - <code>$MAVEN_HOME</code>, you should see the following + <code>MAVEN_HOME</code>, you should see the following structure: </p> @@ -82,7 +83,6 @@ |-- bin |-- lib |-- plugins - `-- repository ]]></source> @@ -91,6 +91,11 @@ need build projects with Maven. </p> + <p> + To confirm that you can start Maven, run + </p> + <source><![CDATA[maven -v]]></source> </section> </body> </document> + No revision Index: install.xml =================================================================== RCS file: /home/cvs/maven/xdocs/start/install.xml,v retrieving revision 1.15.4.1 retrieving revision 1.15.4.2 diff -u -r1.15.4.1 -r1.15.4.2 --- install.xml 4 Mar 2004 17:45:58 -0000 1.15.4.1 +++ install.xml 23 Mar 2004 23:21:51 -0000 1.15.4.2 @@ -45,16 +45,17 @@ <p> Before you begin using Maven you will need to define the - <code>$MAVEN_HOME</code> environment variable which is the directory where - you just unpacked the Maven install archive. You will also need to add - <code>$MAVEN_HOME/bin</code> to your path so that you can run + <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 the scripts provided with Maven. This works in exactly the same way that Ant works. </p> <p> <b>WARNING</b>: the following step currently does not work on - Windows 95, 98, ME, and possibly versions of NT/2000. + Windows 95, 98, ME. You can safely skip it - Maven will download the dependencies instead of copying them from the <code>lib</code> directory. </p> @@ -71,9 +72,9 @@ </p> <p> - Verify that your <code>$MAVEN_HOME</code> environment variable points to + Verify that your <code>MAVEN_HOME</code> environment variable points to the correct location. In the top-level directory of - <code>$MAVEN_HOME</code>, you should see the following + <code>MAVEN_HOME</code>, you should see the following structure: </p> @@ -82,7 +83,6 @@ |-- bin |-- lib |-- plugins - `-- repository ]]></source> @@ -91,6 +91,11 @@ need build projects with Maven. </p> + <p> + To confirm that you can start Maven, run + </p> + <source><![CDATA[maven -v]]></source> </section> </body> </document> + No revision Index: install.xml =================================================================== RCS file: /home/cvs/maven/xdocs/start/install.xml,v retrieving revision 1.15.4.1 retrieving revision 1.15.4.2 diff -u -r1.15.4.1 -r1.15.4.2 --- install.xml 4 Mar 2004 17:45:58 -0000 1.15.4.1 +++ install.xml 23 Mar 2004 23:21:51 -0000 1.15.4.2 @@ -45,16 +45,17 @@ <p> Before you begin using Maven you will need to define the - <code>$MAVEN_HOME</code> environment variable which is the directory where - you just unpacked the Maven install archive. You will also need to add - <code>$MAVEN_HOME/bin</code> to your path so that you can run + <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 the scripts provided with Maven. This works in exactly the same way that Ant works. </p> <p> <b>WARNING</b>: the following step currently does not work on - Windows 95, 98, ME, and possibly versions of NT/2000. + Windows 95, 98, ME. You can safely skip it - Maven will download the dependencies instead of copying them from the <code>lib</code> directory. </p> @@ -71,9 +72,9 @@ </p> <p> - Verify that your <code>$MAVEN_HOME</code> environment variable points to + Verify that your <code>MAVEN_HOME</code> environment variable points to the correct location. In the top-level directory of - <code>$MAVEN_HOME</code>, you should see the following + <code>MAVEN_HOME</code>, you should see the following structure: </p> @@ -82,7 +83,6 @@ |-- bin |-- lib |-- plugins - `-- repository ]]></source> @@ -91,6 +91,11 @@ need build projects with Maven. </p> + <p> + To confirm that you can start Maven, run + </p> + <source><![CDATA[maven -v]]></source> </section> </body> </document> + 1.1.2.1 +106 -0 maven/xdocs/start/Attic/release-notes.xml No revision No revision 1.1.2.1 +63 -0 maven/announcements/Attic/1.0-rc2.ann
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]