RE: mail task failure

2007-08-17 Thread Erica A Ramsey
t: Re: mail task failure Erica A Ramsey wrote: > hi, i am trying to mail file via ant. I wrote a simple test and it hangs. > here it is. > > > > > value="[EMAIL PROTECTED]"/> > > value="[EMAIL PROTECTED]" /> &g

Re: mail task failure

2007-08-17 Thread Steve Loughran
Erica A Ramsey wrote: hi, i am trying to mail file via ant. I wrote a simple test and it hangs. here it is. Latest binaries for ${application.name} version ${version} always loo

Re: mail task failure

2007-08-16 Thread Qazwart
I bet you're missing a JAR file. I had the same problem with the task. Take a look at this page: and search for the word "mail.jar". You'll notice that the is dependent upon this jar file, and it is not installed by default.

mail task failure

2007-08-16 Thread Erica A Ramsey
hi, i am trying to mail file via ant. I wrote a simple test and it hangs. here it is. Latest binaries for ${application.name} version ${version} OS: Windows XP SP2 Ant version: Apach

Re: Mail task failure

2006-07-13 Thread Steve Loughran
eagerbeaver wrote: Thanks for your response. According to the documentation, the only library dependencies the Mail task requires are mail.jar and activation.jar. The latest versions of these are in my $ANT_HOME$/lib. There is nothing to say that library dependencies have changed since Ant v1.6.

RE: Mail task failure

2006-07-13 Thread eagerbeaver
loss. -- View this message in context: http://www.nabble.com/Mail-task-failure-tf1931716.html#a5305506 Sent from the Ant - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Mail task failure

2006-07-12 Thread Anderson, Rob (Global Trade)
Wednesday, July 12, 2006 8:48 AM > To: user@ant.apache.org > Subject: Mail task failure > > > The task in my nightly build script keeps failing with > the error "Failed to initialise MIME mail: > javax.mail.Address". This only started happening when I > starte

Mail task failure

2006-07-12 Thread eagerbeaver
ME/lib. So why do I get this error and only with Ant v1.6.5? What has changed? Here is the task in question: Please find attached ZIP containing the full console output and the results of the unit tests. -- View this message in context: http://www.nabble.com/Mail-task-failure-tf1931716.htm