Thanks Matt,
if I use this when running the script
ant -logger org.apache.tools.ant.listener.MailLogger
how do I define where the e-mail is sent using the MailLogger.failure.to
messages to?
Thanks,
Eddie
-Original Message-
From: Matt Benson [mailto:[EMAIL PROTECTED]
Sent: Thursday, Apr
See
http://ant.apache.org/manual/listeners.html#MailLogger
-Matt
--- Edward Peloke <[EMAIL PROTECTED]> wrote:
> What it the best way to e-mail the build file? I
> know I can use the mail
> task to e-mail files but it won't e-mail the ant
> logfile as it hasn't
> completed yet...right? What is t
What it the best way to e-mail the build file? I know I can use the mail
task to e-mail files but it won't e-mail the ant logfile as it hasn't
completed yet...right? What is the best way to get an e-mail when the build
is over telling me if it was successfull? Should I kick off another build
scr
Thanks, that works great!
-Original Message-
From: Peter Reilly [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 01, 2004 10:37 AM
To: Ant Users List
Subject: Re: concatonating scripts
the fixlastline attribute of the concat task does not apply to nested
text of the task. (most
likely th
I found a workaround.
I am now specifying the password in the cvsRoot attribute:
This works for me.
-Sean
> -Original Message-
> From: Sullivan, Sean C - MWT
> Sent: Wednesday, March 31, 2004 2:38 PM
> To: [EMAIL PROTECTED]
> Subject: Ant, [cvs] cvs checkout: authorization f
I am having trouble running ant from a UNC path. I get the following error with Ant
1.6.1 installed on a UNC path...
C:\buildtools>"c:\opt\sun\java\1.4.2_03\bin\jav
a.exe" -classpath "\\some_network_server\D\1.6.1\lib\ant-launcher.jar" "-Dant.home=
\\some_network_server\D\1.6.1" org.apache.tools
Try the sshexec task.
-Rob A
> -Original Message-
> From: Jambunathan, Pushya [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 01, 2004 8:58 AM
> To: '[EMAIL PROTECTED]'
> Subject: Execute cmds on a remote m/c
>
>
> Is there some way I can execute commands on a remote m/c
> using ant
Hi everyone, I'm not sure this is the place to ask but I'm looking for a
regular expression that will convert an argument string that contains a list
of directories with fully qualified paths and I want to strip this down to
just the names of the directories without the rest of the path:
for examp
Is there some way I can execute commands on a remote m/c using ant without
waiting for a return string (like telnet expects)?
I know rexec does it. But somehow, rexec hangs when I use it via ant. Normal
rexec from my m/c to the remote m/c works just fine.
This is holding up work on my project and