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 9295010367 for ; Fri, 24 Jan 2014 12:12:38 +0000 (UTC) Received: (qmail 52324 invoked by uid 500); 24 Jan 2014 12:12:38 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 52257 invoked by uid 500); 24 Jan 2014 12:12:37 -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 52249 invoked by uid 99); 24 Jan 2014 12:12:37 -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 12:12:37 +0000 Date: Fri, 24 Jan 2014 12:12:37 +0000 (UTC) From: "Kelvin Dart (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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:all-tabpanel ] Kelvin Dart updated CB-5889: ---------------------------- Summary: `cordova platform update android` does not update the Android platform project correctly (was: `cordova platform update android` does not update Android correctly) > `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 > 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)