DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18882>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18882

<zip> task ignores the file .cvsignore





------- Additional Comments From [EMAIL PROTECTED]  2003-04-10 14:22 -------
Thanks for the feedback.  Well, I tried using the defaultexcludes attribute on 
the <zip> task and it simply did not help.  For example, the following Ant 
script still excludes the .cvignore file and other files excluded by default:

  <?xml version="1.0"?>
  <project name="TestCase" default="build" basedir=".">
    <target name="build">
      <delete file="src.zip"/>
      <zip
        zipfile="src.zip"
        basedir="src"
        defaultexcludes="no"/>
    </target>
  </project>

Reply via email to