Search Mailing List Archives
[protege-discussion] how to see a plugin with a loaded project.
Tania Tudorache
tudorache at stanford.edu
Thu Jun 5 18:14:03 PDT 2008
Julien,
We have documentation on our webpage about debugging plugin problems.
Please take a look at:
http://protege.stanford.edu/doc/dev.html
How did you deploy the plugin? Is it in its own plugin folder? Is the
manifest.mf file right?
Have you implemented the isSuitable method? If yes, it probably returns
true only if the kb is an instance of OWLModel. This means that you can
use the plugin only with OWL models, not with other backends (like
Protege frames). If this is the case, and you want your plugin to work
with all backends, always return true in the isSuitable method of your
tab plugin.
Tania
Julien Wollbrett wrote:
> I would like to create a plugin for protégé. My problem is that I can't
> see the plugin when I load a project. When I go to "Project/configure" I
> can select my plugin only if I create a new RDF/OWL Project. Could you
> help me?
> thanks for your help
>
> Julien Wollbrett
> _______________________________________________
> protege-discussion mailing list
> protege-discussion at lists.stanford.edu
> https://mailman.stanford.edu/mailman/listinfo/protege-discussion
>
> Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
>
>
More information about the protege-discussion
mailing list