Titanium JIRA Archive
Alloy (ALOY)

[ALOY-1626] Alloy: Missing plugins/ directory causes cloned app-projects to fail

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2018-11-01T18:58:51.000+0000
Affected Version/sn/a
Fix Version/sCLI Release 7.0.8
ComponentsTooling
Labelsn/a
ReporterHans Knöchel
AssigneeHans Knöchel
Created2018-08-29T08:38:17.000+0000
Updated2018-11-01T18:58:54.000+0000

Description

As part of ALOY-1609 we ignored the plugins/ti.alloy directory to prevent some git-glitches around the hook. Unfortunately that caused a regression that causes developers that clone other apps (like from GitHub) to see the following error because the directory is missing:
[WARN]  Could not find Titanium plugin id=ti.alloy version=1.0
[ERROR] Could not find all required Titanium plugins:
[ERROR]    id: ti.alloy	 version: 1.0
We instead need to revert the change and figure out why the hook is rewritten across Alloy versions.

Comments

  1. Hans Knöchel 2018-08-29

    PR to revert the old change: https://github.com/appcelerator/alloy/pull/903 We still need to find the root cause of the hook-rewrite glitch.
  2. Lokesh Choudhary 2018-10-11

    Verified the fix in 7.0.7-master.9. Closing.

JSON Source