More build capabilities - svn authentication, ndk location, custom ant target

This commit is contained in:
Ciaran Gultnieks 2011-01-08 21:07:58 +00:00
parent 06b7d44765
commit 9386d092e2
3 changed files with 50 additions and 16 deletions

6
README
View file

@ -81,6 +81,10 @@ repository URL - in this case the repository is checked out once per build
version, with the subdir parameter in place of the *. This can be beneficial
when dealing with very large SVN repositories.
For a Subversion repo that requires authentication, you can precede the repo
URL with username:password@ and those parameters will be passed as --username
and --password to the SVN checkout command.
==Build Version==
Any number of these fields can be present, each specifying a version to
@ -112,6 +116,8 @@ configuration to the build. These are:
build is done. The path is relative to the base of the
build directory - i.e. the directory that contains
AndroidManifest.xml.
antcommand=xxx - Specify an alternate ant command (target) instead of the
default 'release'.
Another example, using extra parameters: