ANT use Javamail.
look at on the web site (http://java.sun.com/products/javamail/).
It explains how to install this product.

Alexandre

Erik Hatcher wrote:

> Where in your <mail> task are you saying to send a JAR file?
>
> In order to send MIME attachments, you need to install activation.jar 
> and mail.jar (typically in ANT_HOME/lib).
>
>     Erik
>
>
> Johan Karlsson TACMa wrote:
>
>> 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]>
>
>

-- 
________________________________
Alexandre Touret
CGBI - France Telecom e-Business
2, rue Auguste Comte
92170 Vanves
tel.:01/46/12/62/17  Poste:12.62.17
fax.: 01/56/66/41/60
mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]




Reply via email to