sebb        2005/08/05 09:02:41

  Modified:    .        build.xml
  Log:
  Ensure tests are compiled for Gump runs too
  
  Revision  Changes    Path
  1.209     +4 -4      jakarta-jmeter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/build.xml,v
  retrieving revision 1.208
  retrieving revision 1.209
  diff -u -r1.208 -r1.209
  --- build.xml 4 Aug 2005 21:10:54 -0000       1.208
  +++ build.xml 5 Aug 2005 16:02:40 -0000       1.209
  @@ -1057,8 +1057,8 @@
   
     <!-- Used by project jakarta-jmeter-test -->
     <target name="gump-test" 
  -      depends="_gump_properties,_test"
  -      description="Test JMeter">
  +      depends="_gump_properties,compile-tests,_test"
  +      description="Test JMeter in Gump">
       <!-- Show the log file -->
       <concat>
         <filelist dir="bin" files="jmeter-test.log" />
  
  
  

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

Reply via email to