Re: Mail failing in build.xml file

2007-06-13 Thread Sann Maung
o initialise MIME mail: > javax/activation/DataSource > > BUILD SUCCESSFUL > Total time: 0 seconds > [EMAIL PROTECTED]:~/bin > > On 6/12/07, Saurabh Dave <[EMAIL PROTECTED]> > wrote: > > Download the Activation.jar and mail.jar and copy > in ant Lib folder... > > &

Re: Mail failing in build.xml file

2007-06-12 Thread Peter Reilly
On 6/11/07, David Weintraub <[EMAIL PROTECTED]> wrote: I have a very straight forward build.xml file: When I attempt to execute it, I get the following error message: test: [mail] Failed to initialise MIME mail: javax/mail/MessagingException BUI

Re: Mail failing in build.xml file

2007-06-12 Thread David Weintraub
ail: javax/activation/DataSource > > BUILD SUCCESSFUL > Total time: 0 seconds > [EMAIL PROTECTED]:~/bin > > On 6/12/07, Saurabh Dave <[EMAIL PROTECTED]> wrote: >> Download the Activation.jar and mail.jar and copy in ant Lib folder... >> >> -Original Mes

Re: Mail failing in build.xml file

2007-06-12 Thread Scot P. Floess
ESSFUL Total time: 0 seconds [EMAIL PROTECTED]:~/bin On 6/12/07, Saurabh Dave <[EMAIL PROTECTED]> wrote: Download the Activation.jar and mail.jar and copy in ant Lib folder... -Original Message- From: David Weintraub [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 3:26 AM To:

Re: Mail failing in build.xml file

2007-06-12 Thread David Weintraub
07, Saurabh Dave <[EMAIL PROTECTED]> wrote: Download the Activation.jar and mail.jar and copy in ant Lib folder... -Original Message- From: David Weintraub [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 3:26 AM To: Ant Users List Subject: Mail failing in build.xml fil

RE: Mail failing in build.xml file

2007-06-12 Thread Rebhan, Gilbert
Hi, -Original Message- From: Priest, James (NIH/NIEHS) [C] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 1:57 PM To: Ant Users List Subject: RE: Mail failing in build.xml file /* I get this error as well but the email still gets sent. Using Ant 1.6.5 (within Eclipse) on WinXP

RE: Mail failing in build.xml file

2007-06-12 Thread Saurabh Dave
Have you copied the mail.jar and activation.jar in Ant Lib directory.if not then do it and Try... -Original Message- From: Priest, James (NIH/NIEHS) [C] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 5:27 PM To: Ant Users List Subject: RE: Mail failing in build.xml file

RE: Mail failing in build.xml file

2007-06-12 Thread Priest, James (NIH/NIEHS) [C]
> -Original Message- > From: David Weintraub [mailto:[EMAIL PROTECTED] > > When I attempt to execute it, I get the following error message: > > test: > [mail] Failed to initialise MIME mail: > javax/mail/MessagingException > > BUILD SUCCESSFUL I get this error as well but the em

RE: Mail failing in build.xml file

2007-06-12 Thread Saurabh Dave
Download the Activation.jar and mail.jar and copy in ant Lib folder... -Original Message- From: David Weintraub [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 3:26 AM To: Ant Users List Subject: Mail failing in build.xml file I have a very straight forward build.xml file

Mail failing in build.xml file

2007-06-11 Thread David Weintraub
I have a very straight forward build.xml file: When I attempt to execute it, I get the following error message: test: [mail] Failed to initialise MIME mail: javax/mail/MessagingException BUILD SUCCESSFUL Which is strange because I set "failonerror" t