You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Alexander Sorokin (JIRA)" <ji...@apache.org> on 2015/03/05 13:39:38 UTC

[jira] [Created] (CB-8615) (Windows) .winmd files with the same names are not added properly when using framework tag with target attribute

Alexander Sorokin created CB-8615:
-------------------------------------

             Summary: (Windows) .winmd files with the same names are not added properly when using framework tag with target attribute
                 Key: CB-8615
                 URL: https://issues.apache.org/jira/browse/CB-8615
             Project: Apache Cordova
          Issue Type: Bug
            Reporter: Alexander Sorokin


When winmd files referenced by framework tag in plugin.xml have same names, only last one of them will be present in platform directory on plugin install.

For example,
{code:title=plugin.xml}
<platform name="windows">
    ...
    <framework src="src/windows/lib/wpa/Microsoft.IdentityModel.Clients.ActiveDirectory.winmd" target="phone" custom="true"/>
    <framework src="src/windows/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.winmd" target="windows" custom="true"/>
</platform>
{code}

When we install this plugin for windows platform, only the second winmd file is present in `platforms\windows\plugins\some.plugin.id` directory (apparently, the first lib is being replaced by the second one).

JIRA item for this feature: [CB-8123]



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