remm        02/05/17 15:12:07

  Modified:    jasper2  build.xml
  Log:
  - Copy ant.jar in the Tomcat binary, to be used by Jasper for compiling.
  
  Revision  Changes    Path
  1.4       +4 -0      jakarta-tomcat-jasper/jasper2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 1 May 2002 01:33:42 -0000       1.3
  +++ build.xml 17 May 2002 22:12:07 -0000      1.4
  @@ -18,6 +18,7 @@
     <property name="test.failonerror"  value="true"/>
     <property name="test.runner"       value="junit.textui.TestRunner"/>
     <property name="tools.jar"         value="${java.home}/lib/tools.jar"/>
  +  <property name="ant.jar"           value="${ant.home}/lib/ant.jar"/>
   
     <!-- Construct Jasper classpath -->
     <path id="jasper.classpath">
  @@ -203,6 +204,9 @@
           <include name="org/apache/jasper/util/**" />
         </fileset>
       </jar>
  +
  +    <!-- Copy Ant JAR -->
  +    <copy todir="${jasper.deploy}/common/lib" file="${ant.jar}"/>
   
     </target>
   
  
  
  

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

Reply via email to