https://bz.apache.org/bugzilla/show_bug.cgi?id=69902
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement --- Comment #1 from Mark Thomas <[email protected]> --- The current behaviour is by design. Hence moving this to enhancement. *.zip files are targeted at Windows platforms that use CRLF as a line-ending. *.tar.gz files are targeted at Linux platforms that use LF as a line-ending. It looks like Ant didn't originally support file permissions in Zip archives and the description for the Zip task still states that that is the case. However, the zipfileset is documented as supporting permissions so we can look at adding them. That would need testing to ensure it works as expected. That said, the line-endings are still going to be wrong. If you want to use Tomcat on Linux you are better off with the tar.gz package. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
