sebb        2003/12/02 17:06:06

  Modified:    .        build.xml
  Log:
  Still trying to find cause of GUI failures
  
  Revision  Changes    Path
  1.140     +12 -1     jakarta-jmeter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/build.xml,v
  retrieving revision 1.139
  retrieving revision 1.140
  diff -u -r1.139 -r1.140
  --- build.xml 1 Dec 2003 15:17:26 -0000       1.139
  +++ build.xml 3 Dec 2003 01:06:06 -0000       1.140
  @@ -846,6 +846,17 @@
         <arg value="./jmetertest.properties"/>
         <arg value="org.apache.jmeter.util.JMeterUtils"/>
       </java>
  +   <!-- TEMP test again non-headless-->
  +   <echo>Test non-headless</echo>
  +   <java classname="org.apache.jorphan.test.AllTests" fork="yes" 
dir="${basedir}/bin">
  +      <classpath>
  +     <path refid="classpath"/>
  +     <fileset dir="${dest.jar}" includes="*.jar"/>
  +      </classpath>
  +      <arg value="../lib/ext"/>
  +      <arg value="./jmetertest.properties"/>
  +      <arg value="org.apache.jmeter.util.JMeterUtils"/>
  +    </java>
     </target>
     
     <!-- Run the HTML Parser unit tests -->
  
  
  

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

Reply via email to