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/19 20:38:45 UTC

cvs commit: jakarta-turbine-3 BUILDING.txt build.properties.sample build.xml

jon         01/09/19 11:38:45

  Modified:    .        build.properties.sample build.xml
  Added:       .        BUILDING.txt
  Log:
  added building.txt (this is probably temporary until we have real
  documentation)
  
  removed docs target from build.xml since it isn't even going to work
  
  Revision  Changes    Path
  1.2       +3 -1      jakarta-turbine-3/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.sample	2001/09/19 18:17:20	1.1
  +++ build.properties.sample	2001/09/19 18:38:45	1.2
  @@ -22,9 +22,11 @@
   debug = on
   optimize = off
   deprecation = off
  -jdom.jar = jdom-b6.jar
   adapterCode = true
   
  +# Please see the BUILDING.txt file for information
  +# on the locations of where to find each of these 
  +# jar files
   
   velocity.jar = ${lib.repo}/velocity-1.2-dev.jar
   log4j.jar = ${lib.repo}/log4j-1.1.jar
  
  
  
  1.7       +0 -69     jakarta-turbine-3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml	2001/09/18 18:39:15	1.6
  +++ build.xml	2001/09/19 18:38:45	1.7
  @@ -374,75 +374,6 @@
     </target>
   
     <!-- ================================================================== -->
  -  <!-- Make Turbine documentation                                         -->
  -  <!-- ================================================================== -->
  -  
  -  <target name="check_for_jdom">
  -    
  -    <available 
  -      property="jdom.present"
  -      classname="org.jdom.JDOMException">
  -      <classpath>
  -        <pathelement location="${jakarta.site2}/lib/${jdom.jar}"/>
  -      </classpath>
  -    </available>
  -  </target>
  -    
  -  <target name="docs-prepare-error" depends="check_for_jdom"
  -          unless="jdom.present">
  -    <echo>
  -      The Jakarta-Site2 module is not present! Please check
  -      to make sure that you have checked it out from CVS.
  -
  -      &lt;http://jakarta.apache.org/site/jakarta-site2.html&gt;
  -    </echo>
  -  
  -  </target>
  -
  -  <target name="docs"
  -          depends="docs-prepare-error"
  -          description="--> generates the HTML documentation"
  -          if="jdom.present">
  -  
  -    <taskdef name="anakia"
  -      classname="org.apache.velocity.anakia.AnakiaTask">
  -      <classpath>
  -        <fileset dir="${jakarta.site2}/lib">
  -          <include name="*.jar"/>
  -        </fileset>
  -      </classpath>
  -    </taskdef>
  -
  -    <anakia 
  -      basedir="${docs.src}" 
  -      destdir="${docs.dest}/"
  -      extension=".html" style="./site.vsl"
  -      projectFile="stylesheets/project.xml"
  -      excludes="**/stylesheets/** empty.xml"
  -      includes="**/*.xml"
  -      lastModifiedCheck="true"
  -      templatePath="${jakarta.site2}/xdocs/stylesheets">
  -    </anakia>
  -
  -    <copy todir="${docs.dest}/images" filtering="no">
  -      <fileset dir="${docs.src}/images">
  -        <include name="**/*.gif"/>
  -        <include name="**/*.jpeg"/>
  -        <include name="**/*.jpg"/>
  -      </fileset>
  -    </copy>
  -        
  -    <!-- In case we have CSS someday
  -    <copy todir="${docs.dest}" filtering="no">
  -      <fileset dir="${docs.src}">
  -        <include name="**/*.css"/>
  -      </fileset>
  -    </copy>
  -     -->
  -
  -  </target>
  -
  -  <!-- ================================================================== -->
     <!-- T E S T S                                                          -->
     <!-- ================================================================== -->
     
  
  
  
  1.1                  jakarta-turbine-3/BUILDING.txt
  
  Index: BUILDING.txt
  ===================================================================
  ------------------------------------------------------------------------
  | 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 $
  ------------------------------------------------------------------------
  
  #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
  
  #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.
  
  #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 
      ${lib.repo} directory so that other packages can depend on it as well.
  
  
  JAR                     Version                           URL
  ---------------------------------------------------------------------------------------------------
  velocity.jar            CVS   (jakarta-velocity)          http://jakarta.apache.org/site/cvsindex.html
  log4j.jar               1.1   (or higher)                 http://jakarta.apache.org/log4j/
  servlet.jar             2.1   (or higher)                 (your servlet container has a copy)
  fulcrum.jar             CVS   (jakarta-turbine-fulcrum)   http://jakarta.apache.org/site/cvsindex.html
  regexp.jar              CVS   (jakarta-regexp)            http://jakarta.apache.org/site/cvsindex.html
  torque.jar              CVS   (jakarta-turbine-torque)    http://jakarta.apache.org/site/cvsindex.html
  jaf.jar                 1.0.1 (or higher)                 http://java.sun.com/products/javabeans/glasgow/jaf.html
  xerces.jar              1.3.0 (or higher)                 http://xml.apache.org/xerces-j/
  commons-collections.jar CVS   (jakarta-commons)           http://jakarta.apache.org/site/cvsindex.html
  commons-util.jar        CVS   (jakarta-commons-sandbox)   http://jakarta.apache.org/site/cvsindex.html
  
  Not required for building:
  ---------------------------------------------------------------------------------------------------
  junit.jar               3.7   (or higher)                 http://www.junit.org/
  
  
  

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