Re: [Nant-users] XSLT Generated Build File and deprecated uptodatefile attribute

2004-06-28 Thread Gert Driesen
dnesday, June 23, 2004 8:54 AM Subject: RE: [Nant-users] XSLT Generated Build File and deprecated uptodatefile attribute If the deprecation messages are getting to you, you could modify the source in your local copy... In the file $NANT_HOME/src/NAnt.Core/Tasks/IfTask.cs, delete the [System.

RE: [Nant-users] XSLT Generated Build File and deprecated uptodatefile attribute

2004-06-22 Thread Troy Laurin
ld catches up.   -T From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick ZigomanisSent: Wednesday, 23 June 2004 10:07 AMTo: [EMAIL PROTECTED]Subject: RE: [Nant-users] XSLT Generated Build File and deprecated uptodatefile attribute Yes, it does. And I

RE: [Nant-users] XSLT Generated Build File and deprecated uptodatefile attribute

2004-06-22 Thread Nick Zigomanis
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Troy Laurin Sent: Wednesday, 23 June 2004 11:55 AM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] XSLT Generated Build File and deprecated uptodatefile attribute   Well, it looks like file::up-to-date falls quite short of the functionality that

RE: [Nant-users] XSLT Generated Build File and deprecated uptodatefile attribute

2004-06-22 Thread Troy Laurin
Title: Message Well, it looks like file::up-to-date falls quite short of the functionality that uptodatefile provided.   The file::up-to-date function should probably be extended to create: file::up-to-date-to-fileset(srcFile, targetFileSetRefId) file::fileset-up-to-date(srcFileSetRefId, tar