[TIMOB-10959] Blackberry: workaround whitespace in path issue of bbndk for mac
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-01-25T05:16:07.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | 2013 Sprint 08 BB, 2013 Sprint 08, Release 3.1.2, Release 3.2.0 |
| Components | BlackBerry |
| Labels | n/a |
| Reporter | Jean-Philippe Lemieux |
| Assignee | Pedro Enrique |
| Created | 2012-09-18T12:28:44.000+0000 |
| Updated | 2017-03-03T00:43:15.000+0000 |
Description
The bbndk toolchain doesn't support paths containing whitespaces.
On mac the build step happens within the path containing the mobile sdk, namely: "~/Library/Application Support/Titanium/mobilesdk/osx". Building from that folder fails because of the space in "Application Support" and using a symlink doesn't help.
To workaround that, the idea is to modify the build scripts to build from a temporary folder, likely /tmp or it could be configurable by the user from the Studio preferences.
Closing ticket as Blackberry is no longer supported.