You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by qu...@apache.org on 2003/05/02 18:14:54 UTC

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

quintonm    2003/05/02 09:14:54

  Modified:    xdocs    building.xml
  Log:
  Updated the build instructions
  
  Revision  Changes    Path
  1.5       +17 -9     jakarta-turbine-fulcrum/xdocs/building.xml
  
  Index: building.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/xdocs/building.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- building.xml	3 Apr 2002 15:53:43 -0000	1.4
  +++ building.xml	2 May 2003 16:14:54 -0000	1.5
  @@ -5,6 +5,7 @@
     <properties>
       <title>Building Fulcrum</title>
       <author email="pete@kazmier.com">Pete Kazmier</author>
  +    <author email="quintonm@bellsouth.net">Quinton McCombs</author>
     </properties>
   
     <body>
  @@ -15,18 +16,25 @@
           Maven-enabled.  Before you begin, you'll need to check out the
           <code>jakarta-turbine-fulcrum</code> CVS repository (if you are
           not familiar with the Jakarta CVS repositories, please refer to
  -        the <a href="/site/cvsindex.html">documentation</a>).  In
  -        addition, you'll also have to check out the
  -        <code>jakarta-turbine-torque</code> repository because the
  -        current build process references templates in that source
  -        directory.  Note: both repositories should be checked out in the
  -        same top-level directory.
  +        the <a href="/site/cvsindex.html">documentation</a>).  
         </p>
         <p>
           Please refer to the Maven <a
  -        href="http://jakarta.apache.org/turbine/maven/getting-started.html">Getting
  -        Started</a> document for instructions on how to build the
  -        project using Maven.
  +        href="http://maven.apache.org/getting-started.html">Getting
  +        Started</a> document for instructions on how to install and
  +        use Maven.
  +      </p>
  +      <p>
  +        From the root directory of the fuklcrum project (where you checked
  +        out the code to or unpacked a source distribution), simply type 
  +        'maven' and press enter.  This will start a process that will
  +        build each component.  After the component is built, it will be 
  +        installed into you local maven repository.
  +      </p>
  +      <p>
  +        To build a local copy of the documentation, use 'mave site-all'.
  +        This will build a local copy of the web site in the 'target/docs' 
  +        directory.
         </p>
       </section>
     </body>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org