Re: using loadfile and preserving the file formating.

2007-07-11 Thread Andrew Goktepe
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

RE: How to know which target is running?

2007-07-11 Thread Anderson, Rob (Global Trade)
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

How to know which target is running?

2007-07-11 Thread Hunter Peress
Is there a way of knowing which target was called from the command line?

How can I capture a file's date to a property?

2007-07-11 Thread cknell
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

using loadfile and preserving the file formating.

2007-07-11 Thread Dwayne Walker
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