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 4A375114EC for ; Wed, 3 Sep 2014 21:07:54 +0000 (UTC) Received: (qmail 16352 invoked by uid 500); 3 Sep 2014 21:07:52 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 16284 invoked by uid 500); 3 Sep 2014 21:07:52 -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 16215 invoked by uid 99); 3 Sep 2014 21:07:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2014 21:07:52 +0000 Date: Wed, 3 Sep 2014 21:07:52 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-7457) cordova plugin add --searchpath does not recurse through subfolders when a plugin.xml is malformed in one of them 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-7457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14120455#comment-14120455 ] ASF subversion and git services commented on CB-7457: ----------------------------------------------------- Commit 88c8dedaf22f5f4ad0d1354f212a150e61956bbe in cordova-lib's branch refs/heads/master from [~shazron] [ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=88c8ded ] CB-7457 - Add malformed plugin for tests > cordova plugin add --searchpath does not recurse through subfolders when a plugin.xml is malformed in one of them > ----------------------------------------------------------------------------------------------------------------- > > Key: CB-7457 > URL: https://issues.apache.org/jira/browse/CB-7457 > Project: Apache Cordova > Issue Type: Bug > Components: CLI, CordovaLib, Plugman > Reporter: Shazron Abdullah > Fix For: 3.7.0 > > > This can be demonstrated by using the createmobilespec.js script in cordova-mobile-spec or the repro steps below. > Using local versions: > cordova-cli from git: 3.6.0-0.2.10-dev > cordova-plugman from git: 0.22.7-dev > cordova-lib (linked locally - tagged at 7c0a701da98ebe89709cbaf97b3ca1535c6679b1) > Repro steps: > {code} > $ cordova create Foo > $ cd Foo > $ cordova platform add ios > $ cordova plugin add org.apache.cordova.device --searchpath /path/to/folder/containing/all/plugin-repos > (where /path/to/folder/containing/all/plugin-repos is the mega folder containing all plugin git repos) > {code} > Error (essentially, plugin not found): > {code} > Calling plugman.fetch on plugin "org.apache.cordova.device" > Error: Unencoded < > Line: 105 > Column: 2 > Char: < > at error (/Users/shaz/Documents/Git/Apache/cordova-lib/cordova-lib/node_modules/elementtree/node_modules/sax/lib/sax.js:347:8) > at strictFail (/Users/shaz/Documents/Git/Apache/cordova-lib/cordova-lib/node_modules/elementtree/node_modules/sax/lib/sax.js:364:22) > at Object.write (/Users/shaz/Documents/Git/Apache/cordova-lib/cordova-lib/node_modules/elementtree/node_modules/sax/lib/sax.js:671:11) > at XMLParser.feed (/Users/shaz/Documents/Git/Apache/cordova-lib/cordova-lib/node_modules/elementtree/lib/parsers/sax.js:48:15) > at ElementTree.parse (/Users/shaz/Documents/Git/Apache/cordova-lib/cordova-lib/node_modules/elementtree/lib/elementtree.js:263:10) > at Object.exports.XML (/Users/shaz/Documents/Git/Apache/cordova-lib/cordova-lib/node_modules/elementtree/lib/elementtree.js:593:13) > at Object.module.exports.parseElementtreeSync (/Users/shaz/Documents/Git/Apache/cordova-lib/cordova-lib/src/util/xml-helpers.js:126:38) > at new PluginInfo (/Users/shaz/Documents/Git/Apache/cordova-lib/cordova-lib/src/PluginInfo.js:213:37) > at /Users/shaz/Documents/Git/Apache/cordova-lib/cordova-lib/src/PluginInfo.js:275:17 > at Array.forEach (native) > {code} > If I do --searchpath with the exact folder containing the plugin, it works. -- This message was sent by Atlassian JIRA (v6.3.4#6332)