craigmcc    2002/12/27 11:33:05

  Modified:    resources build.xml
  Log:
  Clean up exectuion classpath.
  
  Revision  Changes    Path
  1.14      +9 -12     jakarta-commons-sandbox/resources/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml 27 Dec 2002 19:18:03 -0000      1.13
  +++ build.xml 27 Dec 2002 19:33:05 -0000      1.14
  @@ -39,8 +39,8 @@
     <!-- The directory containing the servlet 2.2 jar -->
     <property name="servlet.home"            value="/usr/local/servlet-2.3" />
   
  -  <!-- The directory containing Cactus >= 1.2 -->
  -  <property name="cactus.home"             value="/usr/local/jakarta-cactus-22-1.2" 
/>
  +  <!-- The directory containing Cactus >= 1.4.1 -->
  +  <property name="cactus.home"             
value="/usr/local/jakarta-cactus-13-1.4.1" />
   
     <!-- The directory containing Tomcat >= 4.0 -->
     <property name="tomcat.4.home"             value="/usr/local/jakarta-tomcat-4.0" 
/>
  @@ -75,10 +75,13 @@
     <!-- The pathname of the servlet JAR file -->
     <property name="servlet.jar" value="${servlet.home}/servlet.jar" />
   
  -  <!-- The pathname of the cactus 1.2 JAR file -->
  +  <!-- The pathname of the AspectJ JAR file (from the Cactus release) -->
  +  <property name="aspectjrt.jar" value="${cactus.home}/lib/apectjrt-1.0.5.jar"/>
  +
  +  <!-- The pathname of the cactus 1.4.1 JAR file -->
     <property name="cactus.jar" value="${cactus.home}/lib/cactus.jar" />
   
  -  <!-- The pathname of the cactus-ant 1.2 JAR file -->
  +  <!-- The pathname of the cactus-ant 1.4.1 JAR file -->
     <property name="cactus-ant.jar" value="${cactus.home}/lib/cactus-ant.jar" />
   
     <!-- The pathname of the HttpClient JAR file -->
  @@ -164,9 +167,6 @@
       <pathelement location="${build.home}/tests"/>
       <pathelement location="${commons-collections.jar}"/>
       <pathelement location="${junit.jar}"/>
  -<!--
  -    <pathelement location="${jaxp.parser.jar}"/>
  --->
       <pathelement location="${build.home}/classes"/>
       <pathelement location="${commons-collections.jar}"/>
       <pathelement location="${commons-digester.jar}"/>
  @@ -257,12 +257,9 @@
               <fileset dir="${build.home}/tests" />
           </copy>
           <copy todir="${build.home}/webapps/test-webapp-resource/WEB-INF/lib" 
file="${httpclient.jar}" />
  +        <copy todir="${build.home}/webapps/test-webapp-resource/WEB-INF/lib" 
file="${aspectjrt.jar}" />
           <copy todir="${build.home}/webapps/test-webapp-resource/WEB-INF/lib" 
file="${cactus.jar}" />
           <copy todir="${build.home}/webapps/test-webapp-resource/WEB-INF/lib" 
file="${junit.jar}" />
  -<!--
  -        <copy todir="${build.home}/webapps/test-webapp-resource/WEB-INF/lib" 
file="${jaxp.parser.jar}" />
  -        <copy todir="${build.home}/webapps/test-webapp-resource/WEB-INF/lib" 
file="${jaxp.home}/jaxp.jar" />
  --->
           <copy todir="${build.home}/webapps/test-webapp-resource/WEB-INF/lib" 
file="${commons-collections.jar}" />
           <copy todir="${build.home}/webapps/test-webapp-resource/WEB-INF/lib" 
file="${commons-digester.jar}" />
           <copy todir="${build.home}/webapps/test-webapp-resource/WEB-INF/lib" 
file="${commons-beanutils.jar}" />
  
  
  

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

Reply via email to