Have you tried writing the entire message body to a file and then using the
messagefile attribute of ? If you do this then the contents of the
listing file don't need to go through .
-Andrew
On 7/11/07, Dwayne Walker <[EMAIL PROTECTED]> wrote:
I have a file that I wanted to load into the body
If you do not specify a target, then the default target will run. The
default target is defined in the .
-Rob Anderson
> -Original Message-
> From: Hunter Peress [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 11, 2007 12:29 PM
> To: Ant Users List
> Subject: How to know which target i
Is there a way of knowing which target was called from the command line?
I'm writing a target that will update a file. I'd like to preserve the
exisiting version of the file by renaming it and incorporating its date in the
file name.
I've have found several tasks for copying and renaming files and directories,
but no way to get the file's date-stamp. Am I simply not
I have a file that I wanted to load into the body of an email (as
opposed to attaching it) but when I use loadfile then include the
property name in the email message it strips all of the formating.
Is their some way to fix this? or perhaps using filterchain to convert
the linebreaks some how etc