Re: Issue sending mail with ANT 1.8 when encoding set to "Plain"

2010-03-17 Thread Antoine Levy Lambert
Hi, I confirm the bug. It will be fixed in ant 1.8.1 and I will enter the bug report myself. Regards, Antoine Antoine Levy Lambert wrote: Hello Rao, I confirm the problem with the following snippet Would you mind entering a bug report in bugzilla ? Regards, Antoine Rao

RE: Issue sending mail with ANT 1.8 when encoding set to "Plain"

2010-03-17 Thread Rao Chaudhri
Hi, The below issue only occurs when trying to attach a file and using encoding="plain". Your code is not doing any attachments, you should be able to send the mail. Make sure that your SMTP server (450-mail-relay) is running, one way you can check it is through telnet command. # telnet 450-

Re: Issue sending mail with ANT 1.8 when encoding set to "Plain"

2010-03-17 Thread Antoine Levy Lambert
Hello Rao, I confirm the problem with the following snippet Would you mind entering a bug report in bugzilla ? Regards, Antoine Rao Chaudhri wrote: Hi, I am using ANT build files to do build and deploy for J2EE applications. We recently upgraded ANT from 1.5 to 1.8. A

Re: ant+soap+ssl

2010-03-17 Thread Gilbert Rebhan
Original Message Subject: Re: ant+soap+ssl From: Antoine Levy-Lambert To: a...@schillbaer.de Date: 16.03.2010 02:12 > > Hi, > > > > in fact there is a document at this location > > http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.javadoc.

Issue sending mail with ANT 1.8 when encoding set to "Plain"

2010-03-17 Thread Rao Chaudhri
Hi, I am using ANT build files to do build and deploy for J2EE applications. We recently upgraded ANT from 1.5 to 1.8. ANT 1.8 complains while sending e-mail when encoding is set to "Plain", however, it works fine if encoding is set to "MIME" or "AUTO". I want to use encoding "Plain" bec