Ah, cool. I'm just not sure if this is in CI Factories fork of Nant. I
don't seem them in the CIFactory/Nant doc.

 

________________________________

From: Gert Driesen [mailto:[EMAIL PROTECTED] 
Sent: Sunday, January 06, 2008 2:18 PM
To: Bob Archer; '[EMAIL PROTECTED] Sourceforge. Net'
Subject: RE: [NAnt-users] Filesets

 

Bob,

 

1) The properties you use in the fileset declaration are resolved when
it is declared. The scanning for files is done when the fileset is
actually used (by a task).

 

2) Yes, for this purpose I introduced support for patternsets:

http://nant.sourceforge.net/release/latest/help/types/patternset.html

 

Hope this helps,

 

Gert

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob
Archer
Sent: vrijdag 4 januari 2008 20:23
To: [EMAIL PROTECTED] Sourceforge. Net
Subject: [NAnt-users] Filesets

A few questions about filesets...

 

1.      When are they evaluated? If I have a fileset with an ID, and I
later reference that... does it look for the files when it is declared
or when it is referenced? 
2.      Is it possible to create a fileset without a basedir, and then
later reference it and specify a different basedir. For example, I want
to zip up a web site with several folder in it, but not in the same
order the folders currently exist. So, I want to specify a basedir and
prefix for each zipfileset, but I don't want to have to list the same 10
includes each time? 

 

Thanks,

BOb

 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to