[ALOY-1626] Alloy: Missing plugins/ directory causes cloned app-projects to fail
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-11-01T18:58:51.000+0000 |
Affected Version/s | n/a |
Fix Version/s | CLI Release 7.0.8 |
Components | Tooling |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Hans Knöchel |
Created | 2018-08-29T08:38:17.000+0000 |
Updated | 2018-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.
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.
Verified the fix in 7.0.7-master.9. Closing.