Brian, What are
you attempting to accomplish with the <includes … > tag ? For any
tag that accepts a sub-element of <fileset>, you can do the following
<fileset> The **
specifies to look in all subdirectories for the matching pattern. Read the following page for more
information http://nant.sourceforge.net/help/types/fileset.html Below are
two different ways to locate a set of files <property name=”BaseDir”
value=”C:\Projects” /> <property name=”DestinationDir”
value=”C:\Temp” /> <mkdir dir=”${DestinationDir}”
/>
<foreach item="File"
property="filename">
Noel
Gifford -----Original
Message----- If I
keep my *.cs files in different directories, is there a way to use <includes
name=””> to recursively include all *.cs files in those subdirectories? Brian M.
Beaudet Director,
Research & Development EfficiencyLab,
LLC |
- [Nant-users] Class Files All Over The Place Brian Beaudet
- Noel Gifford