Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-4821] Rebuild Titanium project when tiapp.xml file is edited

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionWon't Fix
Resolution Date2020-02-14T09:09:12.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelscb-tooling
ReporterIngo Muschenetz
AssigneeEric Merriman
Created2011-07-28T12:33:00.000+0000
Updated2020-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.

Comments

  1. Chris Barber 2016-08-19

    This is certainly fixed for iOS. I'm pretty certain this is not fixed for Android. No idea about Windows.
  2. Joshua Quick 2017-08-01

    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.
  3. Rene Pot 2020-02-14

    Closing as won't fix this is now fixed in 9.0

JSON Source