Re: cvs build failure with error WebServiceSampler requires javax.mail jar

2003-12-29 Thread peter lin
hi mike, I believe the beanshell stuff is for the java samplers. webservice sampler just requires the activation.jar and mail.jar as required by the apache soap driver. peter Mike Bonar [EMAIL PROTECTED] wrote: I hope you are feeling better soon, Peter. I have been trying for days now

Re: cvs build failure with error WebServiceSampler requires javax.mail jar

2003-12-29 Thread Mike Bonar
Yes, I know. I am stuck. I get the same results with Eclipse 3.0M6 on Suse 9.0 and WSAD 5.0 on XP. I am not a java developer by trade, but an architect and now test specialist (anything for a buck) with Rational TestManager and RadView Webload. I need to go back to the basics and understand

Re: cvs build failure with error WebServiceSampler requires javax.mail jar

2003-12-29 Thread peter lin
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

Re: cvs build failure with error WebServiceSampler requires javax.mail jar

2003-12-29 Thread Mike Bonar
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,

Re: cvs build failure with error WebServiceSampler requires javax.mail jar

2003-12-29 Thread Jordi Salvat i Alabart
Hi Mike, 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.

Re: cvs build failure with error WebServiceSampler requires javax.mail jar

2003-12-29 Thread Mike Bonar
Thx, that did the trick. There were 3 missing jar files (4 if you count activation.jar): bsf.jar, bsh.jar, and mail.jar. Now the only issue is a bunch of deprecated warnings from jsseSSLManager.java, but I am not worried about them. On Monday 29 December 2003 13:34, Jordi Salvat i Alabart

Re: cvs build failure with error WebServiceSampler requires javax.mail jar

2003-12-29 Thread Sebastian Bazley
eclipse.properties accordingly. S. - Original Message - From: Jordi Salvat i Alabart [EMAIL PROTECTED] To: JMeter Developers List [EMAIL PROTECTED] Sent: Monday, December 29, 2003 7:34 PM Subject: Re: cvs build failure with error WebServiceSampler requires javax.mail jar Hi Mike, I build

Re: cvs build failure with error WebServiceSampler requires javax.mail jar

2003-12-27 Thread Jordi Salvat i Alabart
Frankly: I can't remember which one I used :-( Here's the header from the MANIFEST.MF: Manifest-Version: 1.0 Implementation-Version: 1.3 Specification-Title: JavaMail(TM) API Design Specification Specification-Version: 1.3 Extension-Name: javax.mail Created-By: 1.3.0 (Sun Microsystems Inc.)

Re: cvs build failure with error WebServiceSampler requires javax.mail jar

2003-12-25 Thread Mike Bonar
I hope you are feeling better soon, Peter. I have been trying for days now to get the cvs build to work. I have added mail.jar and activiation.jar from versions 1.3.1, 1.3, and 1.2. When I do a rebuild after adding the external jars I get lots of new errors from other classes like the

Re: cvs build failure with error WebServiceSampler requires javax.mail jar

2003-12-24 Thread Jordi Salvat i Alabart
No, there has not been any progress. I guess we consider this to be minor. I have mail.jar in my classpath. You should be able to download it from somewhere in java.sun.com. -- Salut, Jordi. En/na Michael W Bonar ha escrit: Has there been any progress on bug 22303 WebServiceSampler requires

Re: cvs build failure with error WebServiceSampler requires javax.mail jar

2003-12-24 Thread Mike Bonar
On Wednesday 24 December 2003 03:07, Jordi Salvat i Alabart wrote: No, there has not been any progress. I guess we consider this to be minor. I have mail.jar in my classpath. You should be able to download it from somewhere in java.sun.com. What version of mail.jar did you put in your