I build from Eclipse without any problem -- including the WebServiceSampler. I only use ant package-only as the very last step to create the .jars.
I'm attaching my .classpath for your reference. Ignore the http-client line -- I just added it to play a little.
-- Good luck,
Jordi.
En/na Mike Bonar ha escrit:
Ah, now that is interesting. I don't feel as dumb as I did before. I'll give command line ANT a shot just to make sure I understand it, but I really want to get the build working from within Eclipse. More of a learning exercise than anything else.
Mike
On Monday 29 December 2003 11:34, peter lin wrote:
actually I use eclipse for all my jmeter work and so does most everyone else I believe. are you building from within eclipse? I normally just use command line to run ANT.
if you haven't given that a try, it might be worth a shot. If not, I can build it locally and send you just the http related jar files.
peter
...snip
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="build/jorphan" path="src/jorphan"/>
<classpathentry
excluding="org/apache/jmeter/images/|org/apache/jmeter/resources/|org/apache/jmeter/util/keystore/PKCS12KeyStore.java"
kind="src" output="build/core" path="src/core"/>
<classpathentry kind="src" output="build/components" path="src/components"/>
<classpathentry kind="src" output="build/functions" path="src/functions"/>
<classpathentry kind="src" output="build/htmlparser" path="src/htmlparser"/>
<classpathentry kind="src" output="build/protocol/http" path="src/protocol/http"/>
<classpathentry kind="src" output="build/protocol/ftp" path="src/protocol/ftp"/>
<classpathentry kind="src" output="build/protocol/jdbc" path="src/protocol/jdbc"/>
<classpathentry kind="src" output="build/protocol/java" path="src/protocol/java"/>
<classpathentry kind="src" output="build/protocol/ldap" path="src/protocol/ldap"/>
<classpathentry kind="src" output="build/protocol/tcp" path="src/protocol/tcp"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/avalon-excalibur-4.1.jar"/>
<classpathentry kind="lib" path="lib/avalon-framework-4.1.4.jar"/>
<classpathentry kind="lib" path="lib/jakarta-oro-2.0.7.jar"/>
<classpathentry kind="lib" path="lib/js.jar"/>
<classpathentry kind="lib" path="lib/junit.jar"/>
<classpathentry kind="lib" path="lib/logkit-1.2.jar"/>
<classpathentry kind="lib" path="lib/Tidy.jar"/>
<classpathentry kind="lib" path="lib/commons-collections.jar"/>
<classpathentry kind="lib" path="lib/soap.jar"/>
<classpathentry kind="lib" path="lib/jdom-b8.jar"/>
<classpathentry kind="lib" path="/home/jordi/load-test/Eclipse/mail.jar"/>
<classpathentry kind="lib" path="/usr/share/java/bsf.jar"/>
<classpathentry kind="lib" path="/usr/share/java/bsh.jar"/>
<classpathentry kind="lib" path="lib/commons-httpclient-2.0-rc2.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
