You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jesse MacFadyen (JIRA)" <ji...@apache.org> on 2014/02/28 03:15:19 UTC

[jira] [Created] (CB-6128) local windows paths to plugins are git cloned

Jesse MacFadyen created CB-6128:
-----------------------------------

             Summary: local windows paths to plugins are git cloned
                 Key: CB-6128
                 URL: https://issues.apache.org/jira/browse/CB-6128
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugman
            Reporter: Jesse MacFadyen
            Assignee: Jesse MacFadyen


plugman fetch is only checking for the file: protocol on specified plugins so 
This works :
`plugman install --plugin ./myplugin ` 
This does not :
`plugman install --plugin c:/repos/myplugin ` 

If the plugin folder is a git repo, then it is locally cloned, and used, which does actually work, but if you are working on it, you will have to commit every time you test to always clone the latest.





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)