Difference between revisions of "CompileProtege4InEclipse"

From Protege Wiki
Jump to: navigation, search
(New page: <div class="orangeBox"> <span class="orangeBoxTitle">Compile and Run Protege 4.0 Alpha from Eclipse</span><br /> </div><br /> To follow is some documentation on how one would go about com...)
 
(incremental save of new content)
Line 8: Line 8:
  
 
__TOC__
 
__TOC__
 +
 +
== Create the <code>org.protege.common</code> project ==
 +
Go to the SVN Repository Exploring perspective and navigate to <code>protege4/protege-standalone/trunk/plugins/org.protege.common</code>.  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 [[ProtegeDevDocsGeneral#Connect_to_the_Protege_Subversion_respository_from_Eclipse|instructions for doing so]] on our Wiki.
 +
 +
Right-click on the <code>org.protege.common</code> folder and choose Checkout...
 +
 +
== Create the <code>org.protege.editor.core.application</code> project ==
 +
== Create the <code>org.semanticweb.owl.owlapi</code> project ==
 +
== Create the <code>org.protege.editor.owl</code> project ==

Revision as of 16:52, October 16, 2007

Compile and Run Protege 4.0 Alpha from Eclipse


To follow is some documentation on how one would go about compiling and running Protege 4.0 alpha from the Eclipse development environment. This documentation also 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 are trying to compile and run the 3.x versions of Protege, we have separate instructions available elsewhere.

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...

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

Create the org.semanticweb.owl.owlapi project

Create the org.protege.editor.owl project