Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B27A11A74 for ; Thu, 22 May 2014 21:18:50 +0000 (UTC) Received: (qmail 39599 invoked by uid 500); 22 May 2014 21:18:50 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 39563 invoked by uid 500); 22 May 2014 21:18:50 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 39555 invoked by uid 99); 22 May 2014 21:18:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 May 2014 21:18:50 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of john.wargo@sap.com designates 155.56.66.97 as permitted sender) Received: from [155.56.66.97] (HELO smtpgw.sap-ag.de) (155.56.66.97) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 May 2014 21:18:44 +0000 From: "Wargo, John" To: "dev@cordova.apache.org" Subject: Installing local plugin dependencies Thread-Topic: Installing local plugin dependencies Thread-Index: Ac92A0ejan5Ex+8UTfagFAPTHOmIIQ== Date: Thu, 22 May 2014 21:17:50 +0000 Message-ID: <5900F9BCB827854FB01CA94BA718810D40C8F81B@USPHLEMB11A.global.corp.sap> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.4.150.20] Content-Type: multipart/alternative; boundary="_000_5900F9BCB827854FB01CA94BA718810D40C8F81BUSPHLEMB11Aglob_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_5900F9BCB827854FB01CA94BA718810D40C8F81BUSPHLEMB11Aglob_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable We distribute our Kapsel SDK (our set of Cordova plugins) as an installable= package. We're running into a problem when we install a plugin that has lo= cal dependencies, it fails because it simply can't resolve where those loca= l plugins are. We know we can use the plugin_search_path on the command lin= e, but this solution feels clunky and think there has to be a better way. Is there a better way? Can't I configure the plugins some way so that they point to the local plug= ins more easily? I know where they all are, because they're all installed i= n the same place (in separate folders of course). --_000_5900F9BCB827854FB01CA94BA718810D40C8F81BUSPHLEMB11Aglob_--