Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] Problem developing plugins with a shared install

Hi,

 

I’m currently having trouble developing plugins with a shared install of an eclipse SDK running under Linux (RedHat EL3). I can only add dependencies to plugins that are installed in /opt/eclipse-SDK-3.4/eclipse/plugins, but not to plugins that have been installed to ~/.eclipse/<product>/plugins.

 

Is this a bug, or did I do something wrong when the eclipse platform had been installed? I simply did the following:

 

-          Being root, unzip the platform to /opt/eclipse-SDK-3.4

-          Being a user without root permission: open the workbench, and install CDT from the Ganymede update site

-          After restarting the workbench, I created a plugin project and tried to add dependencies. I can only add dependencies to the platform plugins, not to the CDT plugins.

 

I use the official Ganymede versions.

 

Thanks for advice, Jens.


Back to the top