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

ASF subversion and git services commented on CB-8615:
-----------------------------------------------------

Commit eefd7af6589525c1d9f35ca884dec52c1c10b3b2 in cordova-lib's branch 
refs/heads/master from sgrebnov
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=eefd7af ]

CB-8615 Improves plugman tests for Windows

* Adds Windows10 project to tests
* Verifies <framework> copy dir
* Verifies <framework> reference string
* Adds tests for target-dir and versions attributes


> (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
>          Components: Plugman
>            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).



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to