[TIMOB-3908] BlackBerry builder.py hard code a path to the JavaLoader.exe
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-11-21T07:12:50.000+0000 |
Affected Version/s | BB Preview 2 |
Fix Version/s | BB Preview 2 |
Components | BlackBerry |
Labels | blackberry |
Reporter | Shalom Gibly |
Assignee | Marshall Culpepper |
Created | 2011-05-05T11:31:18.000+0000 |
Updated | 2013-01-25T15:47:18.000+0000 |
Description
The Titanium Studio is installing the RIM plugin as an eclipse plugin. However, it looks like the lookup for the JavaLoader executable is wrong in this case.
The path that is constructed for the lookup is something like C:\eclipse\plugins\net.rim.ejde\vmTools\JavaLoader.exe, while the path on the plugged-in RIM plugin is something like C:\eclipse\plugins\net.rim.ejde.componentpack5.0.0_5.0.0.25\components\bin\JavaLoader.exe.
The path should probably be located by a look-up into the net.rim.ejde structure. If it's not there, like in the plug-in version, locate it at the latest version of the installed componentpack, probably under components\bin.
At the moment, this issue blocks TISTUD-323 from working well without a workaround of creating a plugins\net.rim.ejde\vmTools\ directory structure and manually copy the files into it.
No comments