[
https://issues.apache.org/jira/browse/TWILL-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15836859#comment-15836859
]
ASF GitHub Bot commented on TWILL-208:
--------------------------------------
GitHub user anew opened a pull request:
https://github.com/apache/twill/pull/26
(TWILL-208) add Location.mkdirs(String permissions)
- adds mkdirs() that takes permissions
- makes sure getOutputStream(permisssions) also uses that when creating the
directories
- add test case
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anew/twill twill-208
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/twill/pull/26.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #26
----
commit 6d32277cc7cf03afd11e9bbef4d382fccb95d4ea
Author: anew <[email protected]>
Date: 2017-01-24T23:39:43Z
(TWILL-208) add Location.mkdirs(String permissions)
----
> Location should have a way to set permissions when creating directories
> -----------------------------------------------------------------------
>
> Key: TWILL-208
> URL: https://issues.apache.org/jira/browse/TWILL-208
> Project: Apache Twill
> Issue Type: Bug
> Reporter: Andreas Neumann
> Assignee: Andreas Neumann
> Fix For: 0.10.0
>
>
> That is, we need to introduce a method
> {code}
> boolean mkdirs(String permissions);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)