Author: sebb
Date: Mon Oct 3 00:32:35 2011
New Revision: 1178284
URL: http://svn.apache.org/viewvc?rev=1178284&view=rev
Log:
Jar missing from test classpath.
So far unused in testing, which is why not previously noticed
Modified:
jakarta/jmeter/trunk/build.xml
Modified: jakarta/jmeter/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=1178284&r1=1178283&r2=1178284&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Mon Oct 3 00:32:35 2011
@@ -1985,6 +1985,7 @@ run JMeter unless all the JMeter jars ar
<!-- fork="yes" is required or dir attribute is ignored -->
<java classname="org.apache.jorphan.test.AllTests" fork="yes"
failonerror="true" dir="${basedir}/bin">
<classpath>
+ <fileset dir="${dest.jar.jmeter}" includes="ApacheJMeter.jar"/>
<fileset dir="${dest.jar}" includes="*.jar"/>
<pathelement location="${build.test}"/>
<path refid="classpath"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]