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=23807>.
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=23807

Ant 1.6 and Mail error.





------- Additional Comments From [EMAIL PROTECTED]  2003-10-14 13:56 -------
Please find task used to invoke the mail.
I added encoding="plain" and the mail sent fine but with out adding this i get 
the following.
BUILD FAILED
java.lang.NoClassDefFoundError: com/sun/mail/util/MailDateFormat

I have mail.jar and activation.jar in my ANT/lib folder

<mail mailhost="myhos" subject="Test build">
          <from address="myaddress"/>
          <to address="youraddress"/>
          <message>The  nightly build has completed</message>
          <!--<fileset dir="dist">
                <includes name="**/*.zip"/> 
                  </fileset> -->
</mail>

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

Reply via email to