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 19A9110B5A for ; Fri, 24 Jan 2014 15:42:57 +0000 (UTC) Received: (qmail 49674 invoked by uid 500); 24 Jan 2014 15:42:49 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 49400 invoked by uid 500); 24 Jan 2014 15:42:43 -0000 Mailing-List: contact issues-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 issues@cordova.apache.org Received: (qmail 49241 invoked by uid 99); 24 Jan 2014 15:42:40 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jan 2014 15:42:40 +0000 Date: Fri, 24 Jan 2014 15:42:40 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-5889) `cordova platform update android` does not update the Android platform project correctly 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-5889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13881056#comment-13881056 ] ASF subversion and git services commented on CB-5889: ----------------------------------------------------- Commit 06660383e143d9c36db826f6a93b5aecd6067e6b in branch refs/heads/3.4.x from [~agrieve] [ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=0666038 ] CB-5889 Make update script find project name instead of using "null" for CordovaLib > `cordova platform update android` does not update the Android platform project correctly > ---------------------------------------------------------------------------------------- > > Key: CB-5889 > URL: https://issues.apache.org/jira/browse/CB-5889 > Project: Apache Cordova > Issue Type: Bug > Components: Android, CLI > Affects Versions: 3.3.0 > Environment: Mac OS X 10.9.1 Mavericks; node v0.10.24; Cordova 3.3.1-0.1.2 > Reporter: Kelvin Dart > Assignee: Andrew Grieve > Labels: bug, cli, update > > Running `cordova platform update android` using Cordova 3.3.1-0.1.2 does not update correctly because CordovaLib is not created in the project. > Previously running Cordova 3.2.0-0.4.0, I upgraded Cordova via `sudo npm update cordova`, which executed fine. Then I updated my project using the above command - it executed fine (no errors produced via the CLI). Opening Eclipse, and '-CordovaLib' was missing (which I've verified is needed after setting up a default 3.3.1 default project). > The Eclipse project does not compile because CordovaLib is where the org.apache.cordova.* package resides. -- This message was sent by Atlassian JIRA (v6.1.5#6160)