Re: [Nant-users] solution task / GacCache task problem

2004-08-30 Thread Gert Driesen
Kurien, It would be great if you provide us with a repro for that issue, although I assume this will not be very easy as you're using licensed components ... gert - Original Message - From: "Kurien Jacob" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 30, 2004 9:00 PM S

[Nant-users] inference rules

2004-08-30 Thread nant . list
How would I accomplish the following: - for every *.sql file in - if the file date is older than a *.tag file with the same base name (or *.tag file doesn't exist) - feed the *.sql file to a perl script (perl script.pl query.sql) - update the file date of the *.tag file (or create it if it didn't