[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] WTP headless build issues...

Apologies if this is more of a PDE build question, but I'm trying to include the org.eclipse.wst.xml.ui plugin in my product by adding it as a dependency to one of my plug-ins (I've got all the WTP plugins/features in my eclipse installation) and I'm getting the following error in the headless build:

[eclipse.generateFeature] Some inter-plug-in dependencies have not been satisfied.
[eclipse.generateFeature] Bundle com.xmos.cdt.ui:
[eclipse.generateFeature] Missing required plug-in org.eclipse.wst.xml.ui_1.0.430.


I thought because my plug-in, com.xmos.cdt.ui, contained org.eclipse.wst.xml.ui in it's list of dependancies, it should work? (everything works fine inside the IDE)

I'd be grateful for any help on this.

Mike