>
Oops... the less-than operator will need to be escaped:
On 6/10/05, Sam Gardiner <[EMAIL PROTECTED]> wrote:
>
> Is there a way to create a fileset of files by date? I want to delete files
> older than a certain date and I have no good ways of doing it.
>
> cheers,
>
> sam
Sam,
It sounds like you're asking for a way to create a fileset by ap
Is there a way to create a
fileset of files by date? I want to delete files older than a certain date and I
have no good ways of doing it.
cheers,
sam
You can just put the property tasks directly under the element.
eg.
- Original Message -
From: "Bob Uva" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 11, 2004 11:13 PM
Subject: [Nant-users] include files
I am using the ta
I am using the task to include external
build files in my default.build. If I just put tasks into the
include file (xxx.include) then NAnt complains about multiple root elements. I
have to put the properties within a separate target. Is there any way to get
around having a separate target