Titanium JIRA Archive
Alloy (ALOY)

[ALOY-520] Add "jake app:quickrun" to just copy app folder to harness for quick builds

GitHub Issuen/a
TypeStory
PriorityHigh
StatusResolved
ResolutionFixed
Resolution Date2013-02-14T21:29:38.000+0000
Affected Version/sn/a
Fix Version/sAlloy 1.1.0, 2013 Sprint 04
ComponentsTitanium SDK
Labelsn/a
ReporterTony Lukasavage
AssigneeUnknown
Created2013-02-14T19:32:28.000+0000
Updated2018-03-07T22:26:14.000+0000

Description

"jake app:run" does a full rebuild of every test app when executed. It would be nice, now that Alloy supports "app:quickrun" builds with ios and fastdev with android, if we could also support quick builds with jake. For deep testing, it would be a good idea to do full rebuilds, but for quick testing, this will increase the speed of the development workflow.

Comments

  1. Tony Lukasavage 2013-02-14

    Quick runs can now be done with
       jake app:quickrun dir=basics/simple
       
    but a full run needs to be done first. This works well with iOS, but not so much with Android as fastdev would need to be run manually. Integrating fastdev into the alloy testing workflow is not something we want to tackle and will likely wait for liveti to be ready before revisiting speeding up the testing workflow further.

JSON Source