Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7EF6210852 for ; Thu, 5 Sep 2013 02:08:52 +0000 (UTC) Received: (qmail 29594 invoked by uid 500); 5 Sep 2013 02:08:51 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 29557 invoked by uid 500); 5 Sep 2013 02:08:51 -0000 Mailing-List: contact issues-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 issues@cordova.apache.org Received: (qmail 29343 invoked by uid 99); 5 Sep 2013 02:08:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Sep 2013 02:08:51 +0000 Date: Thu, 5 Sep 2013 02:08:51 +0000 (UTC) From: "Andrew Wakeling (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-4413) Adding "cordova-plugin-media-capture" causes error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-4413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13758683#comment-13758683 ] Andrew Wakeling commented on CB-4413: ------------------------------------- When deleting my previous global version of cordova, I noticed that I had "plugman" installed globally. (I'm not sure if this may have caused any issues). I upgraded to cordova 3.0.8 and I am no longer capable of reproducing this issue. > Adding "cordova-plugin-media-capture" causes error > -------------------------------------------------- > > Key: CB-4413 > URL: https://issues.apache.org/jira/browse/CB-4413 > Project: Apache Cordova > Issue Type: Bug > Components: CLI > Affects Versions: 3.0.0 > Environment: Cordova: 3.0.1 > OS: Windows 7 > Node: 0.10.15 > Java: 1.7.0_25 > Ant: 1.9.2 > Reporter: Andrew Wakeling > Assignee: Benn Mapes > Priority: Minor > > As documented here: > http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html > Reproduction Steps > 1. Create a new project: "cordova create example" > 2. Change to the "example" directory > 3. cordova platform add android > 4. cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git > 5. cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git > Error: > { [Error: ENOENT, no such file or directory 'C:\Users\Zak\AppData\Local\Temp\plugman-tmp1375000300737\*\plugin.xml'] > errno: 34, > code: 'ENOENT', > path: 'C:\\Users\\Zak\\AppData\\Local\\Temp\\plugman-tmp1375000300737\\*\\plugin.xml', > syscall: 'open' } > Running "cordova plugin ls" yields: > [ 'org.apache.cordova.core.camera', > 'org.apache.cordova.core.media-capture' ] -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira