sebb 2003/10/24 02:32:43 Modified: . build.xml Log: Use different properties file for testing (trying to fix Gump errors) Revision Changes Path 1.127 +2 -2 jakarta-jmeter/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-jmeter/build.xml,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- build.xml 22 Oct 2003 12:24:49 -0000 1.126 +++ build.xml 24 Oct 2003 09:32:43 -0000 1.127 @@ -753,7 +753,7 @@ </classpath> <arg value="../lib/ext"/> - <arg value="./jmeter.properties"/> + <arg value="./jmetertest.properties"/> <arg value="org.apache.jmeter.util.JMeterUtils"/> </java> </target>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]