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.

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
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.2. I am still at a

RE: Mail task failure

2006-07-12 Thread Anderson, Rob (Global Trade)
Check the library dependencies to make sure all the necessary jars are in $ANT_HOME/lib. It sounds like that is the issue. http://ant.apache.org/manual/install.html#librarydependencies -Rob Anderson > -Original Message- > From: eagerbeaver [mailto:[EMAIL PROTECTED] > Sent: Wednesday, J