kaz         02/03/18 08:17:34

  Modified:    xdocs    project.xml
  Added:       xdocs    download.xml
  Log:
  Added a "download" page that points users to the installers for Maven.
  Also added this to the Maven site.
  
  Revision  Changes    Path
  1.18      +1 -0      jakarta-turbine-maven/xdocs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml       17 Mar 2002 16:42:05 -0000      1.17
  +++ project.xml       18 Mar 2002 16:17:34 -0000      1.18
  @@ -8,6 +8,7 @@
       <menu name="Overview">
         <item name="Goals"                   href="/goals.html"/>
         <item name="Getting Started"         href="/getting-started.html"/>
  +      <item name="Download"                href="/download.html"/>
       </menu>
       <menu name="Reference">
         <item name="Project Descriptor"      href="/project-descriptor.html"/>
  
  
  
  1.1                  jakarta-turbine-maven/xdocs/download.xml
  
  Index: download.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <title>Downnload Maven</title>
      <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
    </properties>
  
    <body>
      <section name="Download Maven">
  
        <p>
          Maven is distributed via an installer.  The installer will setup
          a <code>${maven.home}</code> directory containing all of the
          resources (stylesheets, build files, images) required to use
          Maven.  It will also install any JARs that Maven requires in
          your <code>${lib.repo}</code> directory.  This installer is
          available for several platforms.  
        </p>
  
        <table>
          <tr><th>Platform</th><th>Installer</th><th>Comments</th></tr>
          <tr>
            <td>Unix</td>
            <td><a 
href="http://www.apache.org/~jvanzyl/maven/maven-install.bin";>maven-install.bin</a></td>
            <td>
              Shell script that starts a GUI installer.  There is also a
              console-mode that can be started with the <code>-i
              console</code> option (experimental).
            </td>
          </tr>
          <tr>
            <td>Windows</td>
            <td><a 
href="http://www.apache.org/~jvanzyl/maven/maven-install.exe";>maven-install.exe</a></td>
            <td>GUI installer. </td>
          </tr>
          <tr>
            <td>MacOSX</td>
            <td><a 
href="http://www.apache.org/~jvanzyl/maven/maven-install.sit";>maven-install.sit</a></td>
            <td>
              GUI installer.  You'll need StuffIt Expander to unpack the
              installer.
            </td>
          </tr>
          <tr>
            <td>JAR Install</td>
            <td><a 
href="http://www.apache.org/~jvanzyl/maven/maven-install.jar";>maven-install.jar</a></td>
            <td>
              This is a JAR install of Maven.  It requires manual
              installation as described in 
              <a href="getting-started.html">Getting Started</a>.
            </td>
          </tr>
        </table>
  
        <p>
          After downloading the installer, see the <a
            href="getting-started.html">Getting Started</a> document for
          instructions on how to use Maven.
        </p>
  
      </section>
    </body>
  </document>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to