[jira] [Commented] (CB-6084) Error executing command 'ant'

2014-02-21 Thread Mike Hartington (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13908382#comment-13908382
 ] 

Mike Hartington commented on CB-6084:
-

Alright that was the issue. I guess between updating to Mavericks, my version 
of ant was removed some how. 

 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
  Labels: CLI, Cordova

 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.anonymous (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)


[jira] [Commented] (CB-6084) Error executing command 'ant'

2014-02-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13908606#comment-13908606
 ] 

ASF subversion and git services commented on CB-6084:
-

Commit 74007ab3b8c74ef1113e6f065d949f87942d11cd in cordova-docs's branch 
refs/heads/master from [~cmarcelk]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=74007ab ]

CB-6084: clarify need for ant

Make the ant pre-req more clear, and note that OSX Mavericks dropped the
built-in ant. Also fix some typos of angle brackets needing to be escaped
as HTML entities.


 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

 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.anonymous (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)