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 48209182C6 for ; Thu, 12 Nov 2015 21:33:11 +0000 (UTC) Received: (qmail 2133 invoked by uid 500); 12 Nov 2015 21:33:11 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 2118 invoked by uid 500); 12 Nov 2015 21:33:11 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 2105 invoked by uid 99); 12 Nov 2015 21:33:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Nov 2015 21:33:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E397F2C0452 for ; Thu, 12 Nov 2015 21:33:10 +0000 (UTC) Date: Thu, 12 Nov 2015 21:33:10 +0000 (UTC) From: "Jimmy Thomson (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9987) cordova-lib compile arguments changed 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-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15002965#comment-15002965 ] Jimmy Thomson commented on CB-9987: ----------------------------------- It looks like this impacts most of the cordova.raw functions, since they now use the new PlatformApi, and some things that were previously passed through as string arguments (e.g. options: ["--device"]) are first-class citizens in the options object. > cordova-lib compile arguments changed > ------------------------------------- > > Key: CB-9987 > URL: https://issues.apache.org/jira/browse/CB-9987 > Project: Apache Cordova > Issue Type: Bug > Components: CordovaLib > Affects Versions: 5.4.0 > Reporter: Jimmy Thomson > Priority: Minor > > Prior to cordova-lib 5.4.0 cordova.raw.compile accepted an object such as { options: ["list", "of", "options"]}. As of 5.4.0 it seems to want { options: {argv: ["list", "of", "options"]}} instead. This causes silent failures if other packages attempt to use the older approach. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org