You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/06/06 20:38:46 UTC

docs commit: Remove ant-build / ant-gen references from android build docs

Repository: cordova-docs
Updated Branches:
  refs/heads/4.0.x [created] a56e08f26


Remove ant-build / ant-gen references from android build docs


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/a56e08f2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/a56e08f2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/a56e08f2

Branch: refs/heads/4.0.x
Commit: a56e08f2607ed6ad7ba4d63ab2be5a6279eea3c1
Parents: 6df222b
Author: Ian Clelland <ic...@chromium.org>
Authored: Fri Jun 6 14:37:56 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Fri Jun 6 14:37:56 2014 -0400

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/tools.md | 17 -----------------
 1 file changed, 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a56e08f2/docs/en/edge/guide/platforms/android/tools.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/tools.md b/docs/en/edge/guide/platforms/android/tools.md
index 2084368..8e940cc 100644
--- a/docs/en/edge/guide/platforms/android/tools.md
+++ b/docs/en/edge/guide/platforms/android/tools.md
@@ -97,20 +97,3 @@ running emulator if no device is found.
 
         C:\>\path\to\project\cordova\clean.bat
 
-## Manual Use of Ant
-
-If you wish to call Ant directly from the command line such as
-`ant debug install`, you need to specify additional parameters to the ant
-command:
-
-        ant debug install -Dout.dir=ant-build -Dgen.absolute.dir=ant-gen
-
-This is because the directories used by Cordova's Ant scripts are different
-than the default. This is done to avoid conflicts when Ant is run from the
-command line versus inside Eclipse/ADT.
-
-These additional parameters are automatically added for you when using
-the `cordova/build` and `cordova/run` scripts described above. For this
-reason it is recommended to use the `cordova/build` and `cordova/run` scripts
-instead of calling Ant directly from the command line.
-