Author: sebb
Date: Sat Nov 14 15:24:37 2009
New Revision: 836189
URL: http://svn.apache.org/viewvc?rev=836189&view=rev
Log:
Test needs bsf-api for Scripting Exceptions
Modified:
jakarta/jmeter/trunk/build.xml
Modified: jakarta/jmeter/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=836189&r1=836188&r2=836189&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Sat Nov 14 15:24:37 2009
@@ -1786,6 +1786,8 @@
<fileset dir="${dest.jar}" includes="*.jar"/>
<pathelement location="${build.test}"/>
<path refid="classpath"/>
+ <!-- Needed for testing under Java 1.5 -->
+ <fileset dir="${lib.dir}" includes="bsf-api*.jar"/>
</classpath>
<jvmarg value="-server"/>
<sysproperty key="java.awt.headless" value="${test.headless}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]