tarlog / tarlog-plugins

Automatically exported from code.google.com/p/tarlog-plugins
10 stars 5 forks source link

'Open in Windows Explorer' starts in 'Desktop'. #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Eclipse Ganymede on Vista OS in the path C:\Users\Myname, with 
tarlog 1.3.0 plugin
2. Create a "deep" workspace in the user profile, e.g. in 
C:\Users\Myname\Documents\Development\Java\workspaces\proj

What is the expected output? What do you see instead?
Expected: 'Open in Windows Explorer' starts in 
C:\Users\Myname\Documents\Development\Java\workspaces\proj.
Instead: 'Open in Windows Explorer' starts in 'Desktop'.
Note: 'Open in Command Prompt'  works correctly.

What version of the product are you using? On what operating system?
Vista OS home edition oem. Dutch version. Eclispe 3.4.2.

Please provide any additional information below.

Original issue reported on code.google.com by hermans....@gmail.com on 8 Aug 2009 at 4:16

GoogleCodeExporter commented 9 years ago
Sorry, but I don't have Vista, so I cannot verify/fix it.

I'm going to leave it open, unless someone investigate it and submit a patch 
(or I
install Vista, which is unlikely to happen)

Original comment by tarlog on 9 Aug 2009 at 5:01

GoogleCodeExporter commented 9 years ago
In tarlog.eclipse.plugins.openwe.OpenInWindowsExplorerAction change
"Runtime.getRuntime().exec("explorer ,/select, " + path);" to
"Runtime.getRuntime().exec("explorer /select, " + path);"!

This solves the problem, see http://support.microsoft.com/kb/152457 for the 
command
options. This is tested in Vista x86.

Original comment by ron.liev...@gmail.com on 9 Sep 2009 at 2:01

GoogleCodeExporter commented 9 years ago
Thanks Ron,
I'll apply the patch ASAP.

Original comment by tarlog on 10 Sep 2009 at 8:33

GoogleCodeExporter commented 9 years ago
Fixed.
Thanks go to ron.lievens!

Please verify.

Original comment by tarlog on 10 Sep 2009 at 8:35