You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ka...@apache.org on 2002/04/03 17:26:44 UTC

cvs commit: jakarta-turbine-stratum/xdocs building.xml

kaz         02/04/03 07:26:44

  Modified:    xdocs    building.xml
  Log:
  Updated the build instructions to use Maven.
  
  Revision  Changes    Path
  1.2       +4 -49     jakarta-turbine-stratum/xdocs/building.xml
  
  Index: building.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/xdocs/building.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- building.xml	16 Feb 2002 13:35:29 -0000	1.1
  +++ building.xml	3 Apr 2002 15:26:44 -0000	1.2
  @@ -11,55 +11,10 @@
   
       <section name="Building Stratum">
         <p>
  -        Building Stratum from CVS is now very easy.  Recently, changes
  -        have been made to the Stratum build process to simplify the
  -        acquisition of jar dependencies.  The entire build process is
  -        now a four-step process.
  -      </p>
  -      <p>
  -        The first step of the process is to obtain the source.
  -        Checkout the <code>jakarta-turbine-stratum</code> 
  -        repository.  If you are unfamiliar with the Jakarta CVS
  -        repositories, please refer to the 
  -        <a href="/site/cvsindex.html">CVS Repositories</a> document
  -        for assistance.
  -      </p>
  -      <p>
  -        Next, you must define the <code>lib.repo</code> property in
  -        your <code>${user.home}/build.properties</code> file.  If
  -        you do not have a <code>${user.home}/build.properties</code>
  -        file, create one in your home directory and add the
  -        following line:
  -      </p>
  -      <source><![CDATA[
  -  lib.repo = /path/to/some/directory  
  -        ]]></source>
  -      <p> 
  -        The value of this property determines the location that the
  -        Stratum dependencies will be stored after they have been
  -        downloaded.  Note: this directory must exist in the
  -        filesystem.
  -      </p>
  -      <p>
  -        Next, in the top-level directory of the Stratum distribution,
  -        type the following command to download all of the
  -        dependencies required to build Stratum:
  -      </p>
  -      <source><![CDATA[
  -  ant update-jars  
  -        ]]></source>
  -      <p>
  -        Lastly, after all of the jars have been downloaded to your
  -        <code>lib.repo</code> directory, building the Stratum
  -        distribution is only a matter of typing the following
  -        command:
  -      </p>
  -      <source><![CDATA[
  -  ant
  -        ]]></source>
  -      <p>
  -        The resulting jar file will be located in the <code>bin</code>
  -        directory.  
  +        Building Stratum from CVS is now very easy.  It has been
  +        Maven-enabled.  Please refer to the Maven <a
  +        href="http://jakarta.apache.org/turbine/maven/getting-started.html">
  +        Getting Started</a> document for instructions on building.
         </p>
       </section>
     </body>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>