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/08/20 14:15:26 UTC

[jira] [Commented] (CB-7341) Switch to nodejs for wp8 platform scripts

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

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

GitHub user vladimir-kotikov opened a pull request:

    https://github.com/apache/cordova-wp8/pull/51

    CB-7341 Port tooling/platform scripts from WSH to NodeJS

    Implementation for [CB-7341](https://issues.apache.org/jira/browse/CB-7341). This also includes:
      * [CB-4655 Makes default platform template files overridable](https://issues.apache.org/jira/browse/CB-4655) (https://github.com/apache/cordova-wp8/pull/49)
      * fix for [CB-3554 Use XAP Deployment Tool where available](https://issues.apache.org/jira/browse/CB-3554)


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

    $ git pull https://github.com/MSOpenTech/cordova-wp8 CB-7341

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

    https://github.com/apache/cordova-wp8/pull/51.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 #51
    
----
commit c2c2e564ba32bdb3599b31d36e705acc9d015c3b
Author: Vladimir Kotikov <v-...@microsoft.com>
Date:   2014-08-20T10:00:56Z

    CB-7341 Port tooling/platform scripts from WSH to NodeJS

----


> Switch to nodejs for wp8 platform scripts
> -----------------------------------------
>
>                 Key: CB-7341
>                 URL: https://issues.apache.org/jira/browse/CB-7341
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: WP8
>    Affects Versions: 3.6.0
>            Reporter: Vladimir Kotikov
>            Assignee: Jesse MacFadyen
>              Labels: node.js, nodejs, wp8
>             Fix For: 3.6.0
>
>
> Current realization of platform/tooling scripts on Windows is using WSH (Windows Scripting Host) as JS engine which works unpredictable with unicode symbols (incorrect reading/writing of UTF-8 encoded files, incorect passing of unicode paths as arguments to another scripts, etc.)
> Switching to NodeJS can help to resolve many of unicode related issues in cordova-wp8 projects.



--
This message was sent by Atlassian JIRA
(v6.2#6252)