[
https://issues.apache.org/jira/browse/CB-12189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15767392#comment-15767392
]
ASF GitHub Bot commented on CB-12189:
-------------------------------------
Github user daserge commented on a diff in the pull request:
https://github.com/apache/cordova-windows/pull/219#discussion_r93464493
--- Diff: spec/unit/pluginHandler/windows.spec.js ---
@@ -304,6 +309,47 @@ describe('windows project handler', function () {
xpath = 'Reference[@Include="dummy6"]/HintPath';
validateInstalledProjects('framework', frameworks[5],
xpath, ['windows', 'windows10', 'phone']);
});
+
+ it('with .winmd and .dll files', function() {
--- End diff --
Does this spec check that dll files have been actually copied? ([according
to
this](https://github.com/apache/cordova-windows/pull/219/files#diff-7bcd02ec7f03ffbb25512bd1f4a0d388R99))
> Plugin WinMD+DLL combination
> ----------------------------
>
> Key: CB-12189
> URL: https://issues.apache.org/jira/browse/CB-12189
> Project: Apache Cordova
> Issue Type: Bug
> Components: Windows
> Reporter: Chris Brody
>
> As discussed in https://forums.adobe.com/message/9123283 and
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10
> it is not possible to build on PhoneGap Build for Windows with a plugin such
> as https://github.com/litehelpers/Cordova-sqlite-legacy-build-support or
> https://github.com/litehelpers/Cordova-sqlite-evcore-extbuild-free. The
> solution discussed in
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10
> is to build the Windows C++ library by hand then include the WinMD file in
> plugin.xml just like
> https://github.com/phonegap/phonegap-plugin-barcodescanner/blob/master/plugin.xml#L65-L67.
> But as discussed in
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10
> this is still not possible since we need to include both WinMD and DLL files
> in case of a C++ library.
> I hereby raise this issue to fix cordova-windows to support WinMD+DLL for C++
> libraries such as
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support. This is a
> blocking issue for one of my customers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]