Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B45ED11544 for ; Wed, 9 Apr 2014 17:34:41 +0000 (UTC) Received: (qmail 73557 invoked by uid 500); 9 Apr 2014 17:34:26 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 73484 invoked by uid 500); 9 Apr 2014 17:34:25 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 73437 invoked by uid 99); 9 Apr 2014 17:34:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2014 17:34:24 +0000 Date: Wed, 9 Apr 2014 17:34:24 +0000 (UTC) From: "Joe Bowser (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CB-6404) Cordova build fails with EACCESS error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-6404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-6404. ---------------------------- Resolution: Won't Fix This is a permissions issue on your local configuration. Glad that you figured it out on your end. > Cordova build fails with EACCESS error > -------------------------------------- > > Key: CB-6404 > URL: https://issues.apache.org/jira/browse/CB-6404 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Affects Versions: 3.4.0 > Reporter: Denis Obydennykh > > I've got sencha touch project. Doing sencha "app build native" fails with error at cordova part. > Error can be reproduced calling separately "cordova build": > Running command: project/cordova/platforms/android/cordova/build args=[] > execvp(): Permission denied > events.js:72 > throw er; // Unhandled 'error' event > ^ > Error: spawn EACCES > at errnoException (child_process.js:980:11) > at Process.ChildProcess._handle.onexit (child_process.js:771:34) > Error: /Users/denisobydennyh/sites/checkdrive/phone- app/src/main/webapp/cordova/platforms/android/cordova/build: Command failed with exit code 8 > at ChildProcess.whenDone (/usr/local/lib/node_modules/cordova/src/superspawn.js:112:23) > at ChildProcess.EventEmitter.emit (events.js:98:17) > at maybeClose (child_process.js:735:16) > at Process.ChildProcess._handle.onexit (child_process.js:802:5) > Previously it was working. Ant is accessible. "build" file has execute flag for all. Project dir has 777 permissions. > Cordova version 3.4 Ant version 1.9.2 > What can be the source of error? -- This message was sent by Atlassian JIRA (v6.2#6252)