[ALOY-429] Convert jake app runner to use new CLI
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | High |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2013-01-22T02:42:23.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Alloy 1.0.0, 2013 Sprint 02 |
| Components | Titanium SDK |
| Labels | n/a |
| Reporter | Tony Lukasavage |
| Assignee | Unknown |
| Created | 2012-12-17T14:27:42.000+0000 |
| Updated | 2018-03-07T22:25:50.000+0000 |
Description
update (1/21/2013)
jake app:run now uses the new CLI. Below shows a full list of the possible options, all of which are optional. It will build for iphone sim by default:
jake app:run dir=ui/splitwindow platform=ios tiversion=3.0.0.GA simtype=ipad
original
Thejake app:run command will use the old titanium.py script. We should convert it to use the new CLI to move forward with it, and aid in testing.
No comments