You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2003/09/19 20:56:18 UTC

cvs commit: jakarta-struts/contrib/struts-chain build.xml build.properties.sample

husted      2003/09/19 11:56:18

  Modified:    contrib/struts-chain build.xml build.properties.sample
  Log:
  Minor tweaks.
  
  Revision  Changes    Path
  1.4       +5 -3      jakarta-struts/contrib/struts-chain/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-chain/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	30 Aug 2003 23:18:56 -0000	1.3
  +++ build.xml	19 Sep 2003 18:56:18 -0000	1.4
  @@ -14,13 +14,15 @@
     <!-- Dependency home defaults -->
     <property name="chain.home"       value="../../../jakarta-commons-sandbox/commons-chain/dist"/>
     <property name="servlet.home"     value="/usr/local/tomcat-4.1/common/lib"/>
  +  <property name="struts.home"      value="../../dist/lib"/>
  +
   
     <!-- The Commons Chain Of Responsibility Library -->
     <property name="commons-chain.jar" value="${chain.home}/commons-chain.jar"/>
   
  +
     <!-- Dependency JAR defaults -->
     <property name="servlet.jar"      value="${servlet.home}/servlet.jar"/>
  -  <property name="struts.jar"       value="../../dist/lib/struts.jar"/>
   
   
     <!-- Build Defaults -->
  @@ -39,7 +41,7 @@
   
     <!-- Construct Classpath -->
     <path id="classpath">
  -    <fileset          dir="../../dist/lib">
  +    <fileset          dir="${struts.home}/lib">
         <include       name="*.jar"/>
       </fileset>
       <pathelement location="${commons-chain.jar}"/>
  @@ -48,7 +50,7 @@
     </path>
   
   
  -  <!-- Custom Tomcat Integration -->
  +  <!-- Custom Tomcat Integration   -->
     <taskdef  name="deploy"   classname="org.apache.catalina.ant.DeployTask"/>
     <taskdef  name="install"  classname="org.apache.catalina.ant.InstallTask"/>
     <taskdef  name="list"     classname="org.apache.catalina.ant.ListTask"/>
  
  
  
  1.3       +10 -6     jakarta-struts/contrib/struts-chain/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-chain/build.properties.sample,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.properties.sample	11 Aug 2003 06:28:38 -0000	1.2
  +++ build.properties.sample	19 Sep 2003 18:56:18 -0000	1.3
  @@ -8,16 +8,20 @@
   #
   # $Id$
   #
  -### Inorder to build you must have the catalina-ant.jar in your CLASSPATH
  +### In order to build with Tomcat integration you must have the catalina-ant.jar in your CLASSPATH
   ### this is located under the jakarta-tomcat/server/lib directory
   
  +
   # The absolute or relative pathname of the directory containing your
   # Servlet API classes JAR file (servlet.jar)
  -servlet.home=/usr/local/jakarta-tomcat-4.1.18/commons/lib
  +servlet.home=/usr/local/jakarta-tomcat-4.1.27/commons/lib
   
   
  -# The absolute or relative pathname of the Struts 1.1 (Final Release)
  -# distribution
  -struts.home=/usr/local/jakarta-struts-1.1
  +# The absolute or relative pathname of the Struts Nightly Build (2003/08/11 or later)
  +struts.home=/usr/local/jakarta-struts
   
  +
  +# The absolute or relative pathname of the Commons Chain
  +# distribution
  +chain.home=/usr/local/jakarta-commons-sandbox/commons-chain/dist
   
  
  
  

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