You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Martin Gonzalez (JIRA)" <ji...@apache.org> on 2014/06/16 17:16:03 UTC

[jira] [Resolved] (CB-6822) Plugman usage compatible with Windows platforms

     [ https://issues.apache.org/jira/browse/CB-6822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Gonzalez resolved CB-6822.
---------------------------------

    Resolution: Fixed

Merged

> Plugman usage compatible with Windows platforms
> -----------------------------------------------
>
>                 Key: CB-6822
>                 URL: https://issues.apache.org/jira/browse/CB-6822
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: mobile-spec
>    Affects Versions: 3.5.0
>         Environment: Windows 7 & 8
>            Reporter: Martin Gonzalez
>            Assignee: Martin Gonzalez
>              Labels: createmobilespec, mobilespec
>             Fix For: 3.6.0
>
>
> When the --plugman arguments is used to create the mobilespec project using the createmobilespec nodejs module, it fails the plugins installation under windows.
> Reason:
> At: https://github.com/apache/cordova-mobile-spec/blob/master/createmobilespec/createmobilespec.js#L180
> The plugman main js script is called, but for windows it only means open the js file with an editor, and for Linux based os uses the #!/usr/bin/env node line at the top of the file to invoke nodejs and execute the file.
> For the Windows platform it's required provide the node command.



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