costin      2002/08/20 12:25:11

  Modified:    jasper2  build.xml
  Log:
  User properties must be first - that's where he can override settings.
  
  Also read the build.properties.samples - if the user has all his overrides
  in home, there is no need to copy it.
  
  Revision  Changes    Path
  1.16      +3 -1      jakarta-tomcat-jasper/jasper2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml 13 Aug 2002 16:26:45 -0000      1.15
  +++ build.xml 20 Aug 2002 19:25:11 -0000      1.16
  @@ -5,9 +5,10 @@
   
     <!-- See "build.properties.sample" in the top level directory for all     -->
     <!-- property values you must customize for successful building!!!        -->
  +  <property file="${user.home}/build.properties"/>
     <property file="build.properties"/>
  +  <property file="build.properties.sample"/>
     <property file="${catalina.home}/build.properties"/>
  -  <property file="${user.home}/build.properties"/>
   
     <!-- Build Defaults -->
     <property name="jasper.build"      value="${basedir}/build"/>
  @@ -33,6 +34,7 @@
       <pathelement location="${xercesImpl.jar}"/>
       <pathelement location="${xmlParserAPIs.jar}"/>
       <pathelement location="${commons-collections.jar}"/>
  +    <pathelement location="${commons-logging.jar}"/>
       <pathelement location="${commons-daemon-launcher.jar}"/>
       <pathelement location="${jasper.build}/shared/classes"/>
       <pathelement location="${jsp20el.jar}"/>
  
  
  

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

Reply via email to