<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://protegewiki.stanford.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jimwhite</id>
		<title>Protege Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://protegewiki.stanford.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jimwhite"/>
		<link rel="alternate" type="text/html" href="https://protegewiki.stanford.edu/wiki/Special:Contributions/Jimwhite"/>
		<updated>2026-06-09T13:26:30Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.7</generator>

	<entry>
		<id>https://protegewiki.stanford.edu/index.php?title=ProtegeDevDocsGeneral&amp;diff=6585</id>
		<title>ProtegeDevDocsGeneral</title>
		<link rel="alternate" type="text/html" href="https://protegewiki.stanford.edu/index.php?title=ProtegeDevDocsGeneral&amp;diff=6585"/>
				<updated>2009-11-07T04:13:37Z</updated>
		
		<summary type="html">&lt;p&gt;Jimwhite: /* Building Java 6 on the PowerPC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;orangeBox&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;orangeBoxTitle&amp;quot;&amp;gt;General Protege Developer Documentation &amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Using and Configuring Protege Ant Build  Scripts ==&lt;br /&gt;
&lt;br /&gt;
See [[ConfiguringAntBuildFiles|Protege Ant Scripts]].&lt;br /&gt;
&lt;br /&gt;
== Connect to the Protege Subversion repository from Eclipse ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
Once you have successfully installed Subclipse, launch Eclipse and go to the SVN Repository Exploring perspective.  Click the &amp;quot;Add SVN Repository&amp;quot; button to bring up the &amp;quot;Add SVN Repository&amp;quot; dialog.  In the &amp;quot;Url&amp;quot; text box, type the following URL:&lt;br /&gt;
&lt;br /&gt;
http://smi-protege.stanford.edu/repos/protege/&lt;br /&gt;
&lt;br /&gt;
... and click Finish. Eclipse should look like the following screenshot:&lt;br /&gt;
&lt;br /&gt;
[[Image:svn-repos-perspective.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Protege developer documentation]]&lt;br /&gt;
&lt;br /&gt;
== Building Java 6 on the PowerPC ==&lt;br /&gt;
&lt;br /&gt;
I am working on solving the problem of Apple's missing Java 6.  If I can succeed, the Protege team will consider the policy of not waiting for Apple once a java release reaches its end of life.  The disadvantage of such a policy is that apple users will probably be unhappy about needing to install and run on X11.&lt;br /&gt;
&lt;br /&gt;
This will probably get more detailed when I do it the next time.  I am trying the build from icedtea which I got with the following mercurial command.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    hg clone http://icedtea.classpath.org/hg/icedtea6&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I needed to get/install&lt;br /&gt;
* mercurial&lt;br /&gt;
* md5sum&lt;br /&gt;
* gawk&lt;br /&gt;
* eclipse-ecj.jar ([http://archive.eclipse.org/eclipse/downloads/drops/R-3.3.1.1-200710231652/index.php eclipse.org])&lt;br /&gt;
* xalan.jar ([http://xml.apache.org/xalan-j/downloads.html xml.apache.org])&lt;br /&gt;
* giflib-devel ([http://sourceforge.net/projects/giflib/ sourceforge.net])&lt;br /&gt;
Thus far my configure  line looks like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./configure --enable-zero=yes  \&lt;br /&gt;
            --with-project=bsd --with-gcj-home=/usr/local/lib/gcj-4.2.2 \&lt;br /&gt;
            --with-ecj-jar=${jars}/eclipse-ecj.jar \&lt;br /&gt;
            --with-xalan2-jar=${jars}/xalan.jar  \&lt;br /&gt;
            --with-xalan2-serializer-jar=${jars}/serializer.jar \&lt;br /&gt;
            --with-xerces2-jar=${jars}/xercesImpl.jar \&lt;br /&gt;
            --with-rhino=${jars}/js.jar&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
My current error is &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./configure: line : syntax error near unexpected token `XPROTO,'&lt;br /&gt;
./configure: line 11028: `PKG_CHECK_MODULES(XPROTO, xproto,XPROTO_FOUND=yes,XPROTO_FOUND=no)'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this [http://lists.freebsd.org/pipermail/freebsd-questions/2008-April/172377.html] I found that pkg.m4 needs to be in autoconf's library path.  I'm using fink and found that pkg.m4 was already in /sw/share/aclocal.  I stuck a command line parameter (-B) into autogen.sh, but next time I'd just symlink /usr/local/share/aclocal.&lt;/div&gt;</summary>
		<author><name>Jimwhite</name></author>	</entry>

	</feed>