Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » WTP headless build issues...
WTP headless build issues... [message #231666] Wed, 20 May 2009 10:02 Go to next message
Eclipse UserFriend
Originally posted by: mike.xmos.com

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
Re: WTP headless build issues... [message #231684 is a reply to message #231666] Wed, 20 May 2009 13:27 Go to previous message
Konstantin Komissarchik is currently offline Konstantin KomissarchikFriend
Messages: 1077
Registered: July 2009
Senior Member
My guess is that you didn't add org.eclipse.wst.xml.ui to the feature that
you are building. You typically invoke PDE build on a feature and only
plugins references by that feature get build.

- Konstantin
Previous Topic:Serializing Documenation elements
Next Topic:Create tag transform operation in jsf tools
Goto Forum:
  


Current Time: Thu Apr 25 22:15:33 GMT 2024

Powered by FUDForum. Page generated in 0.02539 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top