You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jo...@apache.org on 2001/09/20 07:07:21 UTC

cvs commit: jakarta-turbine-3 BUILDING.txt

jon         01/09/19 22:07:21

  Modified:    .        BUILDING.txt
  Log:
  added notes about default.properties
  
  Revision  Changes    Path
  1.2       +12 -10    jakarta-turbine-3/BUILDING.txt
  
  Index: BUILDING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/BUILDING.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BUILDING.txt	2001/09/19 18:38:45	1.1
  +++ BUILDING.txt	2001/09/20 05:07:21	1.2
  @@ -1,24 +1,26 @@
   ------------------------------------------------------------------------
   | B U I L D I N G  T U R B I N E - 3
   |
  -| $Id: BUILDING.txt,v 1.1 2001/09/19 18:38:45 jon Exp $
  +| $Id: BUILDING.txt,v 1.2 2001/09/20 05:07:21 jon Exp $
   ------------------------------------------------------------------------
   
   #1. Install Ant 1.3 or higher and place the $ANT_HOME/bin directory into
       your PATH.
   
  -#2. Copy the build.properties.sample -> build.properties
  +#2. Create a build.properties file in the jakarta-turbine-3 directory to 
  +    define the locations of the required jar files. This should be done 
  +    by first defining a ${lib.repo} directory location and then placing 
  +    those .jar files into that directory. Our plan is that eventually, 
  +    this will be used by a automated system that will download the 
  +    necessary .jar files for you. However, at this time, it is still a 
  +    manual process.
   
  -#3. Edit build.properties to define the locations of the required jar 
  -    files. This should be done by first defining a ${lib.repo} directory 
  -    location and then placing those .jar files into that directory. Our 
  -    plan is that eventually, this will be used by a automated system that 
  -    will download the necessary .jar files for you. However, at this time, 
  -    it is still a manual process.
  -
       Please note that Turbine 3 is still in alpha and therefore
       depends on the CVS versions of other projects. Below is a chart
  -    which details the locations of all the dependencies.
  +    which details the locations of all the dependencies for Turbine. Each 
  +    of the individual projects may also have a lot of dependencies. Yes, 
  +    we know this is a royal pain in the ass to deal with. Patches and help 
  +    to improve this process is welcome.
   
   #4. Type: 'ant jar' This will build a turbine.jar file. There is also an 
       'ant install-jar' target that will copy the turbine.jar file into your 
  
  
  

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