[ https://issues.apache.org/jira/browse/CB-6128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13915373#comment-13915373 ]
ASF subversion and git services commented on CB-6128: ----------------------------------------------------- Commit 6cb78c43352241c765185306c5c28f330895be1c in cordova-plugman's branch refs/heads/master from [~purplecabbage] [ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=6cb78c4 ] CB-6128 Treat windows c: absolute paths like file: > 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)