[ 
https://issues.apache.org/jira/browse/CB-9815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Grebnov closed CB-9815.
------------------------------
    Assignee:     (was: Sergey Grebnov)

> Engine name="cordova" should check tools version, not platforms
> ---------------------------------------------------------------
>
>                 Key: CB-9815
>                 URL: https://issues.apache.org/jira/browse/CB-9815
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib
>            Reporter: Sergey Grebnov
>              Labels: cordova-lib, engines, versioning
>
> If I use the following engine tag inside some of my plugins 
> {code}
> <engine name="cordova" version=">=4.3.0" />
> {code}
> I see that the tools compares version w/ platforms versions when installing 
> plugins, not the tools version.
> This is due to the following implementation. We should update implementation 
> similar to cordova-plugman and threat cordova version as tools version not 
> platforms. 
> https://github.com/apache/cordova-lib/blob/d12be7c3e7b532bdea43321db2a3ce76b5f4d39f/cordova-lib/src/plugman/util/default-engines.js#L22
> {code}
> module.exports = function(project_dir){
>     return {
>         'cordova':
>             { 'platform':'*', 'scriptSrc': 
> path.join(project_dir,'cordova','version') },
>         'cordova-plugman':
>             { 'platform':'*', 'currentVersion': 
> require('../../../package.json').version },
>         'cordova-android':
>             { 'platform':'android', 'scriptSrc': 
> path.join(project_dir,'cordova','version') },
> {code}



--
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

Reply via email to