The
NAnt documentation covers filesets: http://nant.sourceforge.net/help/fundamentals/fog0000000026.html
--
Arild
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Anthony FranciscoI'm looking at the documentation for the csc task, it indicates that <sources> can contain filesets.I've seen examples of using:<sources><includes name="test.cs" /></sources>In some replies to messages I've seen people say use something like:
<includes name="test.cs" asis="true" />So my question is where can I find documentation on FileSets ?- Ants