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:
 
    <zip zipfile="myZip.zip">
      <fileset basedir="C:\myDir\mySubdir">
        <includes name="**"/>
      </fileset>
    </zip>
 
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 you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
--- End Message ---

Attachment: TestFileSets.zip
Description: TestFileSets.zip

Reply via email to