RE: Receiving IO error sending email

2004-05-27 Thread Ivan Ivanov
I suppose it will be dull. Congratulations!!! Ivan P.S. Most editors have an option of the kind "Remove Trailing Spaces". It is worth seeing whether yours has it and enabling it --- Elena Ognovenko <[EMAIL PROTECTED]> wrote: > Yop, shame on me! > I erroneously inserted a space after > "mail.abiso

RE: Receiving IO error sending email

2004-05-27 Thread Elena Ognovenko
Yop, shame on me! I erroneously inserted a space after "mail.abisoft.spb.ru" address. It was typed as "mail.abisoft.spb.ru ". After I removed the space, email has been successfully sent. -Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 6:31 PM T

RE: Javadoc flag

2004-05-27 Thread Jan . Materne
Without having deeper knowledge about redirector ... would it make sense to add redirector support to Commandline class? Jan > -Original Message- > From: Matt Benson [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 27, 2004 4:45 PM > To: Ant Users List > Subject: RE: Javadoc flag > > > -

RE: Javadoc flag

2004-05-27 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > Yes, in cvs (Ant 1.6.2). has support for > s and I saw that > uses the Commandline class for its > execution. > But thats not my topic :-) > > Jan I hear you. ;) I'll see what I can do. -Matt __ Do yo

RE: Receiving IO error sending email

2004-05-27 Thread Ivan Ivanov
Hello, from this part of the stack trace Caused by: java.net.UnknownHostException: mail.abisoft.spb.ru I am forced to conclude that this host is not accessible from your machine, or its name is mistaken __ Do you Yahoo!? Friends. Fu

RE: Receiving IO error sending email

2004-05-27 Thread Elena Ognovenko
Nope. Here it goes again: Detected Java version: 1.4 in: C:\j2sdk1.4.2_03\jre Detected OS: Windows XP parsing buildfile build.xml with URI = file:C:/mde/ant-build/build.xml Project base dir set to: C:\mde [property] Loading Environment env. Build sequence for target `send-release-mail

Re: XMLValidate with schema

2004-05-27 Thread michael . giroux
I have the same problem, and have the additional requirement that I need support for xmlcatalog to allow schema files to be located locally. Michael Giroux "WISE, Jon" <[EMAIL PROTECTED]> 05/27/2004 05:30 AM Please respond to "Ant Users List" To: <[EMAIL PROTECTED]> cc

RE: Receiving IO error sending email

2004-05-27 Thread Elena Ognovenko
Here it goes.   -Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 6:00 PM To: Ant Users List Subject: RE: Receiving IO error sending email     --- Elena Ognovenko <[EMAIL PROTECTED]> wrote: > I found the following info in ant manu

RE: Receiving IO error sending email

2004-05-27 Thread Ivan Ivanov
--- Elena Ognovenko <[EMAIL PROTECTED]> wrote: > I found the following info in ant manual for > encodings: > > encoding Specifies the encoding to use for the > content of the email. > Values are mime, uu, plain, or auto. The default > value is auto. Ups, sorry I haven't read that part of th