You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/06/11 02:15:18 UTC

[03/32] android commit: CB-3364: Updating build instructions

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/3.0.0
Commit: c9e16b2c39a892bc7dafec9ad89de483f6ddd403
Parents: 77eada7
Author: Joe Bowser <bo...@apache.org>
Authored: Tue May 21 15:23:36 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Tue May 21 15:23:55 2013 -0700

----------------------------------------------------------------------
 README.md | 34 +++++++++++++++++-----------------
 1 file 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/)