jvanzyl     02/01/18 14:25:03

  Modified:    .        build-test.xml
  Log:
  - just changing "test-compile" to just "compile" to match the turbine
    build file.
  
  Revision  Changes    Path
  1.3       +2 -3      jakarta-turbine-stratum/build-test.xml
  
  Index: build-test.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/build-test.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build-test.xml    30 Dec 2001 18:14:40 -0000      1.2
  +++ build-test.xml    18 Jan 2002 22:25:03 -0000      1.3
  @@ -25,7 +25,7 @@
   
     <target 
       name="test" 
  -    depends="compile-test" 
  +    depends="compile" 
       description="runs (junit) unit tests">
       
       <echo>
  @@ -51,10 +51,9 @@
     <!-- ================================================================== -->
   
     <target
  -    name="compile-test"
  +    name="compile"
       description="==> compiles the test source code">
       
  -    <ant antfile="build.xml" target="clean"/>
       <ant antfile="build.xml" target="compile"/>
       
       <javac srcdir="${test.dir}"
  
  
  

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

Reply via email to