[
https://issues.apache.org/jira/browse/CB-6244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13933673#comment-13933673
]
ASF GitHub Bot commented on CB-6244:
------------------------------------
GitHub user ldeluca opened a pull request:
https://github.com/apache/cordova-docs/pull/195
CB-6244 - Fixed plugman command in docs
This works on the windows file system with version 3.4 of Cordova.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ldeluca/cordova-docs patch-7
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-docs/pull/195.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #195
----
commit ba395d21dd63bd7d33fd40fda3846fa79b31c5e2
Author: Lisa Seacat DeLuca <[email protected]>
Date: 2014-03-13T18:11:08Z
CB-6244 - Fixed plugman command in docs
This works on the windows file system with version 3.4 of Cordova.
----
> Plugin development guide command incorrect
> ------------------------------------------
>
> Key: CB-6244
> URL: https://issues.apache.org/jira/browse/CB-6244
> Project: Apache Cordova
> Issue Type: Bug
> Components: Docs
> Affects Versions: 3.4.0, 3.5.0
> Reporter: Lisa Seacat DeLuca
> Assignee: Lisa Seacat DeLuca
> Priority: Minor
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> The plugin development guide says:
> http://cordova.apache.org/docs/en/edge/guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide
> Then run a command such as the following to test whether iOS dependencies
> load properly:
> $ plugman -platform ios /path/to/my/project/www /path/to/my/plugin
> when testing on a device that command doesn't work. It opens the help for
> plugman. I believe what it was supposed to say is:
> $ plugman install --platform ios --project /path/to/my/project/www --plugin
> /path/to/my/plugin
--
This message was sent by Atlassian JIRA
(v6.2#6252)