sebb        2005/02/20 14:32:20

  Modified:    .        Tag: rel-2_0 build.xml
  Log:
  Ensure serialisable etc classes are found in jorphan.jar;
  ensure jorphan.jar is searched for JUnit tests.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.175.2.12 +8 -5      jakarta-jmeter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/build.xml,v
  retrieving revision 1.175.2.11
  retrieving revision 1.175.2.12
  diff -u -r1.175.2.11 -r1.175.2.12
  --- build.xml 17 Feb 2005 23:44:57 -0000      1.175.2.11
  +++ build.xml 20 Feb 2005 22:32:20 -0000      1.175.2.12
  @@ -1242,7 +1242,10 @@
        <fileset dir="${dest.jar}" includes="*.jar"/>
         </classpath>
         <sysproperty key="java.awt.headless" value="${test.headless}"/>
  -      <arg value="../lib/ext"/>
  +     <!-- Ensure jorphan classes are picked up by tests: -->
  +      <sysproperty key="search_paths" value="lib/jorphan.jar"/>
  +     <!-- Ensure test classes are found: -->
  +      <arg value="../lib/ext,jorphan.jar"/>
         <arg value="./jmetertest.properties"/>
         <arg value="org.apache.jmeter.util.JMeterUtils"/>
       </java>
  
  
  

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

Reply via email to