Re: Ant Mail Logger Question

2002-12-10 Thread Jan Tietjens
Hi Luis, I've specified the properties within the build.xml file. E.g.: And the ant call looks like: ant -logger org.apache.tools.ant.listener.MailLogger I hope this helps. Regards Jan Luis Andrei Cobo wrote: Where do I specify the Properties to configure the mail loggee

RE: Ant Mail Logger Question

2002-12-09 Thread Dominique Devienne
The former. See the doc. --DD -Original Message- From: Luis Andrei Cobo [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 11:41 AM To: 'Ant Users List' Subject: Ant Mail Logger Question Where do I specify the Properties to configure the mail loggeer? -D variables or f

Ant Mail Logger Question

2002-12-09 Thread Luis Andrei Cobo
Where do I specify the Properties to configure the mail loggeer? -D variables or from within my build.xml? L

Mail task "Failed to initialise MIME mail"

2002-11-21 Thread Euan Guttridge
Hi, 1) Why do I get the "Failed to .." 2) How can I keep the attachment as an attachment? I have optional.jar, mail.jar, activation.jar all in the system classpath. The following task produces the Ant runtime output; [mail] Failed to initialise MIME mail [mail] Using UU mail ; bu

RE: mail task help!!

2002-10-31 Thread Paidighantam Venkata Suresh
you need to have mail.jar and activation.jar in your classpath. Suresh -Original Message- From: Eduardo Andrés Alfonso Sierra [mailto:edalfon@;lycos.co.uk] Sent: Thursday, October 31, 2002 6:34 AM To: Ant Users List Subject: mail task help!! Hi I've been trying to use the mail

mail task help!!

2002-10-31 Thread Eduardo Andrés Alfonso Sierra
Hi I've been trying to use the mail task and I always get the message "Failed to initialise MIME mail" and it fails to send the mail. I downloaded javamail-1_3.zip package and I have included all the .jar files in it in my classpath. Does anybody knows what happen with it??? T

RE: MAIL task

2002-10-27 Thread Dushyant Shrivastava
-Original Message- From: Jeff Johnson [mailto:jeff.johnson@;digeo.com] Sent: Saturday, October 26, 2002 1:37 AM To: Ant Users List Subject: RE: MAIL task Dushyant, Did you ever resolve this issue? I'm doing the same thing using Ant 1.5.1 and JDK 1.4.1_01, and it works correctly for me.

RE: MAIL task

2002-10-25 Thread Jeff Johnson
it works. - Jeff -Original Message- From: Dushyant Shrivastava [mailto:dushys@;yambay.com] Sent: Wednesday, October 23, 2002 12:24 AM To: Ant Users List Subject: MAIL task Hi guys, I am using ANT 1.5 with JBoss 3.0.2, JDK 1.4.1. This is my code which basically should send th

MAIL task

2002-10-22 Thread Dushyant Shrivastava
Hi guys, I am using ANT 1.5 with JBoss 3.0.2, JDK 1.4.1. This is my code which basically should send the mail out: This is what my JUnitreport task looks like

RE: Hi... just joined the list 'cos of this problem./mail target

2002-10-18 Thread Mohamed, Haneef
Ruchi, Here is the syntax of the target I use to send out email in case my junit tests fail. Following that is a modified target for you, if a build fails Notes: 1. I'm using ant 1.5 2. To troubleshoot sending mail try the following: - ping, trace

RE: Ant Mail task

2002-10-14 Thread Fionnula Glynn
Thanks Jan, that worked great! Fionnuala. -Original Message- From: Jan Tietjens [mailto:[EMAIL PROTECTED]] Sent: 14 October 2002 12:26 To: Ant Users List Subject: Re: Ant Mail task Hi Fionnula, Fionnula Glynn wrote: >Hi Everyone, >Has anyone used the Ant mail task befor

Re: Ant Mail task

2002-10-14 Thread Jan Tietjens
Hi Fionnula, Fionnula Glynn wrote: >Hi Everyone, >Has anyone used the Ant mail task before? No, but I'm using the MailLogger. You need to have these properties: And you've to call ant like this: ant -logger org.apache.tools.ant.listener.MailLogger I hope this hel

RE: Ant Mail task

