Difference between revisions of "ProtegeDevDocsGeneral"

From Protege Wiki
Jump to: navigation, search
(incremental save of new content)
 
(Testing firewalls and web proxies)
 
(33 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
__TOC__
 
__TOC__
  
== Connect to the Protege Subversion respository from Eclipse ==
+
 
 +
== Using and Configuring Protege Ant Build  Scripts ==
 +
 
 +
See [[ConfiguringAntBuildFiles|Protege Ant Scripts]].
 +
 
 +
== Connect to the Protege Subversion repository from Eclipse ==
 
If you want to view and/or checkout Protege source code from the Eclipse IDE, the first step is to install the [http://subclipse.tigris.org/ Subclipse] plug-in.  Subclipse provides support for Subversion from within Eclipse.  [http://subclipse.tigris.org/install.html Installation instructions] are available on the Subclipse website.
 
If you want to view and/or checkout Protege source code from the Eclipse IDE, the first step is to install the [http://subclipse.tigris.org/ Subclipse] plug-in.  Subclipse provides support for Subversion from within Eclipse.  [http://subclipse.tigris.org/install.html Installation instructions] are available on the Subclipse website.
  
Line 14: Line 19:
  
 
[[Image:svn-repos-perspective.jpg]]
 
[[Image:svn-repos-perspective.jpg]]
 +
 +
[[Category:Protege developer documentation]]
 +
 +
== Where is Java 6? ==
 +
 +
I am working on solving the problem of [[Apple's missing Java 6]].

Latest revision as of 12:58, July 12, 2013

General Protege Developer Documentation




Using and Configuring Protege Ant Build Scripts

See Protege Ant Scripts.

Connect to the Protege Subversion repository from Eclipse

If you want to view and/or checkout Protege source code from the Eclipse IDE, the first step is to install the Subclipse plug-in. Subclipse provides support for Subversion from within Eclipse. Installation instructions are available on the Subclipse website.

Once you have successfully installed Subclipse, launch Eclipse and go to the SVN Repository Exploring perspective. Click the "Add SVN Repository" button to bring up the "Add SVN Repository" dialog. In the "Url" text box, type the following URL:

http://smi-protege.stanford.edu/repos/protege/

... and click Finish. Eclipse should look like the following screenshot:

Svn-repos-perspective.jpg

Where is Java 6?

I am working on solving the problem of Apple's missing Java 6.