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
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
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
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