• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse Plugin Development - No schema found for the org.eclipse.wst.server.core.serverTypes extensi

 
Greenhorn
Posts: 8
Eclipse IDE Flex Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to create a new server type plugin programmatically and after re-search I found that I need to use org.eclipse.wst.server.core.serverTypes extension point, but when I try to add above extension point in eclipse juno sdk, I am getting "No schema found..." error . Can anyone please guide me why I am getting above error? Am I missing any required dependencies here?

FYI, I have added org.eclipse.wst.server.core and org.eclipse.wst.server.ui as an dependencies but still no luck and Googling leads to resources for other extension points but not for this. Any guidance is highly appreciated.

BTW, I am using SDK Version of Eclipse Juno
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic