fixed workspace and configuration defaults (install dir on windows is…#213
Conversation
… read-only, using LOCALAPPDATA Signed-off-by: Frank Gasdorf <fgdrf@users.sourceforge.net>
|
@egouge Could you test this behavior on Windows? |
|
@nprigour If your products running on Windows, could you test and verify this fix? Would be great if you can have a look at it and review changes... |
|
Hi @fgdrf , |
|
Thanks for your feedback! Here the explanation why I used osgi.configuration.area.default over osgi.configuration.area. From : Eclipse Runtime Options: I decided to use this option and give users the opportunity to overwrite "default" on Windows with |
|
A little late, but I did eventually test this and it worked fine for me. |
|
@egouge Thank you very much for confirming the fix works on another box than mine too :) |
|
Good finding. I guess the problem comes from "the installer configuration" where is should set dependent from the platform the installer is made for
Details : http://nsis.sourceforge.net/Reference/$PROGRAMFILES |
|
@egouge Created a bug for installer 64bit issue : https://bugs.locationtech.org/show_bug.cgi?id=142 |
… read-only, using LOCALAPPDATA
Tested RC 2.0.0.RC1 Installer on Win x86_64 but uDig never started. The Install-Dir was read-only and therefore Eclipse Defaults doesn't make sense.
This fix sets workspace and configuration area to sub-directory in %LOCALAPPDATA% on Windows-platform only.
Signed-off-by: Frank Gasdorf fgdrf@users.sourceforge.net