[jira] [Commented] (CB-8644) Error adding platform amazon-fireos

2015-03-18 Thread Archana Naik (JIRA)

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

Archana Naik commented on CB-8644:
--

Looks like its fixed in:
https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;a=commit;h=ea788e10193ca71027cd967550d8d9e9f4894cd4

Please update your platform.js as per the commit and it should work.

 Error adding platform amazon-fireos
 ---

 Key: CB-8644
 URL: https://issues.apache.org/jira/browse/CB-8644
 Project: Apache Cordova
  Issue Type: Bug
  Components: Amazon FireOS
 Environment: cordova client 4.3.0
 running on mac osx
Reporter: David Hogg
Assignee: Archana Naik

 Using the cordova client to create an empty project and then add 
 amazon-fireos as a platform no longer works with 4.3.0 (note that steps below 
 work fine for platform android).
 Steps:
 cordova create foo foo.com Foo
 cd foo
 cordova -d platform add amazon-fireos
 Get the following error:
 No version supplied. Retrieving version from config.xml...
 CordovaError: The provided path does not seem to contain a Cordova platform: 
 /Users/dwhogg/.cordova/lib/npm_cache/cordova-amazon-fireos/3.6.3/package
 at getPlatformDetailsFromDir 
 (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/platform.js:229:25)
 at 
 /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/platform.js:192:16
 at _fulfilled 
 (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:787:54)
 at self.promiseDispatch.done 
 (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:816:30)
 at Promise.promise.promiseDispatch 
 (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:749:13)
 at /usr/local/lib/node_modules/cordova/node_modules/q/q.js:557:44
 at flush (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:108:17)
 at process._tickCallback (node.js:355:11)
 Note that the above path to 
 .cordova/lib/npm_cache/cordova-amazon-fireos/3.6.3/package does get created 
 and appears OK.



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

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



[jira] [Commented] (CB-8644) Error adding platform amazon-fireos

2015-03-18 Thread David Hogg (JIRA)

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

David Hogg commented on CB-8644:


That fix solves the problem. Thanks.

 Error adding platform amazon-fireos
 ---

 Key: CB-8644
 URL: https://issues.apache.org/jira/browse/CB-8644
 Project: Apache Cordova
  Issue Type: Bug
  Components: Amazon FireOS
 Environment: cordova client 4.3.0
 running on mac osx
Reporter: David Hogg
Assignee: Archana Naik

 Using the cordova client to create an empty project and then add 
 amazon-fireos as a platform no longer works with 4.3.0 (note that steps below 
 work fine for platform android).
 Steps:
 cordova create foo foo.com Foo
 cd foo
 cordova -d platform add amazon-fireos
 Get the following error:
 No version supplied. Retrieving version from config.xml...
 CordovaError: The provided path does not seem to contain a Cordova platform: 
 /Users/dwhogg/.cordova/lib/npm_cache/cordova-amazon-fireos/3.6.3/package
 at getPlatformDetailsFromDir 
 (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/platform.js:229:25)
 at 
 /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/platform.js:192:16
 at _fulfilled 
 (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:787:54)
 at self.promiseDispatch.done 
 (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:816:30)
 at Promise.promise.promiseDispatch 
 (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:749:13)
 at /usr/local/lib/node_modules/cordova/node_modules/q/q.js:557:44
 at flush (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:108:17)
 at process._tickCallback (node.js:355:11)
 Note that the above path to 
 .cordova/lib/npm_cache/cordova-amazon-fireos/3.6.3/package does get created 
 and appears OK.



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

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



[jira] [Commented] (CB-8644) Error adding platform amazon-fireos

2015-03-17 Thread David Hogg (JIRA)

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

David Hogg commented on CB-8644:


As a follow-up, I have another Mac dev machine on which I was able to create 
cordova projects and add amazon-fireos platform just fine when it was running 
cordova-cli 4.0.

However, upgrading on the same machine to cordova-cli 4.3 results in the error 
described above when adding amazon-fireos. 

Is there an additional step that must be taken AFTER updating the cordova-cli? 
I DO have the latest amazon SDK installed 
(~/.cordova/lib/commonlibs/awv_interface.jar)?

 Error adding platform amazon-fireos
 ---

 Key: CB-8644
 URL: https://issues.apache.org/jira/browse/CB-8644
 Project: Apache Cordova
  Issue Type: Bug
  Components: Amazon FireOS
 Environment: cordova client 4.3.0
 running on mac osx
Reporter: David Hogg
Assignee: Archana Naik

 Using the cordova client to create an empty project and then add 
 amazon-fireos as a platform no longer works with 4.3.0 (note that steps below 
 work fine for platform android).
 Steps:
 cordova create foo foo.com Foo
 cd foo
 cordova -d platform add amazon-fireos
 Get the following error:
 No version supplied. Retrieving version from config.xml...
 CordovaError: The provided path does not seem to contain a Cordova platform: 
 /Users/dwhogg/.cordova/lib/npm_cache/cordova-amazon-fireos/3.6.3/package
 at getPlatformDetailsFromDir 
 (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/platform.js:229:25)
 at 
 /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/platform.js:192:16
 at _fulfilled 
 (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:787:54)
 at self.promiseDispatch.done 
 (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:816:30)
 at Promise.promise.promiseDispatch 
 (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:749:13)
 at /usr/local/lib/node_modules/cordova/node_modules/q/q.js:557:44
 at flush (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:108:17)
 at process._tickCallback (node.js:355:11)
 Note that the above path to 
 .cordova/lib/npm_cache/cordova-amazon-fireos/3.6.3/package does get created 
 and appears OK.



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

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