Author: sebb
Date: Mon Dec 6 16:02:21 2010
New Revision: 1042694
URL: http://svn.apache.org/viewvc?rev=1042694&view=rev
Log:
Add Apache HttpClient jars to classpath
Modified:
jakarta/jmeter/trunk/build.xml
Modified: jakarta/jmeter/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=1042694&r1=1042693&r2=1042694&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Mon Dec 6 16:02:21 2010
@@ -385,6 +385,9 @@
<pathelement location="${lib.dir}/${excalibur-pool.jar}"/>
<pathelement location="${lib.dir}/${htmllexer.jar}"/>
<pathelement location="${lib.dir}/${htmlparser.jar}"/>
+ <pathelement location="${lib.dir}/${httpclient.jar}"/>
+ <pathelement location="${lib.dir}/${httpmime.jar}"/>
+ <pathelement location="${lib.dir}/${httpcore.jar}"/>
<pathelement location="${lib.dir}/${jakarta-oro.jar}"/>
<pathelement location="${lib.dir}/${javamail.jar}"/>
<pathelement location="${lib.dir}/${jcharts.jar}"/>
@@ -2048,7 +2051,6 @@ run JMeter unless all the JMeter jars ar
<process_jarfile jarname="htmllexer"/>
<process_jarfile jarname="htmlparser"/>
<process_jarfile jarname="httpclient"/>
- <process_jarfile jarname="httpclient-cache"/>
<process_jarfile jarname="httpmime"/>
<process_jarfile jarname="httpcore"/>
<process_jarfile jarname="jakarta-oro"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]