]
George Gastaldi closed FORGE-1902.
----------------------------------
Fix Version/s: 2.7.0.Final
Resolution: Done
Initial context in Forge Console appears to be incorrect
--------------------------------------------------------
Key: FORGE-1902
URL:
https://issues.jboss.org/browse/FORGE-1902
Project: Forge
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: UI - Shell
Affects Versions: 2.6.0.Final
Environment: Mac OS X Mavericks 10.9.3, JBDS 8 Beta 2, Oracle JDK 7u60
Reporter: Vineet Reynolds
Assignee: George Gastaldi
Fix For: 2.7.0.Final
When I launch the Forge console for the first time (or restart it), the initial context
appears to be incorrectly set. Although the console shows that, Forge does not seem to
recognize it.
As an example, the following console output shows different responses to the {{ls}}
command without changing the current working directory:
{noformat}
[JDF]$ cd <TAB>
hs_err_pid1248.log jbdevstudio.ini
hs_err_pid1372.log org.jboss.tools.vpe.browsersim/
jbdevstudio
[JDF]$ pwd
/Users/vineet/workspaces/JDF
[JDF]$ cd <TAB>
.metadata/ RemoteSystemsTempFiles/
{noformat}
This seems to affect path autocompletion mainly, but is also likely to affect Forge
command execution that relies on the current working directory, since paths seem to be
computed from JBDS root instead of the current workspace root for the very first time.