You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/09/05 06:24:28 UTC

[jira] [Commented] (CB-7469) createmobilespec.js --global is broken since the new plugin test infrastructure was added

    [ https://issues.apache.org/jira/browse/CB-7469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14122389#comment-14122389 ] 

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

Commit f2a8088cf1db732b8451aded698502e37eeb5502 in cordova-mobile-spec's branch refs/heads/master from [~naika]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=f2a8088 ]

[CB-7470]createmobilespec.js --global / --globalplugins shouldn't clear $HOME/.cordova/commonlibs
[CB-7469]createmobilespec.js --global is broken since the new plugin test infrastructure was added

Updated script works on amazon-fireos as well with --global flag.


> createmobilespec.js --global is broken since the new plugin test infrastructure was added
> -----------------------------------------------------------------------------------------
>
>                 Key: CB-7469
>                 URL: https://issues.apache.org/jira/browse/CB-7469
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: mobile-spec
>            Reporter: Marcel Kinard
>            Priority: Minor
>
> createmobilespec.js --global needs some special handling to install the local copy of cordova-plugin-test-framework since it doesn't live in npm.
> {code}
> ...
> Fetching plugin "org.apache.cordova.vibration" via plugin registry
> Installing "org.apache.cordova.vibration" for android
> Fetching plugin "org.apache.cordova.test-framework" via plugin registry
> Failed to install 'org.cordova.mobile-spec-dependencies':Error: 404 Not Found: org.apache.cordova.test-framework
>     at RegClient.<anonymous> (/Users/marcelk/.nvm/v0.10.13/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:268:14)
>     at Request.self.callback (/Users/marcelk/.nvm/v0.10.13/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/node_modules/request/index.js:148:22)
>     at Request.EventEmitter.emit (events.js:98:17)
>     at Request.<anonymous> (/Users/marcelk/.nvm/v0.10.13/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/node_modules/request/index.js:876:14)
>     at Request.EventEmitter.emit (events.js:117:20)
>     at IncomingMessage.<anonymous> (/Users/marcelk/.nvm/v0.10.13/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/node_modules/request/index.js:827:12)
>     at IncomingMessage.EventEmitter.emit (events.js:117:20)
>     at _stream_readable.js:910:16
>     at process._tickCallback (node.js:415:13)
> Error: 404 Not Found: org.apache.cordova.test-framework
>     at RegClient.<anonymous> (/Users/marcelk/.nvm/v0.10.13/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:268:14)
>     at Request.self.callback (/Users/marcelk/.nvm/v0.10.13/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/node_modules/request/index.js:148:22)
>     at Request.EventEmitter.emit (events.js:98:17)
>     at Request.<anonymous> (/Users/marcelk/.nvm/v0.10.13/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/node_modules/request/index.js:876:14)
>     at Request.EventEmitter.emit (events.js:117:20)
>     at IncomingMessage.<anonymous> (/Users/marcelk/.nvm/v0.10.13/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/node_modules/request/index.js:827:12)
>     at IncomingMessage.EventEmitter.emit (events.js:117:20)
>     at _stream_readable.js:910:16
>     at process._tickCallback (node.js:415:13)
> marcelk-macbook:apache marcelk$ 
> {code}



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