Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[buckminster-dev] Re: Problems getting started with Headless Buckminster

Hi John,
OK, I can reproduce this too now. And I found the cause of the problem. I've bumped the reason of org.tigris.subversion.subclipse.core and that plugin depend on the org.eclipse.compare plugin which in turn brings in a whole slew of UI specific plugins. I'm copying this to the svn newsgroup too since I'd like to get their opinion on this.

The only workaround I can find for you right now is to copy most of the plugins from an Eclipse IDE installation into your headless installation. The org.eclipse.compare plugin brings in the org.eclipse.ui.ide and the org.eclipse.ui.workbench.texteditor which in turn brings most other UI specific plugins in with them.

Subclipse has a org.tigris.subversion.subclipse.ui component too. Perhaps it would be better if they moved the dependency to org.eclipse.compare into that plugin. Right now there's no way to use Subclipse efficiently in a headless environment.


1) the resolution of the search path is complaining about a missing category.

You get log messages indicating that the eclipse.platform provider (a default provider not visible in your RMAP) rejects requests that has no category defined. That's OK though. It's supposed to work like that.

Kind Regards,
Thomas Hallgren


Back to the top