You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2016/03/15 22:20:33 UTC

[jira] [Resolved] (CB-10201) Cordova-android not setting execute permissions on gradlew

     [ https://issues.apache.org/jira/browse/CB-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser resolved CB-10201.
-----------------------------
    Resolution: Cannot Reproduce

This is working on the latest version.  I have a feeling that someone fixed this and didn't actually tie the commit back to this issue.  If anyone knows how this got fixed, or can't fix it on Windows or something, please re-open.

> Cordova-android not setting execute permissions on gradlew
> ----------------------------------------------------------
>
>                 Key: CB-10201
>                 URL: https://issues.apache.org/jira/browse/CB-10201
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 5.0.0
>         Environment: OSX
>            Reporter: Billy Catherall
>            Priority: Minor
>              Labels: newbie, triaged
>
> When cordova build copies the gradlew script into the platform directory it doesn't set the +x flag so the script throws a permissions error during build.
> ERROR building one of the platforms: Error: /xxx/platforms/android/gradlew: Command failed with exit code EACCES
> This can be fixed in bin/templates/cordova/lib/builders/GradleBuilder.js bu adding 'shell.chmod('u+x', path.join(self.root, 'gradlew'));' just after 'shell.cp(path.join(wrapperDir, 'gradlew'), self.root);' around line 150.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org