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
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
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
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
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
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
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
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