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=17648>.
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=17648

<zipfileset> not working for zip task





------- Additional Comments From [EMAIL PROTECTED]  2003-03-05 18:58 -------
For the same build.xml, under Ant 1.5.2, it add the file to the zip the file 
size increase. However you cannot view using Winzip. Using pkzip25, you saw it 
under zip file but you cannot extract it. Under Ant 1.5.1, it work as expected.

        <zip destfile="${release.dir}/${build.product}
_Release_${build.filelabel}.zip">
            <fileset dir="${build.dir}"   includes="${build.versionfile}" />
            <fileset dir="${release.dir}" includes="${build.product}
_Release_${build.filelabel}_Notes.doc" />
                <zipfileset dir="${release.dir}/${product.package.dir}" 
prefix="${product.package.dir}" />
        </zip>

Reply via email to