[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-dev] Possibly CDT gets installed in the wrong folder...
|
Well, that is where I have them installed originally (the SDK folder that is) which is in my home folder so I do have all privileges to it. Although, I do start the eclipse from the different folder (from my build location), but that one is also just a sub-folder of my home folder.
Here is how they look like:
/home/fjeleskovic/eclipse is the folder that gets all of the Eclipse files and that is where I have workspace as well (eclipse/workspace/proj_name).
My build folder is at:
/home/fjeleskovic/dev/fjeleskovic_PROJECTNAME/top_folderI typically go to the "top_folder" and start Eclipse from there with the command:
~/eclipse/eclipse &andthen select the
PROJNAME from the menu that matches the workspace location of it.
So, I think I do have writing priviladges to all of those folders all the time! They all have following specs:
drwxr-xr-x when you issue the ls command.
Here is the complete listing from the eclipse folder:
[fjeleskovic@acme38 ~]$ ll eclipse
total 452drwxr-xr-x 8 fjeleskovic src 4096 Jan 9 15:31 ./
drwxr-xr-x 44 fjeleskovic src 12288 Jan 9 15:14 ../drwxr-xr-x 2 fjeleskovic src 4096 Jan 9 14:02 about_files/
-rw-r--r-- 1 fjeleskovic src 13852 Jan 8 16:38 about.html
drwxr-xr-x 9 fjeleskovic src 4096 Jan 9 15:31 configuration/-rwxr-xr-x 1 fjeleskovic src 56724 Jan 8 16:38 eclipse*
-rw-r--r-- 1 fjeleskovic src 93 Nov 10 2006 .eclipseextension
-rw-r--r-- 1 fjeleskovic src 58 Jan 9 15:14 eclipse.ini-rw-r--r-- 1 fjeleskovic src 59 Jan 8 16:38 .eclipseproduct
-rw-r--r-- 1 fjeleskovic src 16536 Jan 8 16:38 epl-v10.html
drwxr-xr-x 15 fjeleskovic src 4096 Jan 9 15:13 features/-rw-r--r-- 1 fjeleskovic src 9022 Jan 8 16:38
icon.xpm-rwxr-xr-x 1 fjeleskovic src 266168 Jan 8 16:38 libcairo-swt.so*
-rw-r--r-- 1 fjeleskovic src 6506 Jan 8 16:38 notice.htmldrwxr-xr-x 28 fjeleskovic src 24576 Jan 9 15:13 plugins/
drwxr-xr-x 2 fjeleskovic src 4096 Jan 9 14:02 readme/
drwxr-xr-x 18 fjeleskovic src 4096 Jan 9 15:19 workspace/Fedja
On Jan 11, 2008 5:16 PM, Beth Tibbitts <
tibbitts@xxxxxxxxxx
> wrote:
Fedja,
Are you sure the eclipse/plugins etc directories are writable?
This sounds like the behavior when eclipse is launched from a shared
location that isn't writable by the user - additional plugins/features
installed by the user go somewhere else (that is writable by the user); i
think this is it??
..Beth
Beth Tibbitts (859) 243-4981 (TL 545-4981)
High Productivity Tools / Parallel Tools http://eclipse.org/ptp
IBM T.J.Watson Research Center
Mailing Address: IBM Corp., 745 West New Circle Road, Lexington, KY 40511
Sent by: <cdt-dev@xxxxxxxxxxx>
cdt-dev-bounces@e cc
clipse.org
Subject
[cdt-dev] Possibly CDT gets
01/11/08 03:55 PM installed in the wrong folder...
Please respond to
"CDT General
developers list."
<cdt-dev@eclipse.
org>
Well, I did send an email about this, but nobody seemed to respond to it,
si just in the case this doesn't get lost (if it is a real issue) here we
are again.
For the several build right now (starting with CDT 5.0 12/26/2007 and all
running on the SDK 12/13/2007-1700 (aka 3.4M4) or newer) I see this
behavior. It happens for the first install or any consectuive one with
newer build. Basically, CDT gets installed in the
eclipse/configuration/eclipse/plugins instead of the eclipse/plugins, where
they used to be. Is this an intended behavior or just a bug?
CDT plugin was installed through the Help/Software Updates/Find Install.
Then selected Search for new features to install and selected "New Archived
Site..." where I located the latest CDT download. The rest was just
following the directions from the install. So, it wasn't just unzipped into
the wrong folder!
Thanks!