You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Marcel Kinard (JIRA)" <ji...@apache.org> on 2014/09/04 23:07:23 UTC

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

Marcel Kinard created CB-7469:
---------------------------------

             Summary: 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)