[TIMOB-4821] Rebuild Titanium project when tiapp.xml file is edited
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2020-02-14T09:09:12.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | cb-tooling |
Reporter | Ingo Muschenetz |
Assignee | Eric Merriman |
Created | 2011-07-28T12:33:00.000+0000 |
Updated | 2020-02-14T09:09:12.000+0000 |
Description
Editing the tiapp.xml file should force the project to be rebuilt--not a clean. Awaiting a command-line option from the SDK to implement this.
This is certainly fixed for iOS. I'm pretty certain this is not fixed for Android. No idea about Windows.
Just to clarify, the issue here is that Android is *NOT* doing incremental builds. It's always rebuilding the entire project. Even if no changes were made. I've confirmed this. *Steps to reproduce:*
Open a project in Appcelerator Studio.
Build and run for Android.
Build and run the same project again. (Do not edit any files.)
Search the Appcelerator Studio "Console" panel for "javac".
*Result:* The project was completely recompiled/re-built even though no changes were made. This is a productivity issue.Closing as won't fix this is now fixed in 9.0