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 18:01:16 UTC

cvs commit: jakarta-turbine-fulcrum README.txt

kaz         02/04/03 08:01:16

  Modified:    .        README.txt
  Log:
  Updated the README with the new build instructions.
  
  Revision  Changes    Path
  1.6       +11 -40    jakarta-turbine-fulcrum/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/README.txt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- README.txt	17 Feb 2002 05:49:59 -0000	1.5
  +++ README.txt	3 Apr 2002 16:01:16 -0000	1.6
  @@ -12,45 +12,16 @@
   --------------------------------------------------------------------------
   B U I L D I N G
   --------------------------------------------------------------------------
  +You must have ant version 1.4 or newer installed.
   
  -Building Fulcrum from CVS is fairly straightforward.  Changes
  -have been made to the Fulcrum build process to simplify the
  -acquisition of jar dependencies.  The entire build process is now
  -a four-step process.
  +Building the Fulcrum from CVS is now very easy.  Fulcrum has been
  +Maven-enabled.  Please refer to the Maven Getting Started document for
  +instructions on building.  This document is available here:
  +
  +http://jakarta.apache.org/turbine/maven/getting-started.html
  +
  +Note: you'll also need to make sure you check out the jakarta-turbine-torque
  +repository because the current Fulcrum build uses templates in that
  +repository.  Both the jakarta-turbine-fulcrum and jakarta-turbnie-torque
  +repositories should be in the same top-level directory.
   
  -The first step of the process is to obtain the source.  Checkout
  -the 'jakarta-turbine-fulcrum' repository.  You'll also need to
  -check out 'jakarta-turbine-torque' because the current build
  -process references templates in that source tree.  If you are
  -unfamiliar with the Jakarta CVS repositories, please refer to the
  -CVS Repositories document
  -(http://jakarta.apache.org/site/cvsindex.html) document for
  -assistance.
  -
  -Next, you must define the 'lib.repo' property in your
  -'${user.home}/build.properties' file.  If you do not have a
  -'${user.home}/build.properties' file, create one in your home
  -directory and add the following line:
  -
  -  lib.repo = /path/to/some/directory  
  -
  -The value of this property determines the location that the
  -Fulcrum dependencies will be stored after they have been
  -downloaded.  Note: this directory must exist in the
  -filesystem.
  -
  -Next, in the top-level directory of the Fulcrum distribution,
  -type the following command to download all of the
  -dependencies required to build Fulcrum:
  -
  -  ant update-jars  
  -
  -Lastly, after all of the jars have been downloaded to your
  -'lib.repo' directory, building the Fulcrum distribution is only a
  -matter of verifying that the 'torque.dir' property (defined in
  -'jakarta-turbine-fulcrum/default.properties') is set
  -correctly, and typing the following command:
  -
  -  ant
  -
  -The resulting jar file will be located in the 'bin' directory.  
  
  
  

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