remm        02/04/15 15:36:51

  Modified:    jasper2  build.xml
  Log:
  - Fix some problems with the property names used, which didn't follow the
    conventions used in the other scripts.
    * catalina.home now refers to the Catalina binary distribution
    * catalina.home is set after the properties are set, so it can be overriden
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-tomcat-jasper/jasper2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 28 Mar 2002 18:46:15 -0000      1.1
  +++ build.xml 15 Apr 2002 22:36:51 -0000      1.2
  @@ -5,7 +5,6 @@
   
     <!-- See "build.properties.sample" in the top level directory for all     -->
     <!-- property values you must customize for successful building!!!        -->
  -  <property name="catalina.home" value="../../jakarta-tomcat-4.0"/>
     <property file="build.properties"/>
     <property file="${catalina.home}/build.properties"/>
     <property file="${user.home}/build.properties"/>
  @@ -13,7 +12,8 @@
     <!-- Build Defaults -->
     <property name="build.compiler"    value="classic"/>
     <property name="jasper.build"      value="${basedir}/build"/>
  -  <property name="jasper.deploy"     value="${catalina.home}/build"/>
  +  <property name="catalina.home"     value="../../jakarta-tomcat-4.1/build"/>
  +  <property name="jasper.deploy"     value="${catalina.home}"/>
     <property name="jasper.dist"       value="${basedir}/dist"/>
     <property name="test.failonerror"  value="true"/>
     <property name="test.runner"       value="junit.textui.TestRunner"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to