If I test a new plugin I copy the all jars and the depending plugins into
the sandbox folder and if the plugin crash I delete the whole sandbox
folder.
This process is very easy!
So the question: How can I organize my plugins in several local folders
with the new plugin mechanism of 3.5.? How can I migrate my old folder
structure?
Creating a site and write the plugins into the site.xml file is not very
easy.
Olaf K. wrote:
> At the moment I use Eclípse 3.4M4 with the "old" plugin-manager.
> I organized my plugins in serveral folders like this:
>
> -myEclipsePlugins
>
> --corePlugins
> ---eclipse
> ----plugins
> ----features
> ----.eclipseextension
>
> --sandboxPlugins
> ..
>
> --qaPlugins
> ..
>
> --mdaPlugins
> ..
>
> If I test a new plugin I copy the all jars and the depending plugins
> into the sandbox folder and if the plugin crash I delete the whole
> sandbox folder.
> This process is very easy!
>
> So the question: How can I organize my plugins in several local folders
> with the new plugin mechanism of 3.5.? How can I migrate my old folder
> structure?
> Creating a site and write the plugins into the site.xml file is not very
> easy.
>
> Any ideas?
>
By the way, I find creating update sites pretty easy. The IDE does most
of the work for you. What, specifically have you tried and what is
inconvenient about it for you?