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 GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/22 12:28:18 UTC

[jira] [Commented] (CB-10662) Adding browser platform fails if plugins added since fix for CB-10641

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

ASF GitHub Bot commented on CB-10662:
-------------------------------------

Github user TimBarham commented on the pull request:

    https://github.com/apache/cordova-lib/commit/3b9face5187857d354d85f3e3f4316cbace100db#commitcomment-16237620
  
    Hey @vladimir-kotikov - this fix causes a crash when adding the browser platform (maybe any platform that doesn't have the new API?)... See [CB-10662](https://issues.apache.org/jira/browse/CB-10662).


> Adding browser platform fails if plugins added since fix for CB-10641
> ---------------------------------------------------------------------
>
>                 Key: CB-10662
>                 URL: https://issues.apache.org/jira/browse/CB-10662
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib
>            Reporter: Tim Barham
>            Assignee: Vladimir Kotikov
>            Priority: Blocker
>
> Since the fix for [CB-10641|https://issues.apache.org/jira/browse/CB-10641], adding the browser platform throws an exception if a plugin has been added to the project:
> {noformat}
> $ cordova create AddBrowserError
> Creating a new cordova project.
> $ cd AddBrowserError
> $ cordova plugin add cordova-plugin-device
> Fetching plugin "cordova-plugin-device@~1.1.1" via npm
> $ cordova platform add browser
> Adding browser project...
> Running command: cmd "/s /c "cordova-browser\4.0.0\package\bin\create.bat AddBrowserError\platforms\browser io.cordova.hellocordova HelloCordova""
> Creating Browser project. Path: platforms\browser
> Installing "cordova-plugin-device" for browser
> Failed to install 'cordova-plugin-device':Error: ENOENT: no such file or directory, open 'AddBrowserError\platforms\browser\config.xml'
>     at Error (native)
>     at Object.fs.openSync (fs.js:549:18)
>     at Object.fs.readFileSync (fs.js:397:15)
>     at Object.module.exports.parseElementtreeSync (cordova-common\src\util\xml-helpers.js:118:27)
>     at Object.module.exports.package_name (cordova-lib\src\plugman\platforms\browser.js:51:38)
>     at cordova-lib\src\platforms\PlatformApiPoly.js:264:67
>     at _fulfilled (cordova-common\node_modules\q\q.js:834:54)
>     at self.promiseDispatch.done (cordova-common\node_modules\q\q.js:863:30)
>     at Promise.promise.promiseDispatch (cordova-common\node_modules\q\q.js:796:13)
>     at cordova-common\node_modules\q\q.js:857:14
> {noformat}



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

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