]
Martin Malina commented on JBDS-3755:
-------------------------------------
Funnily enough, there is no readme in the zip ;)
{code}
$ find . -name 'README.how-to-build-from-sources-zip.txt'|wc -l
0
{code}
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?