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/05/30 18:15:04 UTC

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

Martin Gonzalez created CB-6822:
-----------------------------------

             Summary: 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
             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)