Re: [Nant-users] include files in fileset by date

2005-06-12 Thread Troy Laurin
> Oops... the less-than operator will need to be escaped:

Re: [Nant-users] include files in fileset by date

2005-06-12 Thread Troy Laurin
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

[Nant-users] include files in fileset by date

2005-06-10 Thread Sam Gardiner
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  

Re: [Nant-users] include files

2004-10-11 Thread Gert Driesen
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

[Nant-users] include files

2004-10-11 Thread Bob Uva
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