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/07/22 12:52:39 UTC

[jira] [Commented] (CB-7129) Switch to nodejs for windows platform scripts

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

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

GitHub user sgrebnov opened a pull request:

    https://github.com/apache/cordova-windows/pull/38

    CB-7129 Switch to nodejs for windows platform scripts

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

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

    $ git pull https://github.com/MSOpenTech/cordova-windows CB-7129-nodejs

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

    https://github.com/apache/cordova-windows/pull/38.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 #38
    
----
commit df5a6b94cd2c47d768016cdbad07220eed5d5031
Author: Vladimir Kotikov <v-...@microsoft.com>
Date:   2014-07-14T12:29:44Z

    Rewrite tooling/platform scripts from WSH to NodeJS

commit 16af719daae7cebe6c2b5bbaa009b85a06878c56
Author: sgrebnov <v-...@microsoft.com>
Date:   2014-07-22T10:49:22Z

    CB-7129 spellcheck

----


> Switch to nodejs for windows platform scripts
> ---------------------------------------------
>
>                 Key: CB-7129
>                 URL: https://issues.apache.org/jira/browse/CB-7129
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Windows 8
>    Affects Versions: 3.6.0
>            Reporter: Vladimir Kotikov
>            Assignee: Jesse MacFadyen
>             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-windows projects.



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