Platform changes not persisted on Mac OS X Sierra 10.12.3 [message #1754207] |
Wed, 15 February 2017 05:25  |
Eclipse User |
|
|
|
Recently I upgraded my Mac OS X to 10.12.3 (from 10.12.2). Since then (?), a bunch of weird things seems to be going on when I try to use eclipse Neon (tested with Neon.1 and Neon.2 modeling, and RCPs based on those).
- Eclipse doesn't save the previous settings like workspace & Plug-ins (see also http://stackoverflow.com/questions/41682563/eclipse-doesnt-save-the-previous-settings-like-workspace-plug-ins, although the suggested answers over there don't solve the problem for me.
Observations: It seems like every time a new folder is created in the ~/.eclipse folder whenever I start up eclipse. In the case below, I just startup eclipse, accept the default workspace, and close it again. But the observations are exactly the same when I install new plugins.
~/Applications $ ls -l ~/.eclipse | wc -l
35
~/Applications $ open Eclipse-modeling-neon-2.app/
~/Applications $ ls -l ~/.eclipse | wc -l
36
~/Applications $ open Eclipse-modeling-neon-2.app/
~/Applications $ ls -l ~/.eclipse | wc -l
37
~/Applications $ ls -lt ~/.eclipse | head -n 4
total 0
drwxr-xr-x 6 kgad staff 204 Feb 15 11:04 org.eclipse.platform_4.6.2_923244962_macosx_cocoa_x86_64
drwxr-xr-x 5 kgad staff 170 Feb 15 11:04 org.eclipse.oomph.p2
drwxr-xr-x 6 kgad staff 204 Feb 15 11:02 org.eclipse.platform_4.6.2_34968522_macosx_cocoa_x86_64
- (possibly a consequence of 1/?) When trying to develop new plugins, only dependencies that natively come with the RCP are found by the builder, the plugins that I installed manually are *not* found. I noticed that the plugins that come natively with the RCP are to be found in a subfolder of /var/private/, while the manually installed plugins (such as the missing dependency org.eclipse.papyrus.sysml14 in the screenshot below) end up in the above ~/.eclipse/org.eclipse.platform_4.6.2_UUID_macosx_cocoa_x86_64/plugin folder. See screenshot below.

Anyone has a clue on what goes wrong, or on how to debug this? TIA!
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02587 seconds