You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Grebnov (JIRA)" <ji...@apache.org> on 2015/11/16 12:36:10 UTC

[jira] [Updated] (CB-9601) Fix .versions support on Windows after semver update

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

Sergey Grebnov updated CB-9601:
-------------------------------
    Assignee:     (was: Sergey Grebnov)

> Fix <framework>.versions support on Windows after semver update
> ---------------------------------------------------------------
>
>                 Key: CB-9601
>                 URL: https://issues.apache.org/jira/browse/CB-9601
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib, Plugman, Windows
>            Reporter: Sergey Grebnov
>              Labels: cordova-lib, plugman, windows
>
> After semver dependency update in LIB@5.2.0 (https://github.com/apache/cordova-lib/commit/bed6d3a201e0193b2ffdb60fa6de74de0c870cec) 
> the following version attribute is handled incorrectly and dependency is not installed to  Windows10 project (CordovaApp.Windows10.jsproj)
> {code}
> <framework src="windows81/bin/TestWinmd.winmd" versions="&gt;=8.1" />
> {code}
> This works correct if I install Cordova 5.1.1 or manually change semver version back to 2.1.0
> Repro step:
> 1. Add windows platform to cordova app
> 2. Add plugin containt the following element
> {code}
> <framework src="windows81/bin/TestWinmd.winmd" versions="&gt;=8.1" />
> {code}
> 3. Expected: TestWinmd.winmd is added to CordovaApp.Windows10.jsproj (and also to CordovaApp.Phone.jsproj, CordovaApp.Windows.jsproj)
> 4. Actual:  TestWinmd.winmd is added only to CordovaApp.Phone.jsproj, CordovaApp.Windows.jsproj



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