Fwd: [Nant-users] fileset question

2003-09-18 Thread Eric Fetzer
Here's a demo you can unzip to your C drive and run C:\MyDir\nant -f:TestFileSet.build   Note: forwarded message attached. Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software--- Begin Message --- From what I would assess, if I run the following task from C:\myDir:      

[Nant-users] fileset question

2003-09-18 Thread Eric Fetzer
From what I would assess, if I run the following task from C:\myDir:                     it should only zip files from mySubdir and below.  But it grabs from the directory the build file is located.  What is the point of the basedir if you have to put it again in the includes name? Do