jvanzyl     01/10/28 10:59:39

  Modified:    .        build-test.xml
  Removed:     .        test-classpath.sh test.sh
  Log:
  - adding compile to the test-project-om target so that we can move to
    the next phase of using our generated classes in our little TorqueRunner.
  
    removing the scripts for testing as they are handled in the testbed
    now.
  
  Revision  Changes    Path
  1.5       +9 -0      jakarta-turbine-torque/build-test.xml
  
  Index: build-test.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/build-test.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build-test.xml    2001/10/28 18:39:11     1.4
  +++ build-test.xml    2001/10/28 18:59:39     1.5
  @@ -96,6 +96,15 @@
         target="project-om"
         inheritAll="false">
       </ant>
  +    
  +    <!-- Compile the classes -->
  +    
  +    <ant 
  +      dir="${torque.buildFileDir}"
  +      antfile="${torque.buildFile}"
  +      target="compile"
  +      inheritAll="false">
  +    </ant>
     </target>
     
     <target
  
  
  

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

Reply via email to