<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Setting up Eclipse</title><link>https://sourceforge.net/p/kalypsobase/wiki/Setting%2520up%2520Eclipse/</link><description>Recent changes to Setting up Eclipse</description><atom:link href="https://sourceforge.net/p/kalypsobase/wiki/Setting%20up%20Eclipse/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 18 Mar 2013 10:37:29 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/kalypsobase/wiki/Setting%20up%20Eclipse/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Setting up Eclipse modified by Holger Albert</title><link>https://sourceforge.net/p/kalypsobase/wiki/Setting%2520up%2520Eclipse/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,7 +1,7 @@
 KalypsoBASE is a java application being developed with . This article describes how to set up eclipse in order to start developing with KalypsoBASE.

 Installation of Java and Eclipse
----
+===

 Download and install the current versions of
 * [Sun's JDK 6](http://java.sun.com)
@@ -12,7 +12,7 @@
 &gt; Remark tip|tip=The installation path of eclipse should not contain any whitespace ' ', else some of the ant-scripts used to compile KalypsoBase will get into trouble.

 Starting Eclipse
----
+===

 We recommend the following command-line options when starting eclipse:

@@ -26,12 +26,12 @@
 :Kalypso is quite big, give eclipse enough memory to handle all this stuff

 Configure Eclipse
----
+===

 In order to be able to compile kalypso, eclipse should be configured as follows:

 workspace_loc (required)
-===
+---

 In order make the ant-scripts compiling parts of kalpyso work, the ant-property
  workspace = ${workspace_loc}
@@ -42,7 +42,7 @@
 ::::Button:&lt;tt&gt;Add Property...&lt;/tt&gt;

 ManualJRE (optional)
-===
+---

 In order to build the DocBook manuals of Kalypso, a 1.4.2 JRE named 'ManualJRE' must be defined under
 :Menu &lt;tt&gt;Window-&gt;Preferences...&lt;/tt&gt;
@@ -50,7 +50,7 @@
 :::Button &lt;tt&gt;Add...&lt;/tt&gt;

 Network connections (optional)
-===
+---

 Do not forget to confugure your network connections via
 :Menu: &lt;tt&gt;Window-&gt;Preferences...&lt;/tt&gt;
@@ -59,7 +59,7 @@

 XML-Files (optional)
-===
+---

 Define kalypso specific file extensions as xml content via
 :Menu: &lt;tt&gt;Window preferences...&lt;/tt&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Holger Albert</dc:creator><pubDate>Mon, 18 Mar 2013 10:37:29 -0000</pubDate><guid>https://sourceforge.net6f6c954bc628d22a65b110728a1353373f158327</guid></item><item><title>WikiPage Setting up Eclipse modified by Holger Albert</title><link>https://sourceforge.net/p/kalypsobase/wiki/Setting%2520up%2520Eclipse/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;KalypsoBASE is a java application being developed with &lt;a href="http://www.eclipse.org Eclipse"&gt;http://www.eclipse.org Eclipse&lt;/a&gt;. This article describes how to set up eclipse in order to start developing with KalypsoBASE.&lt;/p&gt;
&lt;h2 id="installation-of-java-and-eclipse"&gt;Installation of Java and Eclipse&lt;/h2&gt;
&lt;p&gt;Download and install the current versions of&lt;br /&gt;
&lt;em&gt; &lt;a class="" href="http://java.sun.com"&gt;Sun's JDK 6&lt;/a&gt;&lt;br /&gt;
&lt;/em&gt; &lt;a class="" href="http://www.eclipse.org"&gt;Eclipse 3.4 SDK&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;TODO sepcify distribution/package.. maybe we should add our own profile to yoxos?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Remark tip|tip=The installation path of eclipse should not contain any whitespace ' ', else some of the ant-scripts used to compile KalypsoBase will get into trouble.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="starting-eclipse"&gt;Starting Eclipse&lt;/h2&gt;
&lt;p&gt;We recommend the following command-line options when starting eclipse:&lt;/p&gt;
&lt;p&gt;;-vm /bin/javaw.exe (required)&lt;br /&gt;
:kalypso &lt;big&gt;MUST&lt;/big&gt; be started with a Java 6 &lt;big&gt;SDK&lt;/big&gt;, else some of the ant-code generation will not work&lt;/p&gt;
&lt;p&gt;;-data   (optional)&lt;br /&gt;
:use a distinquished workspace directory for your kalypso sources&lt;/p&gt;
&lt;p&gt;; -vmargs -Xmx1024m -Xxxxx TODO add permgen stuff here (optional)&lt;br /&gt;
:Kalypso is quite big, give eclipse enough memory to handle all this stuff&lt;/p&gt;
&lt;h2 id="configure-eclipse"&gt;Configure Eclipse&lt;/h2&gt;
&lt;p&gt;In order to be able to compile kalypso, eclipse should be configured as follows:&lt;/p&gt;
&lt;h1 id="workspace_loc-required"&gt;workspace_loc (required)&lt;/h1&gt;
&lt;p&gt;In order make the ant-scripts compiling parts of kalpyso work, the ant-property&lt;br /&gt;
 workspace = ${workspace_loc}&lt;br /&gt;
must be defined via &lt;br /&gt;
:Menu: &lt;tt&gt;Window-&amp;gt;Preferences...&lt;/tt&gt;&lt;br /&gt;
::Page &lt;tt&gt;Ant/Runtime&lt;/tt&gt;&lt;br /&gt;
:::Tab &lt;tt&gt;Properties&lt;/tt&gt;&lt;br /&gt;
::::Button:&lt;tt&gt;Add Property...&lt;/tt&gt;&lt;/p&gt;
&lt;h1 id="manualjre-optional"&gt;ManualJRE (optional)&lt;/h1&gt;
&lt;p&gt;In order to build the DocBook manuals of Kalypso, a 1.4.2 JRE named 'ManualJRE' must be defined under&lt;br /&gt;
:Menu &lt;tt&gt;Window-&amp;gt;Preferences...&lt;/tt&gt;&lt;br /&gt;
::Page: &lt;tt&gt;Java/Installed JREs&lt;/tt&gt;&lt;br /&gt;
:::Button &lt;tt&gt;Add...&lt;/tt&gt;&lt;/p&gt;
&lt;h1 id="network-connections-optional"&gt;Network connections (optional)&lt;/h1&gt;
&lt;p&gt;Do not forget to confugure your network connections via&lt;br /&gt;
:Menu: &lt;tt&gt;Window-&amp;gt;Preferences...&lt;/tt&gt;&lt;br /&gt;
::Page &lt;tt&gt;General/Network connection&lt;/tt&gt;&lt;br /&gt;
in order to use the help system or install additional eclipse features.&lt;/p&gt;
&lt;h1 id="xml-files-optional"&gt;XML-Files (optional)&lt;/h1&gt;
&lt;p&gt;Define kalypso specific file extensions as xml content via&lt;br /&gt;
:Menu: &lt;tt&gt;Window preferences...&lt;/tt&gt;&lt;br /&gt;
::Page: &lt;tt&gt;Generel/Content types&lt;/tt&gt;&lt;br /&gt;
:::Entry: &lt;tt&gt;XML&lt;/tt&gt;&lt;br /&gt;
Add the following extensions:&lt;br /&gt;
&lt;em&gt; .gml&lt;br /&gt;
&lt;/em&gt; .gft&lt;br /&gt;
&lt;em&gt; .gmt&lt;br /&gt;
&lt;/em&gt; .gtt&lt;br /&gt;
&lt;em&gt; .ott&lt;br /&gt;
&lt;/em&gt; .odt&lt;br /&gt;
&lt;em&gt; .kod&lt;br /&gt;
&lt;/em&gt; .sld&lt;br /&gt;
* others?&lt;/p&gt;
&lt;p&gt;You should do this right now, as changing anything here later will result in a complete rebuild of kalypso.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Holger Albert</dc:creator><pubDate>Mon, 18 Mar 2013 10:36:48 -0000</pubDate><guid>https://sourceforge.net52b6d6c89a4f0cc2b7d4973028b2d21a33d0a0aa</guid></item></channel></rss>