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 E5523100A0 for ; Sat, 15 Mar 2014 01:22:26 +0000 (UTC) Received: (qmail 77286 invoked by uid 500); 15 Mar 2014 01:22:26 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 77257 invoked by uid 500); 15 Mar 2014 01:22:26 -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 77241 invoked by uid 99); 15 Mar 2014 01:22:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Mar 2014 01:22:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jbondc@gdesolutions.com designates 207.46.163.205 as permitted sender) Received: from [207.46.163.205] (HELO na01-bl2-obe.outbound.protection.outlook.com) (207.46.163.205) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Mar 2014 01:22:18 +0000 Received: from BN1PR07MB135.namprd07.prod.outlook.com (10.242.216.22) by BN1PR07MB135.namprd07.prod.outlook.com (10.242.216.22) with Microsoft SMTP Server (TLS) id 15.0.898.11; Sat, 15 Mar 2014 01:21:43 +0000 Received: from BN1PR07MB135.namprd07.prod.outlook.com ([169.254.15.106]) by BN1PR07MB135.namprd07.prod.outlook.com ([169.254.15.106]) with mapi id 15.00.0898.005; Sat, 15 Mar 2014 01:21:43 +0000 From: Jonathan Bond-Caron To: "dev@cordova.apache.org" Subject: RE: plugman create plugin on Windows issues Thread-Topic: plugman create plugin on Windows issues Thread-Index: AQHPP43D9pnCqnoEBESJrqZR54qn2prgok4AgAAGQYCAAAN1AIAAq57w Date: Sat, 15 Mar 2014 01:21:42 +0000 Message-ID: <0c6e193c1d0b482c990e85fbb13ad93b@BN1PR07MB135.namprd07.prod.outlook.com> References: In-Reply-To: Accept-Language: en-CA, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [24.201.199.160] x-forefront-prvs: 015114592F x-forefront-antispam-report: SFV:NSPM;SFS:(10009001)(6009001)(428001)(189002)(199002)(377454003)(51704005)(24454002)(74706001)(53806001)(74876001)(54356001)(2656002)(33646001)(74316001)(87266001)(85306002)(19580395003)(51856001)(87936001)(56776001)(54316002)(81816001)(50986001)(47976001)(46102001)(49866001)(83322001)(81686001)(4396001)(47736001)(80976001)(95666003)(66066001)(63696002)(79102001)(77982001)(97336001)(59766001)(97186001)(80022001)(65816001)(20776003)(85852003)(93516002)(93136001)(83072002)(86362001)(92566001)(69226001)(74502001)(47446002)(74662001)(81342001)(90146001)(74366001)(95416001)(56816005)(81542001)(77096001)(76796001)(31966008)(76786001)(94316002)(76576001)(94946001)(24736002);DIR:OUT;SFP:1101;SCL:1;SRVR:BN1PR07MB135;H:BN1PR07MB135.namprd07.prod.outlook.com;FPR:B498D364.9CA94F1D.9E6F4D6A.44A02241.2016A;PTR:InfoNoRecords;MX:1;A:1;LANG:en; received-spf: None (: gdesolutions.com does not designate permitted sender hosts) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: gdesolutions.com X-Virus-Checked: Checked by ClamAV on apache.org On Fri Mar 14 10:56 AM, Lisa Seacat DeLuca wrote: > Bas, good catch. =20 >=20 > Still seeing the same error though when I use a : instead of ;=20 >=20 > C:\workspaces\lisa\test2>plugman install --platform android --project C:\= workspaces\lisa\test2\www --plugin C:\workspaces\lisa\TestPlugin=20 > Installing com.ibm.cordova.plugin.test (android)=20 > ENOENT, no such file or directory 'C:\workspaces\lisa\test2\www\AndroidMa= nifest.xml'=20 >=20 > Sergey's work around of using the CLI instead of plugman works for now.=20 >=20 C:\workspaces\lisa\test2>plugman install --platform android --project .\pla= tforms\android --plugin C:\workspaces\lisa\TestPlugin C:\workspaces\lisa\test2>plugman uninstall --platform android --project .\p= latforms\android --plugin C:\workspaces\lisa\TestPlugin Unfortunately not a bug, just not intuitive at all :/ Plugman expects the 'native' project path (.\platforms\android) & installs = plugins in .\platforms\android\cordova\plugins Cli installs plugins in .\plugins In general, mixing cli & plugman isn't a good, there're incompatible since = they install plugins in different locations.