-1

after copying a plugin to the plugin-folder (C:\Users\myUserName.p2\pool\plugins) eclipse does not show/use this plugin.

This is the first time i used the installer for eclipse and i did not expect that you can't copy plugins anymore.

Does that mean i have to go back to the zip package?

-Christian

greg-449
  • 109,219
  • 232
  • 102
  • 145
  • 1
    Just copying things to the plugins folder has not been guaranteed to work for a long time. Try starting with the -clean option. – greg-449 Nov 17 '15 at 10:58
  • thanks but I tried that too. what would be the right way to add our custom birt extension plugin to eclipse these days – Christian Meister Nov 17 '15 at 11:17
  • 2
    Creating a feature and using 'Export > Plug-in Development > Deployable features' gives you something that can be installing using 'Install new software' – greg-449 Nov 17 '15 at 11:53

1 Answers1

0

Your problem is not directly linked to the new Eclipse Installer.

Eclipse P2 Update Site

A P2 Update site (this is also more or less what you bundle pool is) consists of folders (plugins, features …) containing jars and/or bin files and some XML Files named artifacts.xml and content.xml (sometimes those files are also packed in jar files).

The XML Files keep a record of the available plugins. You cannot add something manually without tampering your pool.

You should install additional plugins with the “Install new software…” of Eclipse. If you like to automate this installation process for each of your installations (or inside a team), you can work with the Oomph setup file to do it.

Jmini
  • 9,189
  • 2
  • 55
  • 77