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 4E06117630 for ; Wed, 3 Jun 2015 09:43:50 +0000 (UTC) Received: (qmail 12657 invoked by uid 500); 3 Jun 2015 09:43:50 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 12634 invoked by uid 500); 3 Jun 2015 09:43:50 -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 12617 invoked by uid 99); 3 Jun 2015 09:43:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2015 09:43:50 +0000 Date: Wed, 3 Jun 2015 09:43:50 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-8898) Introduce pre-requisites checker for main platforms 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-8898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14570546#comment-14570546 ] ASF subversion and git services commented on CB-8898: ----------------------------------------------------- Commit b5d8b51310c8512556d02fc43ae2ad393e60c123 in cordova-android's branch refs/heads/master from [~vladimir.kotikov] [ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=b5d8b51 ] CB-8898 Fixes gradle check failure due to missing quotes > Introduce pre-requisites checker for main platforms > --------------------------------------------------- > > Key: CB-8898 > URL: https://issues.apache.org/jira/browse/CB-8898 > Project: Apache Cordova > Issue Type: Improvement > Components: CLI, CordovaLib > Reporter: Vladimir Kotikov > Assignee: Vladimir Kotikov > > One of the main problems a lot of developers seem to have is the issue to setting up their machines for building various platforms. This came out from the Stack overflow survey, and the number of questions on stack overflow, twitter. Etc. > It would be helpful to have a check_reqs command exposed at the CLI level. This is similar to `brew doctor` or `appium doctor`. The idea is > 1. Have a way for the user to see if they have all dependencies (like JAVA_HOME or ANDROID_HOME) set up? This happens at build time, but moving it out to a CLI level command where you can run cordova check_reqs (or something similar) would be useful to the users. > 2. Today, the build command shows one error at a time. The check_reqs could run all the checks, and show a summary of the issues so that the user can fix them all, instead of fixing one, running build, fixing again, etc. -- 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