https://issues.apache.org/bugzilla/show_bug.cgi?id=48058
Summary: tar task looses file permissions
Product: Ant
Version: 1.7.1
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
I'm attempting to use the "tar" task to create a tarball. The tarball gets
created, but it seems like all the file permissions are set to mode 644. It
looks like this should be possible to do to some extent (the File class has at
least canExecute(), canWrite() and canRead() methods, even though there doesn't
seem to be a way to get the full set), but it doesn't work (not implemented?).
If ant doesn't support this on purpose, the documentation for the tar task
should at least explain that.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.