Thanks, you're correct about this. -Mike
On 27 Aug 2002 at 14:14, Michael Held wrote: > Hi, > > since the nightly build from 2002-08-22 I have some problems to compile the > project without javax.mail. > The 'build.sh' process fails, because he could not find javax.mail like this: > > >[javac]/jakarta-jmeter/src/components/org/apache/jmeter/visualizers/MailerModel.java:64: > package javax.mail does not exist > [javac] import javax.mail.Message; > > I am not completly sure about function of 'build.xml', but the > 'MailerModel.java' was not excluded from the compile process in the case, that > no javax.mail could be found. I have fixed this and inserted: > > <exclude name="org/apache/jmeter/visualizers/MailerModel.java" > > unless="javamail.complete"/> > > Please find a new 'build.xml' attached... > Good luck ;-) > Micha > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

