[TIMOB-5629] MobileWeb: Ti.include is not expanded correctly
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-06-07T08:25:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | n/a |
Reporter | Andrew Kulinich |
Assignee | Andrew Kulinich |
Created | 2011-06-07T07:55:01.000+0000 |
Updated | 2017-03-09T19:49:45.000+0000 |
Description
get project on https://github.com/appcelerator-services/prototypes
getting an error when building the project using mobile web sdk:
{noformat}
[TRACE] app property, ti.android.threadstacksize : 32768
[ERROR] Cannot find include file at: /cfg/cfg_includes.js
{noformat}
this happens because of:
bq. Join one or more path components intelligently. *If any component is an absolute path, all previous components (on Windows, including the previous drive letter, if there was one) are thrown away*, and joining continues.
Closing ticket as fixed.