You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/03/02 21:05:12 UTC

[jira] [Commented] (CLOUDSTACK-1304) "mvn -pl :cloud-client-ui jetty:run" strips permission of files in script/

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13591495#comment-13591495 ] 

ASF subversion and git services commented on CLOUDSTACK-1304:
-------------------------------------------------------------

Commit ce6f8aafd2aa717c034df6b562cc204edd5e5434 in branch refs/heads/4.1 from Hugo Trippaers <tr...@gmail.com>
[ https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;h=ce6f8aa ]

CLOUDSTACK-1304 Set permissions using the chmod ant task
                
> "mvn  -pl :cloud-client-ui jetty:run" strips permission of files in script/
> ---------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-1304
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1304
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: 4.1.0
>            Reporter: frank zhang
>            Assignee: frank zhang
>             Fix For: 4.1.0
>
>
> "mvn  -pl :cloud-client-ui jetty:run" calls ant task <copy> to copy files under script/ to "${basedir}/target/generated-webapp/WEB-INF/classes/scripts">
> it will strip all permission on files to default system permission which erases execution bit on script. the reason is 
> "Unix Note: File permissions are not retained when files are copied; they end up with the default UMASK permissions instead. This is caused by the lack of any means to query or set file permissions in the current Java runtimes. If you need a permission-preserving copy function, use <exec executable="cp" ... > instead."
> http://ant.apache.org/manual/Tasks/copy.html
> this issue will prevent mgmt server executes any shell script due to lacking of execution permission on script

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira