| Re: [eclipse-dev] Planning Meeting Notes - Nov 12, 2003 |
Hello,
I am not sure I understand what all the fuss is about. The .config dir is
not user information. It is eclipse system configuration. Allowing general
users to modify that is like allowing just anyone to write to the /etc
dir.
1) root installs eclipse and in that process creates the .config via
eclipse -initialize -data /tmp/workspace
2) user runs eclipse without error.
for purists this is supposed to work (requires a wrapped eclipse launcher)
1) root install of eclipse 2) root then creates the .config in say /etc/eclipse/.config using the -configuration flag "eclipse -initialize -data /tmp/workspace/ -configuration /etc/eclipse" 3) user runs without error using the eclipse -configuration /etc/eclipse/ -data $HOME/workspace.
What eclipse is missing is the user portion of this which right now is per workspace rather than per user.
Yes, that is missing too.
Jan