DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34328>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34328 Summary: Cannot open zip file created using <zip> task in ANT 1.5.4 using WINZIP Tool Product: Ant Version: 1.5.4 Platform: Sun OS/Version: SunOS Status: NEW Severity: critical Priority: P1 Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I am using ANT 1.5.4 version. I create a zip file using the follwing command in build.xml: <zip destfile="${src.dir}/dcid/compression_process.zip"> <zipfileset dir="${src.dir}/dcid" prefix="compression_process"/> </zip> When i run the build.xml in Windows 2000, it creates the zip file which I can open using WINZIP tool and see the contents of this zip file. Now when I run the same build.xml in SunOS 5.8 and JDK1.2.2, a zip file will be created but when I open it using WINZIP tool a blank screen with no contents in the zip file is shown. If I try to unzip this file created in SunOS5.8, I can see the contents. Please advice. This issue has become a showstopper for my production launch. Let me know if you need any additional information. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]