[
https://issues.apache.org/jira/browse/CB-10273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edna Morales closed CB-10273.
-----------------------------
Resolution: Not A Problem
> (Windows) .winmd files with the same names and same target attribute but
> different architecture are not added properly with framework tag
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: CB-10273
> URL: https://issues.apache.org/jira/browse/CB-10273
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugman
> Environment: Windows
> Reporter: Edna Morales
> Labels: windows
>
> When winmd files referenced by the framework tag in plugin.xml have the same
> name and the same target but different architecture, the last one overwrites
> the others and is the only one present in platform directory on plugin
> install.
> {code:title=plugin.xml}
> <platform name="windows">
> ...
> <framework src="src/windows/buildtarget/x86/WLWin8Native.winmd"
> device-target="win" custom="true" arch="x86" />
> <framework src="src/windows/buildtarget/x64/WLWin8Native.winmd"
> device-target="win" custom="true" arch="x64" />
> <framework src="src/windows/buildtarget/ARM/WLWin8Native.winmd"
> device-target="win" custom="true" arch="ARM" />
> <framework src="src/windows/buildtarget/wp/x86/WLWin8Native.winmd"
> device-target="phone" custom="true" arch="x86" />
> <framework src="src/windows/buildtarget/wp/ARM/WLWin8Native.winmd"
> device-target="phone" custom="true" arch="ARM" />
> </platform>
> {code}
> In the case above, when installing the plugin, only the third and fifth winmd
> files are present in the platform directory
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]