David Barth created CB-5629:
-------------------------------
Summary: Ubuntu build/run commands have wrong permissions
Key: CB-5629
URL: https://issues.apache.org/jira/browse/CB-5629
Project: Apache Cordova
Issue Type: Bug
Components: CLI
Affects Versions: 3.3.0
Environment: Ubuntu
Reporter: David Barth
When trying to build a simple project, it seems like the "prepare" step fails
to copy files with the right permissions.
cordova create Baz
cd Baz
cordova platform add ubuntu
cordova build ubuntu
Generating config.xml from defaults for platform "ubuntu"
Preparing ubuntu project
Compiling app on platform "ubuntu" via command
"/home/dbarth/devel/trusty/cordova-test-directory/Baz/platforms/ubuntu/cordova/build"
{ [Error: spawn EACCES] code: 'EACCES', errno: 'EACCES', syscall: 'spawn' }
Doing a chmod +x on the generated commands does fix the issue
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)