Titanium JIRA Archive
Alloy (ALOY)

[ALOY-330] Make `alloy run` execute `titanium build`

GitHub Issuen/a
TypeStory
PriorityMedium
StatusResolved
ResolutionFixed
Resolution Date2013-01-22T02:47:07.000+0000
Affected Version/sn/a
Fix Version/sAlloy 1.0.0, 2013 Sprint 02
ComponentsTitanium SDK
Labelsn/a
ReporterTony Lukasavage
AssigneeUnknown
Created2012-10-12T15:24:47.000+0000
Updated2018-03-07T22:25:35.000+0000

Description

update (1/21/2013)

The alloy run command will be kep for one more minor version, but it will no longer use the old titanium.py to run. The alloy run command will literally just be routing to the new cli's titanium build command, meaning that the new cli is a dependency, but TiSDK 3.0 is a requirement for Alloy 1.0 anyway. All options and arguments will be passed directly to it. This means that:
alloy run --platform ios --sdk 3.0.0.GA
is exactly the same as
titanium build --platform ios --sdk 3.0.0.GA

original

Once CLI integration is complete and Alloy has TiSDK 3.0 as a prerequisite, let's get rid of the alloy run command. It is a limited, convenience command that relies on the old build scripts.

Comments

No comments

JSON Source