Jenny Gee created CB-7239:
-----------------------------
Summary: Mobilespec should provide instructions for linking
cordova-lib into cordova-cli/node_modules
Key: CB-7239
URL: https://issues.apache.org/jira/browse/CB-7239
Project: Apache Cordova
Issue Type: Bug
Components: Coho, mobile-spec
Affects Versions: 3.5.0
Reporter: Jenny Gee
{quote}
$ ./cordova-mobile-spec/createmobilespec/createmobilespec.js --blackberry10
Creating project. If you have any errors, it may be from missing repositories.
To clone needed repositories (android as an example):
./cordova-coho/coho repo-clone -r plugins -r mobile-spec -r android -r cli
To update all repositories:
./cordova-coho/coho repo-update
{quote}
----
expected:
1. include {{-r lib}} (or however it's spelled)
2. if platforms are listed (as in {{--blackberry10}}), those should be in
{{-r}}'s
3. there should be instructions for symlinking platforms as
~/.cordova/lib/{{platform}}/{{version}}
4. after {{coho repo-update}} there should be instructions for {{npm install}}
5. after {{npm install}} instructions, there should be a command for
_symlinking_ {{cordova-lib}} into {{cordova-cli/node-modules}}
--
This message was sent by Atlassian JIRA
(v6.2#6252)