[
https://issues.jboss.org/browse/JBDS-3755?page=com.atlassian.jira.plugin....
]
Nick Boldt commented on JBDS-3755:
----------------------------------
We'd need to either remove the readme (which is also up on the CSP accompanying the
src.zip so the zip retains correct file permissions) or migrate the two ant tasks (one to
expand variables in the txt file, then another to insert the file into the zip) to be part
of the fetch-sources-from-manifests mojo task so it's not limited by Ant's
permissionless Zip task.
--
Since sources are now publically available at
https://github.com/jbdevstudio/jbdevstudio-product/ I'm inclined to *simply remove the
readme file*.
We could also *REMOVE this zip from the distribution on CSP* and replace it with a README
saying "sources are here:
https://github.com/jbdevstudio/jbdevstudio-product/
".
[~akazakov] [~maxandersen] WDYT?
JBDS source zip: all files have 000 permissions after unzip
-----------------------------------------------------------
Key: JBDS-3755
URL:
https://issues.jboss.org/browse/JBDS-3755
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: build
Affects Versions: 9.1.0.CR1
Reporter: Martin Malina
Assignee: Nick Boldt
While verifying JBDS-3598 and trying to build from the latest source zip
(jboss-devstudio-9.1.0.CR1-v20160326-0059-B443-src.zip), I hit a problem:
When I unzipped the zip, I could not cd to the directory. It turned out that all the
files had zero permissions. So I had to do "chmod -R 777
jboss-devstudio-9.1.0.CR1-src" first. Could we fix that?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)