[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.equinox] Re: p2 director application: Installing and uninstalling feature
|
If you are running the director from the application you are provisioning,
then this is expected because the GC will not be able to GC the plugin since
they are still installed in OSGi.
Conversely if the director you are running and the application you are
provisioning are not from the install then the plug-ins should be GCed
Why do you want the plug-ins to be gone? They should not bother you since
proper unisntallation will cause them to be removed from the bundles.info.
"Erwin Margewitsch" <erwin.margewitsch@xxxxxxx> wrote in message
news:46f4f9c1982172b09303fb6f0aa0a085$1@xxxxxxxxxxxxxxxxxx
> Hi,
>
> i'm using p2 director application to install and uninstall some features
> in my build environment for automatic testing.
>
> p2 director application states that installing and uninstalling is
> completed. But after uninstalling the feature and the corresponding
> plugins can still be found in the feature and plugins directory. Is this
> behaviour intended?
>
> I would like to really delete these artifacts from disk.
>
> Is the -uninstallIU argument undocumented by intention?
>
> Kind Regards, Erwin
>