RE: [Nant-users] includefile question

2005-03-15 Thread Gert Driesen
Hi Dan, This issue is now fixed in cvs. Thanks for the report ! Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dan Munk > Sent: woensdag 16 maart 2005 0:26 > To: nant-users@lists.sourceforge.net > Subject: [Nant-

[Nant-users] includefile question

2005-03-15 Thread Dan Munk
Hi, I am using the csc task with the following: as a child of the references tag. The includesfile is being executed whether the file exists or not. I have some test code and the file::exists function does appear to be working correctly. Am I using the tag incorrectly? Thanks, Dan ---