You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Braden Shepherdson (JIRA)" <ji...@apache.org> on 2013/11/12 20:52:17 UTC

[jira] [Commented] (CB-5362) URI parameter should be able to handle local repo

    [ https://issues.apache.org/jira/browse/CB-5362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13820389#comment-13820389 ] 

Braden Shepherdson commented on CB-5362:
----------------------------------------

I don't understand the significance of "repo" here. You mean a local checkout of cordova-android from git? It should be working fine, just point it at the cordova-android directory.

> URI parameter should be able to handle local repo
> -------------------------------------------------
>
>                 Key: CB-5362
>                 URL: https://issues.apache.org/jira/browse/CB-5362
>             Project: Apache Cordova
>          Issue Type: Bug
>    Affects Versions: 3.1.0
>            Reporter: JennyGee
>            Priority: Minor
>
> (In cases where you have multiple copies of the pre-released cordova library and quickly switch between them.) In the project directory, you can have the following .cordova/config.json, and set:
> {code:javascript}
> {...
>    "lib": {
>        "android": {
>            "version": "dev",
>            "uri": "/some/local/path",
>            "id": "cordova-android-dev"
>        }
>    }
> }
> Where the URI can specify some local REPO.



--
This message was sent by Atlassian JIRA
(v6.1#6144)