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 A055F104FF for ; Fri, 10 Jan 2014 16:29:51 +0000 (UTC) Received: (qmail 88350 invoked by uid 500); 10 Jan 2014 16:29:51 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 88296 invoked by uid 500); 10 Jan 2014 16:29: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 88284 invoked by uid 99); 10 Jan 2014 16:29:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 16:29:51 +0000 Date: Fri, 10 Jan 2014 16:29:51 +0000 (UTC) From: "David Kemp (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-5752) CLI exception when installing com.phonegap.plugins.barcodescanner plugin 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-5752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13867952#comment-13867952 ] David Kemp commented on CB-5752: -------------------------------- This particular plugin is published broken. Perhaps the CLI could handle a borked plugin better, but really the plugin needs to be removed or fixed. > CLI exception when installing com.phonegap.plugins.barcodescanner plugin > ------------------------------------------------------------------------ > > Key: CB-5752 > URL: https://issues.apache.org/jira/browse/CB-5752 > Project: Apache Cordova > Issue Type: Bug > Components: Android, CLI, iOS > Affects Versions: 3.3.0 > Environment: Windows 7 amd64 > cordova 3.3.1-0.1.2 > nodejs v0.10.24 > Reporter: Vincenzo > Fix For: 3.3.0 > > > After typing > cordova plugins add com.phonegap.plugins.barcodescanner > out this error: > c:\Linkpass>cordova plugins add com.phonegap.plugins.barcodescanner > Fetching plugin from "com.phonegap.plugins.barcodescanner"... > Starting installation of "com.phonegap.plugins.barcodescanner" for android > Error during processing of action! Attempting to revert... > C:\Users\Utente\AppData\Roaming\npm\node_modules\cordova\node_modules\q\q.js:126 > throw e; > ^ > Error: Uh oh! > "c:\Linkpass\plugins\com.phonegap.plugins.barcodescanner\src\android\com.google. > zxing.client.android.captureactivity.jar" not found! > at Object.module.exports.resolveSrcPath (C:\Users\Utente\AppData\Roaming\npm > \node_modules\cordova\node_modules\plugman\src\platforms\common.js:10:46) > at Object.module.exports.copyFile (C:\Users\Utente\AppData\Roaming\npm\node_ > modules\cordova\node_modules\plugman\src\platforms\common.js:22:30) > at module.exports.source-file.install (C:\Users\Utente\AppData\Roaming\npm\n > ode_modules\cordova\node_modules\plugman\src\platforms\android.js:40:20) > at Object.ActionStack.process (C:\Users\Utente\AppData\Roaming\npm\node_modu > les\cordova\node_modules\plugman\src\util\action-stack.js:46:25) > at handleInstall (C:\Users\Utente\AppData\Roaming\npm\node_modules\cordova\n > ode_modules\plugman\src\install.js:380:20) > at C:\Users\Utente\AppData\Roaming\npm\node_modules\cordova\node_modules\plu > gman\src\install.js:331:20 > at _fulfilled (C:\Users\Utente\AppData\Roaming\npm\node_modules\cordova\node > _modules\q\q.js:798:54) > at self.promiseDispatch.done (C:\Users\Utente\AppData\Roaming\npm\node_modul > es\cordova\node_modules\q\q.js:827:30) > at Promise.promise.promiseDispatch (C:\Users\Utente\AppData\Roaming\npm\node > _modules\cordova\node_modules\q\q.js:760:13) > at C:\Users\Utente\AppData\Roaming\npm\node_modules\cordova\node_modules\q\q > .js:574:44 -- This message was sent by Atlassian JIRA (v6.1.5#6160)