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

Reply via email to