Re: [Nant-users] FileSets as elements of Project

2003-08-01 Thread Ian MacLean
David, somthing like: use an id to define a fileset reference at the project or target level and then reference it with the refid attribute. Ian The documentation for File Sets (http://nant.sourceforge.net/help/fundamentals/fog26.html) says: “File Sets can appear inside ta

[Nant-users] FileSets as elements of Project

2003-08-01 Thread David Peckham
The documentation for File Sets (http://nant.sourceforge.net/help/fundamentals/fog26.html) says:   “File Sets can appear inside tasks that support this feature or at the project level, i.e., as children of project.”   Can someone point to an example of this usage?