Skip to content

Support for incremental ANT builds for Android #512

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

Closed
teobugslayer opened this issue Jun 1, 2015 · 1 comment
Closed

Support for incremental ANT builds for Android #512

teobugslayer opened this issue Jun 1, 2015 · 1 comment
Labels

Comments

@teobugslayer
Copy link
Contributor

Issue

Android build are unnecessary long: 12s or more.

tns build works by always overwriting files in the app directory and then spawning ant to do the actual building. This way ant always sees new files and cannot trigger an incremental build.

Improvement strategies

We can improve the situation in two ways:

This issue supersedes NativeScript/android#60 .

@teobugslayer teobugslayer added this to the 1.2.0 milestone Jun 1, 2015
@teobugslayer teobugslayer removed this from the 1.2.0 milestone Jun 10, 2015
@dtopuzov
Copy link
Contributor

The issue with incremental builds will be solved once #687 is implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants