Difference between revisions of "Protege 5 Development Environment"

From Protege Wiki
Jump to: navigation, search
(Created page with '= Setting Up the Protege 4 Server Development Environment = == Install From Svn and Server Startup == First checkout the development tree <pre> svn checkout http://smi-pro…')
 
(Setting Up the Protege 4 Server Development Environment)
Line 7: Line 7:
 
     svn checkout http://smi-protege.stanford.edu/repos/protege/protege4/misc/society/protege.server
 
     svn checkout http://smi-protege.stanford.edu/repos/protege/protege4/misc/society/protege.server
 
</pre>
 
</pre>
If you are using eclipse this will become your eclipse project later. In the org.protege.server.junit directory copy the junit.properties.template file
+
 
 +
Some of the following directions will seem a little strange because at the moment the server is started by starting the junits.  This will be fixed presently.
 +
If you are using eclipse this will become your eclipse project later. In the org.protege.owl.server.junit directory copy the junit.properties.template file to junit.properties and adjust the database connection properties as needed.
  
 
== Setting up Eclipse ==
 
== Setting up Eclipse ==

Revision as of 09:18, June 22, 2010

Setting Up the Protege 4 Server Development Environment

Install From Svn and Server Startup

First checkout the development tree

     svn checkout http://smi-protege.stanford.edu/repos/protege/protege4/misc/society/protege.server

Some of the following directions will seem a little strange because at the moment the server is started by starting the junits. This will be fixed presently. If you are using eclipse this will become your eclipse project later. In the org.protege.owl.server.junit directory copy the junit.properties.template file to junit.properties and adjust the database connection properties as needed.

Setting up Eclipse