RE: sending email to multiple destination

2005-01-31 Thread Rebhan, Gilbert
day, February 01, 2005 12:34 AM To: Ant Users List Subject: RE: sending email to multiple destination This is what I have now. And I using Apache Ant version 1.6.1 compiled on February 12 2004 However, I don't see the Activation.jar and

RE: sending email to multiple destination

2005-01-31 Thread George Dibi
5:26 PM To: Ant Users List Subject: RE: sending email to multiple destination If one target works and the other does not, libs are not the issue, right? It would appear to be the usage. -Rob A > -Original Message- > From: George Dibi [mailto:[EMAIL PROTECTED] > Sent: Monday, Janu

RE: sending email to multiple destination

2005-01-31 Thread Anderson, Rob (Global Trade)
/> > > "me" is a text file with one email address > "you" is a text also with couple email addresses. > > I am using, I think an older version of ANT maybe 1.5x. I > didn't install > it. > Do you think, I need a newer version? > > -Origi

RE: sending email to multiple destination

2005-01-31 Thread Conelly, Luis (GE Energy, Non GE, GENE)
day, January 31, 2005 5:03 PM To: Ant Users List Subject: RE: sending email to multiple destination I don't have these files in $ANT_HOME\lib or $HOME\.ant -Original Message- From: Conelly, Luis (GE Energy, Non GE, GENE) [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 5:

RE: sending email to multiple destination

2005-01-31 Thread Matt Benson
--- George Dibi <[EMAIL PROTECTED]> wrote: > Rob, > > I did read the manual, and I've substitute me or you > with an email > address. That didn't work either. > I think, it has something to do with the version ANT > running. Since I > didn't install it I am sure of the version. The command "ant

RE: sending email to multiple destination

2005-01-31 Thread George Dibi
[mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 5:02 PM To: Ant Users List Subject: RE: sending email to multiple destination > I am trying to use 2 separate targets. > This one works well: > > subject="isoft36 build notification"> > > >

RE: sending email to multiple destination

2005-01-31 Thread George Dibi
I don't have these files in $ANT_HOME\lib or $HOME\.ant -Original Message- From: Conelly, Luis (GE Energy, Non GE, GENE) [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 5:03 PM To: Ant Users List Subject: RE: sending email to multiple destination -Original Me

RE: sending email to multiple destination

2005-01-31 Thread Anderson, Rob (Global Trade)
> I am trying to use 2 separate targets. > This one works well: > > subject="isoft36 build notification"> > > > > The build failed >includes="*.report"/>--> > > > > The second one doesn't: > > tolist = "you" > subject = "test" > files = "courrier.tx

RE: sending email to multiple destination

2005-01-31 Thread Conelly, Luis (GE Energy, Non GE, GENE)
-Original Message- From: George Dibi [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 4:49 PM To: Ant Users List Subject: RE: sending email to multiple destination Where do I verify if these jars exist? [Conelly, Luis] jars must exist either in $ANT_HOME/lib or $HOME/.ant/lib

RE: sending email to multiple destination

2005-01-31 Thread George Dibi
l it. Do you think, I need a newer version? -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 4:45 PM To: Ant Users List Subject: RE: sending email to multiple destination What version of Ant are you using? Did you build it yourself? Do you have

RE: sending email to multiple destination

2005-01-31 Thread George Dibi
Users List Subject: RE: sending email to multiple destination Do you have the libraries mentioned in the Manual?? Mail uses a couple of them (activation.jar & mail.jar, I believe). This is an excrept of one of my build files. This sends mail messages to multiple addre

RE: sending email to multiple destination

2005-01-31 Thread Matt Benson
il > > -Original Message- > From: Matt Benson [mailto:[EMAIL PROTECTED] > Sent: Monday, January 31, 2005 3:50 PM > To: Ant Users List > Subject: RE: sending email to multiple destination > > --- George Dibi <[EMAIL PROTECTED]&

RE: sending email to multiple destination

2005-01-31 Thread Conelly, Luis (GE Energy, Non GE, GENE)
http://ant.apache.org/manual/install.html#librarydependencies for more information about library dependencies Regards luis -Original Message- From: George Dibi [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 3:58 PM To: Ant Users List Subject: RE: sending email to multiple destination

RE: sending email to multiple destination

2005-01-31 Thread George Dibi
: sending email to multiple destination --- George Dibi <[EMAIL PROTECTED]> wrote: > I tried that it didn't work > > > > What was the result? -Matt __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best sp

RE: sending email to multiple destination

2005-01-31 Thread Matt Benson
--- George Dibi <[EMAIL PROTECTED]> wrote: > I tried that it didn't work > > > > What was the result? -Matt __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -

RE: sending email to multiple destination

2005-01-31 Thread George Dibi
I tried that it didn't work -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 2:45 PM To: Ant Users List Subject: RE: sending email to multiple destination --- George Dibi <[EMAIL PROTECTED]> wrote: > What's the syntax

RE: sending email to multiple destination

2005-01-31 Thread Matt Benson
--- George Dibi <[EMAIL PROTECTED]> wrote: > What's the syntax to? Something like this: = > xyz.com > = > abc.com Never having used the mail task, I can only go by the manual & source code etc. -Matt

RE: sending email to multiple destination

2005-01-31 Thread George Dibi
What's the syntax to? Something like this: = xyz.com = abc.com -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 1:17 PM To: Ant Users List Subject: RE: sending email to multiple destin

RE: sending email to multiple destination

2005-01-31 Thread Matt Benson
--- "Conelly, Luis (GE Energy, Non GE, GENE)" <[EMAIL PROTECTED]> wrote: > > From Ant manual [1] > ___ > tolistComma-separated list of recipients. > cclistComma-separated list of recipients to carbon > copy > bcclist Comma-separated list of

RE: sending email to multiple destination

2005-01-31 Thread Conelly, Luis (GE Energy, Non GE, GENE)
>From Ant manual [1] ___ tolist Comma-separated list of recipients. cclist Comma-separated list of recipients to carbon copy bcclist Comma-separated list of recipients to carbon copy At least one of these, or the equivalent elements.