[TIMOB-13168] CLI: App fails to build if Resources directory does not exist
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-03-22T23:15:20.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.1.0, 2013 Sprint 06 JS, 2013 Sprint 06 |
Components | CLI |
Labels | qe-closed-3.1.0 |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2013-03-22T22:20:02.000+0000 |
Updated | 2013-04-17T22:00:50.000+0000 |
Description
The CLI dies if the Resources directory doesn't exist. However we should properly check that the Resources directory exists after the pre-compile hook fires just in case a plugin such as Alloy needs to create it.
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/4020
Tested and verified fix with: Titanium Studio, build: 3.1.0.201304151600 SDK, build: 3.1.0.GA CLI 3.1.0 Test steps: 1. Create Alloy project 2. Build for Simulator/Emulator 3. Clean Resources folder 4. Repeat step 2 Expected result: App should build