Re: [NAnt-users] File::Exists with a fileset

2007-11-30 Thread Eric Fetzer
Cool, thanks Bill! - Original Message From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Sent: Friday, November 30, 2007 4:47:51 AM Subject: Re: [NAnt-users] File::Exists with a fileset If you have a pre-defined fileset,

Re: [NAnt-users] File::Exists with a fileset

2007-11-30 Thread William_Martin
If you have a pre-defined fileset, you can use the fileset::has-files function in NAntContrib: http://nantcontrib.sourceforge.net/release/latest/help/functions/fileset.h as-files.html Cheers, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PR

Re: [NAnt-users] File::Exists with a fileset

2007-11-29 Thread Eric Fetzer
Yep. - Original Message From: Bob Archer <[EMAIL PROTECTED]> To: Eric Fetzer <[EMAIL PROTECTED]>; Nant Users Sent: Thursday, November 29, 2007 11:27:28 AM Subject: RE: [NAnt-users] File::Exists with a fileset I'm surprised a wildcard doesn't work with file::ex

Re: [NAnt-users] File::Exists with a fileset

2007-11-29 Thread Eric Fetzer
That's exactly what I did, Bob, I was just wondering if there was a cleaner way to do it. - Original Message From: Bob Archer <[EMAIL PROTECTED]> To: Eric Fetzer <[EMAIL PROTECTED]>; Nant Users Sent: Thursday, November 29, 2007 11:19:23 AM Subject: RE: [NAnt-users] Fi