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 5717A1810E for ; Thu, 3 Dec 2015 10:59:11 +0000 (UTC) Received: (qmail 49636 invoked by uid 500); 3 Dec 2015 10:59:11 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 49613 invoked by uid 500); 3 Dec 2015 10:59: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 49593 invoked by uid 99); 3 Dec 2015 10:59:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 10:59:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E9E152C1F6B for ; Thu, 3 Dec 2015 10:59:10 +0000 (UTC) Date: Thu, 3 Dec 2015 10:59:10 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-10112) Cannot pass through CLI arguments with cordova-android@5 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-10112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15037664#comment-15037664 ] ASF GitHub Bot commented on CB-10112: ------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/241 > Cannot pass through CLI arguments with cordova-android@5 > -------------------------------------------------------- > > Key: CB-10112 > URL: https://issues.apache.org/jira/browse/CB-10112 > Project: Apache Cordova > Issue Type: Bug > Components: Android, CLI > Affects Versions: 5.4.0, 5.4.1 > Environment: Mac OSX El Capitan > Reporter: Christian Cook > Assignee: Vladimir Kotikov > > Since updating to cordova 5.4.1 and cordova-android 5.0.0 I have not been able to pass through additional arguments in the CLI. For example, I am trying to perform the following: > cordova build android -- --gradleArg="-PactiveFlavor=beta" > On previous versions, this would get picked up by my custom build-extras.gradle file so I can specify what flavor of app to produce. Since updating the property never makes it through and doesn't get assigned. > There have been discussions on this issue within the #cordova-android slack channel, and it appears to be caused by /cordova/lib/build.js not finding the converted argument options. -- 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