You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/09/01 15:58:22 UTC

[jira] [Commented] (CB-7441) Plugman. .jsproj files should be treated as xml if used with

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

ASF GitHub Bot commented on CB-7441:
------------------------------------

GitHub user sgrebnov opened a pull request:

    https://github.com/apache/cordova-lib/pull/82

    CB-7441 Plugman. jsproj files should be treated as xml if used with <config-file>

    https://issues.apache.org/jira/browse/CB-7441

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-lib CB-7441

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-lib/pull/82.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #82
    
----
commit f0410fc31b284243df0c1a33297004f7a47dd968
Author: sgrebnov <v-...@microsoft.com>
Date:   2014-09-01T13:55:22Z

    CB-7441 Plugman. jsproj files should be treated as xml if used with <config-file>

----


> Plugman. .jsproj files should be treated as xml if used with <config-file>
> --------------------------------------------------------------------------
>
>                 Key: CB-7441
>                 URL: https://issues.apache.org/jira/browse/CB-7441
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib, Plugman
>            Reporter: Sergey Grebnov
>            Assignee: Sergey Grebnov
>              Labels: cordova-lib, plugman, windows
>
> Create plugin with the following section
> {code}
> <platform name="windows">
>     <config-file target="CordovaApp.Phone.jsproj" parent="/*">
>         <ItemGroup>
>             <SDKReference Include="Microsoft.VCLibs, version=12.0" />
>         </ItemGroup>
>         <ItemGroup>
>             <SDKReference Include="SQLite.WinRT, Version=3.8.2" />
>         </ItemGroup>
>     </config-file>
> ...
> </platform>
> {code}
> Run 'cordova plugin add plugin_location'
> The following error is occurred:
> {code}
> Processing configuration changes for plugins.
> Failed to install 'com.msopentech.websql':Error: malformed document. First element should be <plist>
> ...
> {code}



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