Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3908] BlackBerry builder.py hard code a path to the JavaLoader.exe

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2011-11-21T07:12:50.000+0000
Affected Version/sBB Preview 2
Fix Version/sBB Preview 2
ComponentsBlackBerry
Labelsblackberry
ReporterShalom Gibly
AssigneeMarshall Culpepper
Created2011-05-05T11:31:18.000+0000
Updated2013-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.

Comments

No comments

JSON Source