Difference between revisions of "CompileProtege4InEclipse"

From Protege Wiki
Jump to: navigation, search
(incremental save of new content)
(incremental save of new content)
Line 12: Line 12:
 
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.
 
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...
+
Right-click on the <code>org.protege.common</code> folder and choose Checkout... In the resulting "Checkout from SVN" dialog, leave all of the default settings (as shown below) and click Finish.<br /><br />
 +
 
 +
[[Image:Checkout-dialog.jpg]]
  
 
== Create the <code>org.protege.editor.core.application</code> project ==
 
== Create the <code>org.protege.editor.core.application</code> project ==
 
== Create the <code>org.semanticweb.owl.owlapi</code> project ==
 
== Create the <code>org.semanticweb.owl.owlapi</code> project ==
 
== Create the <code>org.protege.editor.owl</code> project ==
 
== Create the <code>org.protege.editor.owl</code> project ==

Revision as of 10:49, October 17, 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... In the resulting "Checkout from SVN" dialog, leave all of the default settings (as shown below) and click Finish.

Checkout-dialog.jpg

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

Create the org.semanticweb.owl.owlapi project

Create the org.protege.editor.owl project