Yes, I've been staring at that
for a while and gotten more and more confused. This is why I sent this
message.
The table near the top of the
page documents "attributes" for a file set. I'm trying to find out about
"elements".
To add to my confusion, if
"basedir" is a required attribute, how come <sources> doesn't set the
"basedir" attribute if <sources> is suppose to be a fileset
?
Is there a NAnt XML schema that
I can look at ?
-
Ants
-----Original Message-----
From: Arild Fines [mailto:[EMAIL PROTECTED]
Sent: Thursday, 20 March, 2003 03:21
To: Anthony Francisco; [EMAIL PROTECTED]
Subject: RE: [Nant-users] Where to find documentation on FileSetsThe 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 Francisco
I'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