Re: [NAnt-users] any way to tell how many files in a ?

2007-02-03 Thread Michael Frederick
http://nantcontrib.sourceforge.net/release/latest/help/functions/fileset.get-file-count.html -Original Message- From: [EMAIL PROTECTED] on behalf of Mark Modrall Sent: Sat 2/3/2007 2:54 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] any way to tell how many files in a ? A

Re: [NAnt-users] any break from for loop?

2007-02-03 Thread Michael Frederick
We have written a small C# "script" that waits for a set of files to appear. It has a polling interval for checking the files, and a timeout value for a "give-up" condition. Its not tightly-integrated into NAnt, but it works. -Original Message- From: [EMAIL PROTECTED] on behalf of Mar

[NAnt-users] any way to tell how many files in a ?

2007-02-03 Thread Mark Modrall
Any way to just get a count of how many files are in a fileset? Thanks -mark This e-mail message, and any attachments, is intended only for the use of the individual or entity identified in the alias address of this message and may contain information that is confidential, privileged and

[NAnt-users] any break from for loop?

2007-02-03 Thread Mark Modrall
Hi... I've been trying to code a task to wait for something to happen and I'd like to break out when it does. I started looking at but there didn't seem to be any way (other than fail) to break out of the loop once the event occurred. I tried using recursion, but then found tasks can't call