RE: [SPAM] - Re: Maven vs. Ant? - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-12 Thread Jeff A. Drost
a set of libraries at a certain release number. Then over time, upgrade to newer versions...but not simply keep updating... To be honest, I haven't found a compelling reason to use maven as ant does so much for me... Maybe its my lack of knowledge or I am biased toward ant... Scot Jeff A

Maven vs. Ant?

2006-06-12 Thread Jeff A. Drost
For anyone who's used Maven, do you prefer Ant to Maven? Why or why not? What advantages does Maven have over Ant? Anyone use Maven in conjunction with Ant? I read that Maven has the advantage of standard build commands versus proprietary build commands (targets) created in Ant. Couldn't this

RE: maillogger properties?

2006-06-05 Thread Jeff A. Drost
Yes. Continue to use maillogger if the build fails to send the entire log, i.e. MailLogger.failure.notify=true, MailLogger.success.notify=false At the end of your target, use the task. That way the task will never excute if your build fails, as the build would never get to it. -Original M

RE: [SPAM] - Question about the Depends property - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-05-26 Thread Jeff A. Drost
Try the task -Original Message- From: 1800 tbsfunny [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 3:55 PM To: user@ant.apache.org Subject: [SPAM] - Question about the Depends property - Email has different SMTP TO: and MIME TO: fields in the email addresses In a given target I ca

RE: MailLogger=OK, task =SMTPSendFailedException?

2006-05-19 Thread Jeff A. Drost
un via Eclipse, for comparison. -Rob A > -Original Message- > From: Jeff A. Drost [mailto:[EMAIL PROTECTED] > Sent: Friday, May 19, 2006 10:22 AM > To: Ant Users List > Subject: RE: MailLogger=OK, task =SMTPSendFailedException? > > No it can't run the task if I

RE: MailLogger=OK, task =SMTPSendFailedException?

2006-05-19 Thread Jeff A. Drost
use I don't see, based upon your example, the line that sets the properties from the file...I'm wondering if maybe something isn't set as you expect it to be... Jeff A. Drost wrote: > I cannot figure out why ant's MailLogger will send an email, but the > task will not, whe

RE: MailLogger=OK, task =SMTPSendFailedException?

2006-05-19 Thread Jeff A. Drost
5:33 PM To: Ant Users List Subject: RE: MailLogger=OK, task =SMTPSendFailedException? Can you run this mail task when you are not using the MailLogger? -Rob A > -Original Message- > From: Jeff A. Drost [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 18, 2006 1:52

MailLogger=OK, task =SMTPSendFailedException?

2006-05-18 Thread Jeff A. Drost
I cannot figure out why ant's MailLogger will send an email, but the task will not, when they both share similar SMTP properties in my build & properties file. Ant 1.6.5 Windows XP SP2 Java 5 Update 6 The ant logger argument "-logger org.apache.tools.ant.listener.MailLogger" sends an email when