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 C4A67200CCF for ; Mon, 24 Jul 2017 19:00:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C2BB8165711; Mon, 24 Jul 2017 17:00:09 +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 154A716570F for ; Mon, 24 Jul 2017 19:00:08 +0200 (CEST) Received: (qmail 86051 invoked by uid 500); 24 Jul 2017 17:00:03 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 86040 invoked by uid 99); 24 Jul 2017 17:00:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2017 17:00:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CE832E2F41; Mon, 24 Jul 2017 17:00:02 +0000 (UTC) From: filmaj To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-android issue #397: CB-13031: Fix bug with case-sensitivity of andro... Content-Type: text/plain Message-Id: <20170724170002.CE832E2F41@git1-us-west.apache.org> Date: Mon, 24 Jul 2017 17:00:02 +0000 (UTC) archived-at: Mon, 24 Jul 2017 17:00:10 -0000 Github user filmaj commented on the issue: https://github.com/apache/cordova-android/pull/397 Just for the record, here's the full stack trace I get when I try these steps: ``` ~/src ➔ cordova create testapp com.example.testapp testapp Warning: using prerelease version 7.0.2-dev (cordova-lib@7.0.1) Creating a new cordova project. ~/src ➔ cd testapp ~/src/testapp ➔ vim config.xml ~/src/testapp ➔ cordova platform add android Warning: using prerelease version 7.0.2-dev (cordova-lib@7.0.1) Using cordova-fetch for cordova-android@~6.2.2 Adding android project... Creating Cordova project for the Android platform: Path: platforms/android Package: com.example.testapp Name: testapp Activity: MainActivity Android target: android-25 Subproject Path: CordovaLib Android project created with cordova-android@6.2.3 Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the project Installing "cordova-plugin-whitelist" for android This plugin is only applicable for versions of cordova-android greater than 4.0. If you have a previous platform version, you do *not* need this plugin since the whitelist will be built in. Adding cordova-plugin-whitelist to package.json Saved plugin info for "cordova-plugin-whitelist" to config.xml ls: no such file or directory: /Users/maj/src/testapp/platforms/android/src/com/example/Testapp/*.java Error: No Java files found that extend CordovaActivity. ``` This patch seems to fix that. However, I noticed that the output even using this patch still says: ``` Package: com.example.testapp ``` Can we update the PR to also print out the correct, overridden package name, if provided? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org