ops4j/peaberry

Missing extension point schema in org.ops4j.peaberry.eclipse

Closed this issue · 4 comments

Originally reported on Google Code with ID 36

org.ops4j.peaberry.eclipse registers an Eclipse extension point "module" and 
declares the schema to be "schema/modules.exsd".  This file is not available 
so the Eclipse PDE tooling generates a warning.

The file exists in svn so I think it is simply a packaging issue. 
http://code.google.com/p/peaberry/source/browse/trunk/extensions/eclipse/sche
ma/modules.exsd



I'm using 1.1.1 with Eclipse 3.5 on Vista.

Reported by will.horn on 2009-06-23 18:38:43

Interesting... I'm using 3.4.2 and don't see any warning, will try it out on 3.5

Reported by mcculls on 2009-06-23 19:49:32

It's in the Extensions tab of the plugin.xml editor. Screenshot is attached.

Besides the warning, none of the schema-aware UI features are available for choosing

the class, reading the documentation, etc.

Reported by will.horn on 2009-06-23 19:58:26


- _Attachment: [ScreenHunter_01 Jun. 23 12.53.gif](https://storage.googleapis.com/google-code-attachments/peaberry/issue-36/comment-2/ScreenHunter_01 Jun. 23 12.53.gif)_

Reported by mcculls on 2009-06-28 15:41:49

  • Status changed: Accepted
  • Labels added: Milestone-Release1.2
OK I found a mistake in the packaging and fixed it in trunk (r723)

Note that you may still see a NPE when trying to read the schema in Eclipse 3.5 due
to PDE bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=277559 but you should be
able to see the description and use other schema-aware features in the UI.

Reported by mcculls on 2009-07-07 11:44:29

  • Status changed: Fixed