CompileProtege4InEclipse

From Protege Wiki
Revision as of 15:34, October 18, 2007 by JenniferVendetti (talk | contribs)

Jump to: navigation, search

Compile and Run Protege 4.0 Alpha from Eclipse

To follow is some documentation for compiling and running Protege 4.0 alpha from the Eclipse development environment. This documentation takes the approach of creating a separate Eclipse project for each OSGi bundle in the Protege 4 source tree.

Please note that:

  • These instructions are only valid for the 4.0 alpha version of Protege. If you want to compile and run the 3.x versions of Protege, we have separate instructions available elsewhere.
  • This is only one of several possible ways of compiling and running Protege 4 from Eclipse. This particular page is not meant to be exhaustive.

Create the org.protege.common project

Go to the SVN Repository Exploring perspective and navigate to protege4/protege-standalone/trunk/plugins/org.protege.common. This step assumes that you have Subversion support installed for the Eclipse IDE and that you have already connected to the Protege Subversion repository. If you have not done this, we have instructions for doing so on our Wiki.

Right-click on the org.protege.common folder and choose Checkout... In the resulting "Checkout from SVN" dialog, leave all of the default settings (as shown below) and click Finish.

Checkout-dialog.jpg

In the "New Project" dialog, choose Plug-in Project and click Next >.

New-project-dialog.jpg

In the "New Plug-in Project" dialog, type org.protege.common in the Project name text box. Leave the default settings in the Project Settings and Target Platform sections. For this documentation, we will also use the default location for the project. Click the Next > button.

New-plugin-project-dialog.jpg

For the Plug-in Content section, uncheck both of the checkboxes in the Plug-in Options section and leave all other default settings.

Plugin-content-dialog2.jpg

If you are curious about what any of these settings mean, you can click the question mark (help) icon in the lower-left corner of the New Project Plug-in dialog and browse the Eclipse documentation.

Click the Finish button. At this point, Eclipse will ask you if you want to use the Plug-in Development perspective for your project:

Associated-perspective-dialog.jpg

Check the "Remember my decision" checkbox and click the Yes button. Then, click OK if you see a "Confirm Overwrite" dialog. Eclipse will now begin checking out the source code for the org.protege.common bundle.


Create the org.protege.editor.core.application project

Create the org.semanticweb.owl.owlapi project

Create the org.protege.editor.owl project