RE: How to influence File Permission Mode

2014-09-05 Thread Medi Montaseri
n this and report back Medi From: Omair Majid [oma...@redhat.com] Sent: Friday, September 05, 2014 5:52 PM To: Medi Montaseri Cc: Erik Joelsson; build-dev@openjdk.java.net Subject: Re: How to influence File Permission Mode * Medi Montaseri [2014-09-04 22:40]: > A few minutes ago

Re: How to influence File Permission Mode

2014-09-05 Thread Omair Majid
* Medi Montaseri [2014-09-04 22:40]: > A few minutes ago, I put a hack in my wrapper to fix the JRE tgz. But > the JDK side is not fixed yet. When I saw your email, I figured I > should report back before I put the fix on the JDK tgz as well. So we > see, it is not just the lib/ext/*.jar but more.

RE: How to influence File Permission Mode

2014-09-04 Thread Medi Montaseri
dule/subsystem, etc Thanks Medi From: Erik Joelsson [erik.joels...@oracle.com] Sent: Wednesday, September 03, 2014 12:36 AM To: Medi Montaseri; build-dev@openjdk.java.net Subject: Re: How to influence File Permission Mode Hello Medi, On 2014-09-02 21:35, Medi

Re: How to influence File Permission Mode

2014-09-03 Thread Omair Majid
* Medi Montaseri [2014-08-26 13:56]: > I am seeing some files with permission 0600 (-rw --- --- ) in my > build. Is there a way to influence the generated files' permission > from the configure or do I need to run a chmod(1) on them myself. I saw an issue similar to this myself. I was using OpenJ

Re: How to influence File Permission Mode

2014-09-03 Thread Erik Joelsson
ik Joelsson [erik.joels...@oracle.com] Sent: Wednesday, August 27, 2014 1:09 AM To: Medi Montaseri; build-dev@openjdk.java.net Subject: Re: How to influence File Permission Mode Hello Medi, The build does not intentionally limit file read permissions on the built files. There are some instances

RE: How to influence File Permission Mode

2014-09-02 Thread Medi Montaseri
"nashorn" as something worth chasing... Thanks Medi From: Erik Joelsson [erik.joels...@oracle.com] Sent: Wednesday, August 27, 2014 1:09 AM To: Medi Montaseri; build-dev@openjdk.java.net Subject: Re: How to influence File Permission Mode

Re: How to influence File Permission Mode

2014-08-27 Thread Erik Joelsson
Hello Medi, The build does not intentionally limit file read permissions on the built files. There are some instances where write is removed. Have you checked your umask? /Erik On 2014-08-26 19:55, Medi Montaseri wrote: Hi I am seeing some files with permission 0600 (-rw --- --- ) in my bu