2002-10-14 Thread Rosendahl Sten - stro
Sure, just use a relative path to refer across VOB boundaries, as in this example: Sten > -Original Message- > From: Fionnula Glynn [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 14, 2002 11:35 AM > To: 'Ant Users List' > Subject: RE: Ant Mail task &g

RE: Ant Mail task

2002-10-14 Thread Fionnula Glynn
Message- From: Paidighantam Venkata Suresh [mailto:[EMAIL PROTECTED]] Sent: 14 October 2002 09:56 To: 'Ant Users List' Subject: RE: Ant Mail task try if this works: Suresh -Original Message- From: Fionnula Glynn [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 1:47 P

RE: Ant Mail task

2002-10-14 Thread Paidighantam Venkata Suresh
try if this works: Suresh -Original Message- From: Fionnula Glynn [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 1:47 PM To: 'Ant Users List' Subject: RE: Ant Mail task Yes, both are in my classpath and still no joy. Anyone else have any ideas? Fionnuala. ---

RE: Ant Mail task

2002-10-14 Thread Fionnula Glynn
Yes, both are in my classpath and still no joy. Anyone else have any ideas? Fionnuala. -Original Message- From: Paidighantam Venkata Suresh [mailto:[EMAIL PROTECTED]] Sent: 14 October 2002 06:51 To: 'Ant Users List' Subject: RE: Ant Mail task Check whether mail.jar and acti

RE: Ant Mail task

2002-10-13 Thread Paidighantam Venkata Suresh
Check whether mail.jar and activation.jar are in your classpath Suresh -Original Message- From: Fionnula Glynn [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 7:02 PM To: [EMAIL PROTECTED] Subject: Ant Mail task Hi Everyone, Has anyone used the Ant mail task before? This is

Ant Mail task

2002-10-11 Thread Fionnula Glynn
Hi Everyone, Has anyone used the Ant mail task before? This is the task in my build file: The nightly build has completed And I get the following error

Re: Size of attachment in the mail task

2002-09-02 Thread Stefan Bodewig
S environment variable to something like -Xmx128m or so) or explicitly chose a different encoder. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: Size of attachment in the mail task

2002-09-02 Thread Paidighantam Venkata Suresh
Hi, I am not using any encoder, I am just using the mail task of ANT. I tried sending a file of 860KB, it failed, however I can send a file of size 400kb using the mail task. For this reason I was just wondering is there any size limit that can be sent as an attachment. Regards, Suresh

Re: Ant Mail Task

2002-09-02 Thread Stefan Bodewig
ot a list (you'd use multiple elements for multiple recipients). Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Size of attachment in the mail task

2002-09-02 Thread Stefan Bodewig
On Mon, 2 Sep 2002, Paidighantam Venkata Suresh <[EMAIL PROTECTED]> wrote: > Does anyone have an idea as to what is the maximum size of files > that can be sent as an attachment using the "mail" task? This may depend on the encoding (i.e. are you using Ant's uuenc

Size of attachment in the mail task

2002-09-02 Thread Paidighantam Venkata Suresh
Hello, Does anyone have an idea as to what is the maximum size of files that can be sent as an attachment using the "mail" task? I am using Ant1.5. Thanks, Suresh ** The information in this message is confidenti

Ant mail error

2002-08-29 Thread Paidighantam Venkata Suresh
Hi , I am using Ant 1.5 on Win2k. The mail task fails when sending attachments of size 890kb. However I could successfully send a file with size 300kb. Is there a maximum limit for the file size that can be sent as an attachment using the mail task in Ant. Thanks in advance, Suresh

Re: Ant Mail Task

2002-08-28 Thread LeeAnn Pultz
Thanks Marvin - I tried tolist and it seems to be working now. Not sure why the to element used in the next, more complete example, doesn't seem to work for me :) but as long as the mail is sent and received, I'm happy. For completeness' sake, here is my working target:

RE: Ant Mail Task

2002-08-28 Thread Prasanna Shetty
PM To: [EMAIL PROTECTED] Subject: Ant Mail Task Hi - was wondering if anyone has any pointers or places I could look for help: I am trying to use the Mail task for Ant. I have the activation and mail jars, and I am using ant 1.5 on Windows 2000 with jre1.3.1 My test target is

Ant Mail Task

2002-08-28 Thread LeeAnn Pultz
Hi - was wondering if anyone has any pointers or places I could look for help: I am trying to use the Mail task for Ant. I have the activation and mail jars, and I am using ant 1.5 on Windows 2000 with jre1.3.1 My test target is: The ${vss_db}${DSTAMP} nightly backup has

RE: Problems with ant mail task

2002-07-23 Thread George_Schlitz
Thanks all, After troubleshooting for a few hours, and asking numerous questions of our tech support group, I received a message that "email is not enabled from that subnet to prevent unathaurized email from reaching our mail servers". Thanks for all of your help, and sorry for any w

RE: Problems with ant mail task

2002-07-23 Thread Alexey Solofnenko
-8 usually) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Problems with ant mail task

2002-07-23 Thread George_Schlitz
| | To: Ant Users List <[EMAIL PROTECTED]> | | cc: | |

Re: Problems with ant mail task

2002-07-23 Thread Jesse Stockall
On Tue, 2002-07-23 at 15:34, [EMAIL PROTECTED] wrote: > > I apologize for the lack of information. I am trying to use the ANT mail > task to send an email with attachment. ANT 1.5, JDK 1.3.1_04, Win2K. > > Do you have mail.jar in $ANT_HOME/lib as specified in the l

Problems with ant mail task

2002-07-23 Thread George_Schlitz
I apologize for the lack of information. I am trying to use the ANT mail task to send an email with attachment. ANT 1.5, JDK 1.3.1_04, Win2K. Here is my task: I always get the following resutls in debug mode: [mail] Using MIME mail [mail] Sending email: Build Notification

RE: send mail if target fail

2002-07-17 Thread Dominique Devienne
Use a '-logger MailLogger' switch on the ant command line instead. Details (and exact syntax) must be in the FAQ. --DD -Original Message- From: Azoulay, Zacky [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 2:36 PM To: 'Ant Users List' Subject: send mail if

send mail if target fail

2002-07-16 Thread Azoulay, Zacky
Hi, I need to run some target even if one of them was fail. can we run a target and continue if it was fail. I need to run mail target from the same build xmlfile in case of another target was fail

Re[6]: Failed to initialise MIME mail (newbie warning)

2002-06-29 Thread josh
d - I thought for a minute I hallucinated seeing that entry. I should say that as a first-time ant user, a ant/lib directory makes sense as the place to put additional jars, while an ant/lib/optional directory seems strange and nonstandard. Just my $0.02. - josh -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Re[4]: Failed to initialise MIME mail (newbie warning)

2002-06-29 Thread Diane Holt
o!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Re[4]: Failed to initialise MIME mail (newbie warning)

2002-06-29 Thread Erik Hatcher
t CLASSPATH, just this one. Erik -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re[4]: Failed to initialise MIME mail (newbie warning)

2002-06-29 Thread josh
Friday, June 28, 2002, 11:55:58 PM, you wrote: >> Instead of NullPointerExceptions, I now get this from ant: >> [mail]Failed to initialise MIME mail >> [mail]sending email: (my subject) >> [mail]sending email with 3 attachments >> >> and I get thi

Re: Re[2]: Failed to initialise MIME mail (newbie warning)

2002-06-28 Thread Steve Loughran
> Instead of NullPointerExceptions, I now get this from ant: > [mail]Failed to initialise MIME mail > [mail]sending email: (my subject) > [mail]sending email with 3 attachments > > and I get this in my mailbox: > > [my message, plus] > > I can see they

Date header in mail sent by Ant

2002-06-07 Thread Eugene Voytitsky
ld in some mailers (at least in my mailer the minutes influence on year, so I see year==2015 in case of examples above). -- Best regards, Eugene Voytitsky mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands,

Re: mail target

2002-06-06 Thread Stefan Bodewig
by using the latest build from <http://cvs.apache.org/~bodewig/gump/ant1.5beta/> Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Sending mail w/links to log files

2002-06-06 Thread Erik Hatcher
m not sure how you'd get the log file name that Ant is using. The old mail logger that we had on the Ant FAQ required a specific filename - but that is too rigid. You'll likely want to use the -logfile switch, otherwise you'll have to write your own BuildLogger to write out the file.

Sending mail w/links to log files

2002-06-06 Thread Diane Holt
Looking at the doc for MailLogger, it looks like it includes the logging output in the mail it sends -- has anyone done a mail-at-build's-end that just includes links to the log file(s) instead? (I know I could do it in an external script, but I was hoping to avoid that.) Thanks,

RE: mail target

2002-06-06 Thread PASSIGNAT STEPHANE
Thank you very much. Stephane -Message d'origine- De : Hal Hildebrand (web) [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 6 juin 2002 19:18 À : Ant Users List Objet : Re: mail target The problem is that the EmailTask is not setting the "project" of the Message. I forgot

Re: mail target

2002-06-06 Thread Hal Hildebrand \(web\)
The problem is that the EmailTask is not setting the "project" of the Message. I forgot to submit this as a bug to Ant, but attached is the fixed task. Cheers. - Original Message - From: "PASSIGNAT STEPHANE" <[EMAIL PROTECTED]> > Hello, > >

mail target

2002-06-06 Thread PASSIGNAT STEPHANE
Hello, I've a problem with the target mail. java.lang.NullPointerException at org.apache.tools.ant.taskdefs.email.Message.print(Message.java) at org.apache.tools.ant.taskdefs.email.PlainMailer.send(PlainMailer.java)

Re: Re[2]: message mail

2002-05-28 Thread Stefan Bodewig
On Tue, 28 May 2002, Eugene Voytitsky <[EMAIL PROTECTED]> wrote: > Little correction: Ack, thanks Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re[2]: message mail

2002-05-28 Thread Eugene Voytitsky
mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: message mail

2002-05-28 Thread Stefan Bodewig
't find answer. (Guess answer may > be in XML docs :)) Patches to the FAQ are welcome 8-) Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: message mail

2002-05-28 Thread Eugene Voytitsky
AZ> I try to send mail via ant mail target AZ> AZ> the result body is line 1 \n line 2 AZ> is there any option to send 2 lines in the message ( with out file) ? (Trick with \n) 1. Put single line "NL=\n" in NL.properties file 2. Include this file in your build.xml

message mail

2002-05-27 Thread Azoulay, Zacky
Hi, I try to send mail via ant mail target the message include the result body is line 1 \n line 2 is there any option to send 2 lines in the message ( with out file) ? regards zacky -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: &

Re: issue with the Mail task

2002-05-10 Thread Stefan Bodewig
Properties will get expanded in nested mail messages in Ant 1.5beta2. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: issue with the Mail task

2002-05-07 Thread Mallampati, Suresh
Forgot to mention, I was testing this with - ant1.5beta1 -Original Message- From: Eddie Bernard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 07, 2002 11:11 AM To: 'Ant Users List' Subject: RE: issue with the Mail task BTW- I've experienced the same problem with Ant 1.

RE: issue with the Mail task

2002-05-07 Thread Eddie Bernard
issue with the Mail task I'd claim this as a bug (or at least a "it shouldn't really work this way). Please file it in Bugzilla for us to address during the Ant 1.5 beta period. Erik - Original Message - From: "Mallampati, Suresh" <[EMAIL PROTECTED]>

Re: issue with the Mail task

2002-05-07 Thread Erik Hatcher
List'" <[EMAIL PROTECTED]> Sent: Tuesday, May 07, 2002 11:41 AM Subject: issue with the Mail task > Hi, > attached is a code snippet of my usage of the mail task. It looks like the > property is evaluated and replaced by the value in the subject of the mail. > But

issue with the Mail task

2002-05-07 Thread Mallampati, Suresh
Hi, attached is a code snippet of my usage of the mail task. It looks like the property is evaluated and replaced by the value in the subject of the mail. But its not evaluated in the message body. Is this the expected behaviour? Initially thought, was doing something wrong with the escape char

sending mail thru servlets

2002-01-23 Thread Anuerin G . Diaz
hi, im trying to send email using JavaMail thru servlets. i already placed the necessary api in the lib directory [adiaz@Ronin lib]$ pwd /home/adiaz/Java/crs-web/lib [adiaz@Ronin lib]$ jar tf mailapi.jar | grep mail/Add javax/mail/Address.class

something on this mail list replying with a virus?

2002-01-14 Thread Steve Loughran
quot;; at least if they have a windows box. If I get the same payload in reply to this message It'll move into quarantine till I can trace the originator; notification will be by public humilation rather than personal email. -Steve -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>

Re: How do I get a newline in Mail task message

2002-01-04 Thread Kyle Adams
BUILD.PROPERTIES: message=Line1\n OUTPUT: Buildfile: build.xml default: [echo] Line1 Line2 BUILD SUCCESSFUL Total time: 1 second >>> [EMAIL PROTECTED] 01/04/02 10:19AM >>> Hi, I have a mail task configured as such: http://host/output/build.jsp for more in

How do I get a newline in Mail task message

2002-01-04 Thread Kevin Toomey
Hi, I have a mail task configured as such: http://host/output/build.jsp for more information." tolist="[EMAIL PROTECTED]" /> buildMessage is created at run-time. Is there a way to get a newline between buildMessage and "Please s

Re: Junit Formatter that Sends an e-mail on error

2001-12-26 Thread Erik Hatcher
Not that I know of, but you could easily send an e-mail conditionally after is run using the errorProperty and failureProperty and a "dummy" target with an 'if' on it enclosing either or . Or use the mail listener (or MailLogger if you are running off Ant 1.5 nightly cod

Junit Formatter that Sends an e-mail on error

2001-12-26 Thread Scott Goldstein
Has anyone written a Junit formatter that sends an e-mail if a test fails? Scott "Just a mirror for the sun... My smiling eyes are just a mirror for the sun." --

Re: mail jar file

2001-12-12 Thread Erik Hatcher
The messageFile attribute is a file that is used in the body of the mail message, not for attachments. The correct way to make attachments is to use a nested . Cut and pasted from the MimeMail docs: - Original Message - From

Re: Sending Mail using Mimemail

2001-12-11 Thread Erik Hatcher
esday, December 11, 2001 3:55 PM Subject: Sending Mail using Mimemail > Hello, > > Can someone help me. I am using the Mimemail tasks in an Ant build.xml file and I am able to send mail when I run the script as the owner and administrator of the machine. When another user logs on who I hav

Sending Mail using Mimemail

2001-12-11 Thread Marina Harrell
Hello, Can someone help me. I am using the Mimemail tasks in an Ant build.xml file and I am able to send mail when I run the script as the owner and administrator of the machine. When another user logs on who I have added to the administrator box runs the same build.xml file this user is

mail jar file

2001-12-11 Thread Chris Chang
oject.executeTargets(Project.java:560) at org.apache.tools.ant.Main.runBuild(Main.java:454) at org.apache.tools.ant.Main.start(Main.java:153) at org.apache.tools.ant.Main.main(Main.java:176) Total time: 2 seconds Best Regards, Chris -- To unsubscribe, e-mail: <mailto

Re: Mail Task failing on QUIT message

2001-12-03 Thread Steve Loughran
- Original Message - From: "William Ferguson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 03, 2001 6:56 PM Subject: Mail Task failing on QUIT message > Hi, > > I was just wondering whether anyone else has seen the mail task play up

Mail Task failing on QUIT message

2001-12-03 Thread William Ferguson
Hi, I was just wondering whether anyone else has seen the mail task play up when sending the QUIT message? The mail is sent OK, but the mail task fails when sending the QUIT message with an ndexOutOfBoundsException in line 87 of org.apache.tools.mail.SmtpResponseReader. It appears that the

Re-send due to mail problems: relative filenames from filesets

2001-11-15 Thread KLOTZ,PETER (HP-Germany,ex1)
? Thanks, Peter --- Peter Klotz https://ecardfile.com/id/pklotz ECardFile.vcf Description: Binary data -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re-send due to mail problems: ClearCase tasks and filesets

2001-11-15 Thread KLOTZ,PETER (HP-Germany,ex1)
Peter Klotz https://ecardfile.com/id/pklotz ECardFile.vcf Description: Binary data -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Sending Mail from Ant on Windows

2001-09-05 Thread Erik Hatcher
rds compatibility? Having the listener just pull project properties internally seems like a reasonable way, I suppose. Thanks, Erik - Original Message - From: "Conor MacNeill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 05, 2001 5:12 PM

RE: Sending Mail from Ant on Windows

2001-09-05 Thread Conor MacNeill
> From: Erik Hatcher [mailto:[EMAIL PROTECTED]] > > Can a build listener be attached by specifying something in build.xml as > well so that command-line tweaking isn't needed at all? > A task can attach a listener. Check the sound task - I think it adds a listener. There is no task, though. Such

Re: Sending Mail from Ant on Windows

2001-09-05 Thread T Master
Archives are located at: http://marc.theaimsgroup.com/?l=ant-user&r=1&w=2 - Original Message - From: "David Scassa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 05, 2001 11:43 AM Subject: RE: Sending Mail from Ant on Windows

Re: Sending Mail from Ant on Windows

2001-09-05 Thread Erik Hatcher
Actually the Mail task won't work cleanly because the build log will still be open while executing that task. The FAQ answers this question using a build listener: http://jakarta.apache.org/ant/faq.html#mail-logger This actually would make for a nice inclusion into the Ant core sin

RE: Sending Mail from Ant on Windows

2001-09-05 Thread David Scassa
: Sending Mail from Ant on Windows > I want to send notifications from Ant upon completion of > builds from Windows DOS prompt. Is it possible? Have a look at the built-in "Mail" task. Jon

RE: Sending Mail from Ant on Windows

2001-09-05 Thread Jon Skeet
> I want to send notifications from Ant upon completion of > builds from Windows DOS prompt. Is it possible? Have a look at the built-in "Mail" task. Jon

Sending Mail from Ant on Windows

2001-09-05 Thread Salman, Afzal
I want to send notifications from Ant upon completion of builds from Windows DOS prompt. Is it possible? Afz -- Note: The information contained in this message may be privileged and confidential and protected from disclos

How to authenticate with mail task?

2001-07-24 Thread Francesco Coda
I want to use the ant mail task to send an e-mail. The problem is that my smtp server requires a user name and a password in order to work, and so the task fails. The task does not permit to define a login name and a password. Is there a solution or a workaround? Thanks Francesco

Re: Mail error

2001-07-16 Thread Stefan Bodewig
On Mon, 16 Jul 2001, hari ramasubbu <[EMAIL PROTECTED]> wrote: > Our exchange smtp server name is IVHPXC0003. > > BUILD FAILED > > mail.xml:3: IO error sending mail: Connection refused: > connect Can you do telnet IVHPXC0003 25 from the box you are running the build process on? Stefan

RE: Mail error

2001-07-16 Thread Viraj Purang
HI, TRyu running just the mail target/ task with the -debug option ..things should be fairly clear to you then ... Regards, Viraj Purang -Original Message- From: hari ramasubbu [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 3:33 PM To: [EMAIL PROTECTED] Subject: RE: Mail

RE: Mail error

2001-07-16 Thread hari ramasubbu
OK. it was my fault .. i didnt use the right smtp server name to route the mail.. sorry about that hari

Mail error

2001-07-16 Thread hari ramasubbu
Pleae help ..I get this error when trying to mail to myself. Our exchange smtp server name is IVHPXC0003. BUILD FAILED mail.xml:3: IO error sending mail: Connection refused: connect Total time: 1 second here is the code for this .

RE: Mail api ...

2001-06-29 Thread Kevin Cummings
You're missing the mailhost attribute.. If you don't specify the server to use to send the message it can't send it.. -Original Message- From: Hari Ramasubbu [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 2:35 PM To: [EMAIL PROTECTED] Subject: Mail api ... I&#

RE: Mail api ...

2001-06-29 Thread Jeff Post
Looks like you haven't specified a mail host. JP -Original Message- From: Hari Ramasubbu [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 12:35 PM To: [EMAIL PROTECTED] Subject: Mail api ... I'm trying to send the build log thru' .mail I get this error : mail.

RE: Mail api ...

2001-06-29 Thread Vittoria, Felice
Hari, I believe you forgot to specify your mail host. HTH, Felice -Original Message- From: Hari Ramasubbu [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 2:35 PM To: [EMAIL PROTECTED] Subject: Mail api ... I'm trying to send the build log thru' .mail I get

Mail api ...

2001-06-29 Thread Hari Ramasubbu
I'm trying to send the build log thru' .mail I get this error : mail.xml:3: IO error sending mail: Connection refused: this is the code which i wrote .. any suggestions on how to send mail by fixing this error ..? thanks hari

RE: Mail Task

2001-06-28 Thread McNamara, Sean (Contractor)
Hi Ming- The mailserver you are forwarding your mail to is configured to reject mail from unknown domains (yours being one of those.) To fix this problem, you will either need to send the mail to a server that is an open-relay although these are rare, as the spam-kings usually flood them as

Mail Task

2001-06-28 Thread Tan, Ming
Hi, all: I have a question about using the Mail task. I have the name of the mailhost, however, when I tried to run the target below, I received this error: C:\CLE\buildLegalEdCenter.xml:321: IO error sending mail: Unexpected reply to co mmand: RCPT TO: <[EMAIL PROTECTED]>: 550 &

mail api ...

2001-06-21 Thread Viraj Purang
Hi, I am sorry folks or the stupid question , I probably missed the attribuite somehow. Regards, Viraj Purang Hi, How does the mail task pick up the correct mail server.I did not see any option to do the same. I got this seemingly obvious error. C:\CVS1\builder\build.xml:165: IO error

Recall: mail api ...

2001-06-21 Thread Viraj Purang
Viraj Purang would like to recall the message, "mail api ...".

mail api ...

2001-06-21 Thread Viraj Purang
Hi, How does the mail task pick up the correct mail server.I did not see any option to do the same. I got this seemingly obvious error. C:\CVS1\builder\build.xml:165: IO error sending mail: Connection refused: no further information Regards, Viraj Purang

Re: Problem with mail target

2001-06-13 Thread Erik Hatcher
.  There are some extra dependencies to be aware of, but you can find all this info and the task code itself at:   http://marc.theaimsgroup.com/?l=ant-dev&m=99227335915226&w=2   - Original Message - From: Mark Jaffe To: Ant-User list (E-mail) Sent: Wednesday, June 13, 2

Problem with mail target

2001-06-13 Thread Mark Jaffe
Title: RE: doing SourceSafe get   My build script has a mail action which notifies the engineers that the build is done and where to find it. I am now including release notes in the build and I thought I'd add the files property to the mail action. It turned out that the

Re: sending mail about the build results

2001-04-05 Thread Kevin Cummings
Well, you seem to be forgetting the mail server you want to use to send the e-mail.. With your current settings, it will try and use localhost to send the message and unless you happen to be running a mail server on your computer that could be why it is failing. Here's the code

Re: sending mail about the build results

2001-04-05 Thread Stefan Bodewig
Vinay Panwar <[EMAIL PROTECTED]> wrote: > IM trying to send out email to myself using the following code in my > build.xml, but this doesnt seem to work. What exactly is not working? The task as you give it will try to send the mail to an SMTP server running on localhost (a

RE: sending mail about the build results

2001-04-04 Thread John Lund
>IM trying to send out email to myself using the following code in my >build.xml, but this doesnt seem to work. The FAQ has a good example of how to accomplish this via a BuildListener. (Granted, that's not as simple as XML, but the FAQ provides the code.) Here's the URL: http://jakarta.apache.

sending mail about the build results

2001-04-04 Thread Panwar, Vinay
Hi IM trying to send out email to myself using the following code in my build.xml, but this doesnt seem to work. What am i doing wrong. Is there a better method of sending emails about the build results. Thanks -Vinay

RE: Help with the Mail task

2001-03-18 Thread Tim Vernum
From: Kevin Cummings [mailto:[EMAIL PROTECTED]] > Is there any way to format the message that is sent from the > Mail task in > ANT?? I've tried the following in an attempt to get a line > break in the > e-mail and nothing has worked: Use a decimal entity. The

Help with the Mail task

2001-03-16 Thread Kevin Cummings
Is there any way to format the message that is sent from the Mail task in ANT?? I've tried the following in an attempt to get a line break in the e-mail and nothing has worked: \n \\n cr;lf; Any ideas?? Thanks, Kevin Cummings Mongoose Technology Java Developer 281-461-0099 ext. 105 [

RE: Is there some way of inserting a directory list into a mail message in the ant mail task?

2001-02-23 Thread Eoin Whelan
Yep that will do it thanks. -Original Message- From: Tim Vernum [mailto:[EMAIL PROTECTED]] Sent: 23 February 2001 01:01 To: 'ANT-user' Subject: RE: Is there some way of inserting a directory list into a mail message in the ant mail task? > > Is there some way of inser

  1   2   >