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 7BCC8119D6 for ; Fri, 21 Feb 2014 18:23:21 +0000 (UTC) Received: (qmail 43480 invoked by uid 500); 21 Feb 2014 18:23:20 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 43421 invoked by uid 500); 21 Feb 2014 18:23:19 -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 43317 invoked by uid 99); 21 Feb 2014 18:23:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Feb 2014 18:23:19 +0000 Date: Fri, 21 Feb 2014 18:23:19 +0000 (UTC) From: "Marcel Kinard (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CB-6084) Error executing command 'ant' 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-6084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Kinard resolved CB-6084. ------------------------------- Resolution: Fixed Fix Version/s: 3.5.0 Sebastien, thanks for the clarification about Mavericks, I've included that tip. This doc change should be visible on edge (future 3.5) upon the next publish. > Error executing command 'ant' > ----------------------------- > > Key: CB-6084 > URL: https://issues.apache.org/jira/browse/CB-6084 > Project: Apache Cordova > Issue Type: Bug > Components: CLI > Affects Versions: 3.4.0 > Environment: OSX Mavericks > Reporter: Mike Hartington > Assignee: Marcel Kinard > Labels: CLI, Cordova > Fix For: 3.5.0 > > > Just updated to OSX Mavericks and tried to create an android project and got this error: > Error: ERROR : executing command 'ant', make sure you have ant installed and added to your path. > at /Users/gcollins/.cordova/lib/android/cordova/3.4.0/bin/lib/check_reqs.js:47:27 > at ChildProcess.exithandler (child_process.js:641:7) > at ChildProcess.EventEmitter.emit (events.js:98:17) > at maybeClose (child_process.js:743:16) > at Socket. (child_process.js:956:11) > at Socket.EventEmitter.emit (events.js:95:17) > at Pipe.close (net.js:466:12) > Error: /Users/gcollins/.cordova/lib/android/cordova/3.4.0/bin/update: Command failed with exit code 8 > at ChildProcess.whenDone (/Users/gcollins/.nvm/v0.10.25/lib/node_modules/cordova/src/superspawn.js:112:23) > at ChildProcess.EventEmitter.emit (events.js:98:17) > at maybeClose (child_process.js:743:16) > at Process.ChildProcess._handle.onexit (child_process.js:810:5) > I checked my profile and I have the android SDK in my path: > export PATH=${PATH}:/Applications/Android\ Studio.app/sdk/platform-tools:/Applications/Android\ Studio.app/sdk/tools > Not sure what the issue is as this wasn't a problem when I had Mountain Lion yesterday. -- This message was sent by Atlassian JIRA (v6.1.5#6160)