Both errors occurs due to missing optional.jar on Ant's classpath.
Check if the optional.jar is on the classpath.

detlef

-----Original Message-----
From: Johan Karlsson TACMa [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 08, 2002 7:50 PM
To: '[EMAIL PROTECTED]'
Subject: The <mail> task with mime attachment


Hi,

I'm trying to use the <mail> task to send an e-mail with a jar file as
attachment. However, this is not working correctly. The e-mail is sent, but
I cannot attach anything. I get this as output:

[mail] Failed to initialise MIME mail
[mail] Failed to initialise UU mail
[mail] Using plain mail
[mail] Sending email: New Collector has been built.
[mail] From [EMAIL PROTECTED]
[mail] To [Johan Karlsson <[EMAIL PROTECTED]>]
[mail] Cc []
[mail] Bcc []
[mail] Sent email with 0 attachments

The definition from the build file (without the surrounding target
definition):

<mail from="[EMAIL PROTECTED]" mailhost="smtp.tac.se" subject="New Collector has
been built.">
<to name="Johan Karlsson" address="[EMAIL PROTECTED]"/>
<message>Collector ${version.full} ha been built successfully.</message>
</mail>

Can anyone pleas help me?

Regards
Johan


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



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

Reply via email to