| [news.eclipse.platform.rcp] Re: problems enabling an installed feature |
Hi,
I wrote an rcp app which checks an update-site for new features and installs them. This is done using the org.eclipse.update.standalone classes InstallCommand and EnableCommand. My problem is, that EnableCommand is not working, i.e. I can't enable the feature. The cause is the TargetSite (currently the eclipse folder) says that the feature is already configured only that this can't be true, because using eclipse's Configuration Manager I can see that the feature is disabled.
So why can't I enable the feature? Oh, btw. I do all this before launching the workbench, as the first thing inside RcpApplication.run(), but I hope that this doesn't matter...
Andreas