[
https://issues.apache.org/jira/browse/CB-5006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13913996#comment-13913996
]
ASF subversion and git services commented on CB-5006:
-----------------------------------------------------
Commit 08ae8e0f79f95abcf05be154a87d1b71f0fa92d8 in cordova-plugman's branch
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=08ae8e0 ]
CB-5006 Add a cache in searchpath logic.
Sped up CCA: 5.3 -> 5.0 seconds.
> Allow installing plugins by ID to resolve to local plugin directories
> ---------------------------------------------------------------------
>
> Key: CB-5006
> URL: https://issues.apache.org/jira/browse/CB-5006
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugman
> Reporter: Andrew Grieve
> Assignee: Mark Koudritsky
> Priority: Minor
>
> ML: http://markmail.org/thread/3w77elhdnidcdyxq
> Instead of always hitting the registry when installing a plugin by ID, first
> see if it exists within the "plugin search path".
> The plugin search path should be specified in the same way as other plugman
> registry settings:
> https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;a=blob;f=src/registry/registry.js;h=ccdd45ab672abe99a731b9fe0aed8837db40d6f0;hb=f240acc532f93bdf16761836d9b7418373afebec#l239
> The search path should point to directories that contain directories that
> contain plugin.xml files. E.g., on start-up, plugman will need to scan on
> level deep in all search paths for plugin.xml files and parse out their IDs.
> We should be sure to have a console message upon installation that says where
> plugins are being installed from.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)