[TIMOB-12512] Tooling: scons fails if blackberry folder does not exist
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-01-31T07:27:08.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | Release 3.1.0, 2013 Sprint 03 JS, 2013 Sprint 03 |
| Components | Tooling |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2013-01-31T07:20:21.000+0000 |
| Updated | 2017-03-09T18:38:26.000+0000 |
Description
When running "scons", it errors if there's no blackberry folder:
BUILD SUCCESSFUL
Total time: 37 seconds
scons: Reading SConscript files ...
OSError: [Errno 2] No such file or directory: 'blackberry':
File "/Users/chris/appc/titanium_mobile/SConstruct", line 158:
os.chdir('blackberry')
Build Failed, exiting
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/3830
Closing ticket as fixed.