Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced subdirectory ant exec tasks with ant tasks #28

Merged
merged 2 commits into from
Nov 29, 2012
Merged

Replaced subdirectory ant exec tasks with ant tasks #28

merged 2 commits into from
Nov 29, 2012

Conversation

mzabaluev
Copy link
Contributor

Using the same ant runtime instead of invoking it
from the command line is better, because:

  • It allows building without an ant binary, e.g. with the Ant
    plugin bundled with Eclipse.
  • Build properties from the top-level project are inherited in
    sub-builds.
  • It saves build time somewhat by not running multiple JRE instances.

Using the same ant runtime instead of invoking it
from the command line is better, because:
* It allows building without an ant binary, e.g. with the Ant
  plugin bundled with Eclipse.
* Build properties from the top-level project are inherited in
  sub-builds.
* It saves build time somewhat by not running multiple JRE instances.
The source is already 1.6, and when building with an 1.7 JDK,
Android tools complain about the default 1.7 target output.
don added a commit that referenced this pull request Nov 29, 2012
Replaced subdirectory ant exec tasks with ant tasks
@don don merged commit 2b03b33 into chariotsolutions:master Nov 29, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants