Search Mailing List Archives
[protege-discussion] Protégé doesn't see my plug-in !
C. Paul Morrey
cpm3 at njit.edu
Wed Jan 10 12:03:41 PST 2007
I had the same problem. To get past it I created a text file with ALL of
the text that should be in the manifest file (mine is named nat.mf). Then
after I have created the JAR file I update the JAR file, replacing the
manifest that was created with my nat.mf file.
See the documentation for the jar utility. Here are my commands:
jar -cf .\NAT.jar .\edu
jar -uvmf ..\nat.mf .\NAT.jar
--Paul
On 1/10/07, julien lejeune <lejeune.j at gmail.com> wrote:
>
> I am trying to integrate my plugin in Protege but I don't succeed.
> I am following instructions at
> http://protege.stanford.edu/doc/dev.html#plugins and
> http://protege.stanford.edu/doc/faq.html#06.04 but I always a problem.
>
> The file myplugin.JAR was post under <protege_directory>/plugins/myPlugin
> and I checked that the JAR file is well formed and I checked with Winzip
> utilities that the file manifest.mf is in the JAR. (it is in the JAR
> file
> but there is only one line : "Manifest-Version: 1.0", I am trying to add
> "Name: myPackage.myClass" and "Tab-Widget: True" but no more success)
>
> I hope that anyone can help me !
>
> JLJ
> _______________________________________________
> 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