You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2002/03/19 19:23:24 UTC

cvs commit: jakarta-turbine-torque/xdocs developer-guide.xml

jvanzyl     02/03/19 10:23:24

  Modified:    xdocs    developer-guide.xml
  Log:
  Getting rid of more build information. All handle by Maven.
  
  Revision  Changes    Path
  1.6       +2 -53     jakarta-turbine-torque/xdocs/developer-guide.xml
  
  Index: developer-guide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/xdocs/developer-guide.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- developer-guide.xml	10 Feb 2002 14:34:55 -0000	1.5
  +++ developer-guide.xml	19 Mar 2002 18:23:24 -0000	1.6
  @@ -35,61 +35,10 @@
         ]]></source>
       </section>
   
  -
       <section name="Building">
           <p>
  -            Building the decoupled version of Torque from CVS is now
  -            very easy.  Recently, changes have been made to the Torque
  -            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-torque</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
  -            Torque 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 Torque distribution,
  -            type the following command to download all of the
  -            dependencies required to build Torque:
  -        </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 Torque
  -            distribution is only a matter of typing the following
  -            command:
  -        </p>
  -        <source><![CDATA[
  -  ant dist  
  -        ]]></source>
  -        <p>
  -            The resulting jar file and zip distribution will be located
  -            in the <code>bin</code> directory.  For those interested in
  -            building applications with Torque, only the zip distribution
  -            is needed.
  +          Please refer to <a href="http://jakarta.apache.org/turbine/maven/">
  +          Maven</a> for instructions on building.
           </p>
       </section>
   
  
  
  

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