You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by br...@apache.org on 2002/04/10 14:29:05 UTC

cvs commit: jakarta-turbine-3 build-test.xml build.xml

brekke      02/04/10 05:29:05

  Modified:    .        build-test.xml build.xml
  Log:
  Updated legacy build to use the fileupload jar and fix test run.
  
  Revision  Changes    Path
  1.18      +4 -2      jakarta-turbine-3/build-test.xml
  
  Index: build-test.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build-test.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build-test.xml	9 Apr 2002 17:29:34 -0000	1.17
  +++ build-test.xml	10 Apr 2002 12:29:04 -0000	1.18
  @@ -32,6 +32,7 @@
       <pathelement location="${log4j.jar}"/>
       <pathelement location="${jgen.jar}"/>
       <pathelement location="${build.dest}"/>
  +    <pathelement location="${commons-fileupload.jar}"/>
       
       <!-- AspectJ Runtime Jar -->
       <pathelement location="${aspectjrt.jar}"/>
  @@ -49,15 +50,15 @@
       <ant antfile="build.xml" target="compile"/>
   
       <javac destdir="${build.dest}"
  -      includes="**/*Test.java"
         excludes="**/package.html"
         debug="${debug}"
         deprecation="${deprecation}"
         optimize="${optimize}">
         <src path="${test.dir}/org"/>
         <src path="${rttest.dir}/org"/>
  -      <classpath refid="classpath"/>
  +      
         <classpath>
  +        <path refid="classpath"/>    
           <pathelement path="${build.dest}"/>
         </classpath>
       </javac>
  @@ -247,6 +248,7 @@
       <copy file="${velocity.jar}" todir="${build.dir}/rttest/lib"/>
       <copy file="${jgen.jar}" todir="${build.dir}/rttest/lib"/>
       <copy file="${commons-jxpath.jar}" todir="${build.dir}/rttest/lib"/>
  +    <copy file="${commons-fileupload.jar}" todir="${build.dir}/rttest/lib"/>
       <copy file="${httpunit.jar}" todir="${build.dir}/rttest/lib"/>
       
       <antcall target="copy-aspectj-runtime"/>
  
  
  
  1.29      +1 -0      jakarta-turbine-3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml	9 Apr 2002 17:29:34 -0000	1.28
  +++ build.xml	10 Apr 2002 12:29:04 -0000	1.29
  @@ -43,6 +43,7 @@
       <pathelement location="${stratum.jar}"/>
       <pathelement location="${dvsl.jar}"/>
       <pathelement location="${jgen.jar}"/>
  +    <pathelement location="${commons-fileupload.jar}"/>
       
       <!-- AspectJ Jars for non-invasive use of aspects -->
       <pathelement location="${aspectjrt.jar}"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>