Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 51323DFAB for ; Tue, 21 May 2013 22:24:17 +0000 (UTC) Received: (qmail 88467 invoked by uid 500); 21 May 2013 22:24:17 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 88444 invoked by uid 500); 21 May 2013 22:24:17 -0000 Mailing-List: contact commits-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 commits@cordova.apache.org Received: (qmail 88437 invoked by uid 99); 21 May 2013 22:24:17 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 22:24:17 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 66FDD891A2D; Tue, 21 May 2013 22:24:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bowserj@apache.org To: commits@cordova.apache.org Message-Id: <4d11905243e742c28a46028f7e999211@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: android commit: CB-3364: Updating build instructions Date: Tue, 21 May 2013 22:24:17 +0000 (UTC) Updated Branches: refs/heads/master 77eada7db -> c9e16b2c3 CB-3364: Updating build instructions Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/c9e16b2c Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/c9e16b2c Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/c9e16b2c Branch: refs/heads/master Commit: c9e16b2c39a892bc7dafec9ad89de483f6ddd403 Parents: 77eada7 Author: Joe Bowser Authored: Tue May 21 15:23:36 2013 -0700 Committer: Joe Bowser Committed: Tue May 21 15:23:55 2013 -0700 ---------------------------------------------------------------------- README.md | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/c9e16b2c/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 5d2f7de..a785943 100755 --- a/README.md +++ b/README.md @@ -16,23 +16,7 @@ Requires - Android SDK [http://developer.android.com](http://developer.android.com) - Apache Commons Codec [http://commons.apache.org/codec/](http://commons.apache.org/codec/) -Test Requirements ---- -- JUnit - [https://github.com/KentBeck/junit](https://github.com/KentBeck/junit) -Building ---- - -To create your `cordova.jar` file, copy the commons codec: - - mv commons-codec-1.7.jar framework/libs - -then run in the framework directory: - - android update project -p . -t android-17 - ant jar - - Cordova Android Developer Tools --- @@ -93,6 +77,22 @@ Importing a Cordova Android Project into Eclipse 5. Right click on the project root: Run as > Run Configurations 6. Click on the Target tab and select Manual (this way you can choose the emulator or device to build to) +Building without the Tooling +--- +Note: The Developer Tools handle this. This is only to be done if the tooling fails, or if +you are developing directly against the framework. + + +To create your `cordova.jar` file, copy the commons codec: + + mv commons-codec-1.7.jar framework/libs + +then run in the framework directory: + + android update project -p . -t android-17 + ant jar + + Running Tests ---- Please see details under test/README.md. @@ -101,5 +101,5 @@ Further Reading --- - [http://developer.android.com](http://developer.android.com) -- [http://incubator.apache.org/cordova/](http://incubator.apache.org/cordova/) +- [http://cordova.apache.org/](http://cordova.apache.org) - [http://wiki.apache.org/cordova/](http://wiki.apache.org/cordova/)