<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to InstallingKeplerWeka-2.0</title><link>https://sourceforge.net/p/keplerweka/wiki/InstallingKeplerWeka-2.0/</link><description>Recent changes to InstallingKeplerWeka-2.0</description><atom:link href="https://sourceforge.net/p/keplerweka/wiki/InstallingKeplerWeka-2.0/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 20 May 2014 20:58:14 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/keplerweka/wiki/InstallingKeplerWeka-2.0/feed" rel="self" type="application/rss+xml"/><item><title>InstallingKeplerWeka-2.0 modified by Peter Reutemann</title><link>https://sourceforge.net/p/keplerweka/wiki/InstallingKeplerWeka-2.0/</link><description>&lt;div class="markdown_content"&gt;&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#installing-keplerweka-kepler-20"&gt;Installing KeplerWeka (Kepler 2.0)&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#installation-using-keplerweka-release"&gt;Installation using [KeplerWeka] release&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#installation-from-source-code"&gt;Installation from source code&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#keplerweka-suite"&gt;[KeplerWeka] Suite&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#ontologies"&gt;Ontologies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#icons"&gt;Icons&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#weka"&gt;WEKA&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#see-also"&gt;See also&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h1 id="installing-keplerweka-kepler-20"&gt;Installing KeplerWeka (Kepler 2.0)&lt;/h1&gt;
&lt;p&gt;You can install &lt;span&gt;[KeplerWeka]&lt;/span&gt; either using a binary release or from source code. The following sections cover both approaches. &lt;/p&gt;
&lt;h2 id="installation-using-keplerweka-release"&gt;Installation using &lt;span&gt;[KeplerWeka]&lt;/span&gt; release&lt;/h2&gt;
&lt;p&gt;Previously installed versions of &lt;span&gt;[KeplerWeka]&lt;/span&gt; should be removed first, of course. Deleting the "keplerweka" sub-directory in the Kepler installation directory should be sufficient for that. &lt;/p&gt;
&lt;p&gt;In order to install &lt;span&gt;[KeplerWeka]&lt;/span&gt;, simply decompress the ZIP archive into your Kepler installation directory (using &lt;a class="" href="http://7-zip.org" rel="nofollow"&gt;7-zip&lt;/a&gt; or the command-line). NB this will overwrite any currently active suite. &lt;/p&gt;
&lt;p&gt;There are archives available for: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://sourceforge.net/projects/keplerweka/files/KeplerWeka/2010-10-08/keplerweka-release-2.0-20101008.zip/download"&gt;Kepler 2.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://sourceforge.net/projects/keplerweka/files/KeplerWeka/2010-10-08/keplerweka-release-trunk-20101008.zip/download"&gt;Kepler trunk&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="installation-from-source-code"&gt;Installation from source code&lt;/h2&gt;
&lt;p&gt;The following sections cover the various steps that you need to perform in order to get &lt;span&gt;[KeplerWeka]&lt;/span&gt; installed using source code obtain from a source archive or from subversion directly. &lt;/p&gt;
&lt;h3 id="keplerweka-suite"&gt;&lt;span&gt;[KeplerWeka]&lt;/span&gt; Suite&lt;/h3&gt;
&lt;p&gt;If you are using a source archive (you can download the archive &lt;a class="" href="http://sourceforge.net/projects/keplerweka/files/KeplerWeka/2010-10-08/keplerweka-src-20101008.zip/download"&gt;here&lt;/a&gt;), simply decompress it into your Kepler source tree directory. &lt;/p&gt;
&lt;p&gt;Otherwise, if you are obtaining the source code directly from subversion, run the following command in your Kepler source tree: &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;svn co https://keplerweka.svn.sourceforge.net/svnroot/keplerweka/trunk keplerweka&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The suite is built using the provided ant build file (tested only under Linux). Issue the following command from within the "keplerweka" module directory: &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;ant&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id="ontologies"&gt;Ontologies&lt;/h3&gt;
&lt;p&gt;&lt;span&gt;[KeplerWeka]&lt;/span&gt; extends the Kepler ontologies a bit, making it easier to find the actors. Minor changes to a Kepler configuration file are necessary. &lt;/p&gt;
&lt;p&gt;Copy the following files: &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;keplerweka/resources/configurations/ontologies/KeplerWeka-project.owl&lt;/code&gt; &lt;code&gt;keplerweka/resources/configurations/ontologies/KeplerWekaActorOntology.owl&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Into the following directory: &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;common/configs/ptolemy/configs/kepler/ontologies&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Edit the following file: &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;common/configs/ptolemy/configs/kepler/ontologies/ontology_catalog.xml&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And add the content of the following file to it (inside the &amp;lt;ontologies&amp;gt;...&amp;lt;/ontologies&amp;gt; tags): &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;keplerweka/resources/configurations/ontologies/ontology_catalog.xml.addon&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id="icons"&gt;Icons&lt;/h3&gt;
&lt;p&gt;In order to display &lt;span&gt;[KeplerWeka]&lt;/span&gt;'s custom icons, you need to updated some Kepler configuration files, unfortunately. &lt;span&gt;[KeplerWeka]&lt;/span&gt; is fully functional without the icons, but the actors will be easier to distinguish with their proper icons installed. &lt;/p&gt;
&lt;p&gt;Add the content of: &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;keplerweka/resources/configurations/uiSVGIconMappingsByClass.xml.addon&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;to the following Kepler configuration file (inside the &amp;lt;config&amp;gt;...&amp;lt;/config&amp;gt; tags): &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;gui/resources/configurations/uiSVGIconMappingsByClass.xml&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="weka"&gt;WEKA&lt;/h2&gt;
&lt;p&gt;The version of WEKA included in this release is a patched 3.7.2 developer version. This release includes the new &lt;a class="" href="http://weka.wikispaces.com/How+do+I+use+the+package+manager%3F" rel="nofollow"&gt;package manager&lt;/a&gt;, which makes it easier to add new functionality to WEKA. The package manager works nicely together with Kepler, i.e., whenever you install a package from within WEKA, you will be able to use it within &lt;span&gt;[KeplerWeka]&lt;/span&gt;. &lt;/p&gt;
&lt;h2 id="see-also"&gt;See also&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="../UsingKeplerWeka"&gt;Using KeplerWeka&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="../HackingKeplerWeka"&gt;Hacking KeplerWeka&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Reutemann</dc:creator><pubDate>Tue, 20 May 2014 20:58:14 -0000</pubDate><guid>https://sourceforge.net3c13c34fe00b26359594984923b8e8c2ce960822</guid></item></channel></rss>