DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22303>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22303

WebServiceSampler requires javax.mail, but should it?





------- Additional Comments From [EMAIL PROTECTED]  2003-08-18 17:18 -------
WebServiceSamplerGui imports WebServiceSampler, so the Gui needs to be 
excluded as well, otherwise java tries to compile WebServiceSampler, even 
though Ant excludes it (which confused me for a while - I thought the unless 
clause was not working).

i.e. the following exclude line needs to be added:
<exclude 
name="org/apache/jmeter/protocol/http/control/gui/WebServiceSamplerGui.java" 
unless="javamail.complete"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to