Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D303A200CA7 for ; Wed, 14 Jun 2017 23:34:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D17BA160BDB; Wed, 14 Jun 2017 21:34:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 21E5A160BD6 for ; Wed, 14 Jun 2017 23:34:02 +0200 (CEST) Received: (qmail 24620 invoked by uid 500); 14 Jun 2017 21:34:02 -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 24609 invoked by uid 99); 14 Jun 2017 21:34:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2017 21:34:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id DBC851AFD65 for ; Wed, 14 Jun 2017 21:34:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id RaChV53GZYIS for ; Wed, 14 Jun 2017 21:34:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E48C15FBE5 for ; Wed, 14 Jun 2017 21:34:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5D85AE0069 for ; Wed, 14 Jun 2017 21:34:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1AB4721938 for ; Wed, 14 Jun 2017 21:34:00 +0000 (UTC) Date: Wed, 14 Jun 2017 21:34:00 +0000 (UTC) From: "Haitao Huo (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-12921) createmobilespec --android fail to build apk out MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 14 Jun 2017 21:34:04 -0000 Haitao Huo created CB-12921: ------------------------------- Summary: createmobilespec --android fail to build apk out Key: CB-12921 URL: https://issues.apache.org/jira/browse/CB-12921 Project: Apache Cordova Issue Type: Bug Components: cordova-mobile-spec Affects Versions: Master Reporter: Haitao Huo Failed to build mobilespec apk with all master code (w/o --global) on Windows on latest commit [7a8101 | https://github.com/apache/cordova-mobile-spec/commit/7a8101496703f780c20c9324c2c5bde3928ade60]. {code} > cordova-mobile-spec\createmobilespec\createmobilespec.cmd --android Creating project from local git repos. If you have any errors, it may be from missing repositories. To clone repositories: .\cordova-coho\coho repo-clone -r mobile-spec -r plugin-test-framework -r cli -r lib -r plugman -r android -r js -r plugins mkdir cordova-cli\node_modules (cd cordova-lib\cordova-lib\ && npm install) (cd cordova-plugman\ && npm install) mkdir cordova-cli\node_modules ln -s ..\..\cordova-lib\cordova-lib cordova-cli\node_modules (cd cordova-cli && npm install) To update all repositories: .\cordova-coho\coho repo-update Checking if you are using master branch of tools refs/heads/master fatal: Not a git repository (or any of the parent directories): .git {code} Two problems: 1. The error message is not straightforward do not know what next to fix 2. The cordova-lib\cordova-lib\ does not exist at all, that is how the fatal reported. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org