[Yanel-commits] rev 57594 - public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/development

michi at wyona.com michi at wyona.com
Thu Mar 31 11:52:21 CEST 2011


Author: michi
Date: 2011-03-31 11:52:21 +0200 (Thu, 31 Mar 2011)
New Revision: 57594

Modified:
   public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/development/build_setup_eclipse_ide.html
Log:
yanel import instructions improved

Modified: public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/development/build_setup_eclipse_ide.html
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/development/build_setup_eclipse_ide.html	2011-03-31 09:40:57 UTC (rev 57593)
+++ public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/development/build_setup_eclipse_ide.html	2011-03-31 09:52:21 UTC (rev 57594)
@@ -6,8 +6,33 @@
 <body>
 <div class="instructions">
 <h1>Setting up Yanel in the Eclipse IDE</h1>
-<p>This document will get you started using Eclipse to develop/debug your Yanel project. To keep things simple and reliable, building and SVN access will be done outside of Eclipse. Also, it is assumed that you are using a unix-like shell for command line processing, if you are using the windows command line, replace the references to the shell scripts below with their aequivalent dos batch files (e.g. replace "build.sh" with "build.bat") and "/" with "\".</p>
-<p>Depending on what you will be working on, you might need to import several projects into Eclipse. In this context, there are 3 types of projects: realms, resources, and Yanel itself. Please note that importing Yanel into Eclipse as a project will <strong>not</strong> automatically import Yanel's resource types, they have to be imported separately, and one by one, as described below.</p>
+<p>This document will get you started using Eclipse to develop/debug your Yanel project. To keep things simple and reliable it is recommend to <a href="../../../download/source-repository.html">checkout Yanel from SVN</a> and <a href="../../../en/getting-started/unix.html">build Yanel</a> initially outside of Eclipse.</p>
+
+<!--
+<p>Also, it is assumed that you are using a unix-like shell for command line processing, if you are using the windows command line, replace the references to the shell scripts below with their equivalent dos batch files (e.g. replace "build.sh" with "build.bat") and "/" with "\".</p>
+-->
+
+<p>Depending on what you will be working on, you might need to import several projects into Eclipse. Basically there are 3 types of projects: Yanel itself, realms/websites and resources/controllers. Please note that importing Yanel into Eclipse as a project will <strong>not</strong> automatically import Yanel's resource types, they have to be imported separately, and one by one, as described below.</p>
+
+
+
+<h2>Importing Yanel<br /></h2>
+<ol>
+<li><a href="../../../en/getting-started/unix.html">Checkout and build Yanel</a>, if you have not yet done so.</li>
+<li>Build an Eclipse project using the specific target "eclipse":<br />
+<pre>cd {path/to/yanel/root}<br />./build.sh eclipse</pre>
+</li>
+<li>In Eclipse, select <em>File -> Import</em>, to open the Import dialog.</li>
+<li>Select <em>General -> Existing Projects into Workspace</em>, then click on <em>Next</em>.</li>
+<li>Check <em>"Select root directory"</em>, click on <em>Browse</em>, and select the Yanel root directory (i.e. where build.sh is located)</li>
+<li>Make sure the Yanel project is selected (should be the only one), <em>"Copy projects into workspace"</em> is <strong>not</strong> selected, and click on <em>Finish</em>.</li>
+</ol> 
+<ul>
+</ul>
+<p>The project "yanel" should now be visible in the Package Explorer view in Eclipse's Java perspective.</p>
+
+
+
 <h2>Importing a realm</h2>
 <p>If you want to work on a realm that has a separate directory from the Yanel source, follow these steps to  import it as a project into Eclipse:</p>
 <ol> <a name="point1"> </a>
@@ -39,20 +64,9 @@
 <li>Select the resources that you want to import as projects, make sure <em>"Copy  projects into workspace"</em> is <strong>not</strong> selected, and  click on <em>Finish</em>.</li>
 </ol>
 <p>The resources should now be visible as projects in the Package Explorer view in Eclipse's Java perspective.</p>
-<h2>Importing Yanel<br /></h2>
-<ol>
-<li> Check out and build Yanel as <a href="http://yanel.org/download/source-repository.html">usual</a>, if you have not yet done so.</li>
-<li>Build an Eclipse project using the specific target "eclipse":<br />
-<pre>cd {path/to/yanel/root}<br />./build.sh eclipse</pre>
-</li>
-<li>In Eclipse, select <em>File -> Import</em>, to open the Import dialog.</li>
-<li>Select <em>General -> Existing Projects into Workspace</em>, then click on <em>Next</em>.</li>
-<li>Check <em>"Select root directory"</em>, click on <em>Browse</em>, and select the Yanel root directory (i.e. where build.sh is located)</li>
-<li>Make sure the Yanel project is selected (should be the only one), <em>"Copy projects into workspace"</em> is <strong>not</strong> selected, and click on <em>Finish</em>.</li>
-</ol> 
-<ul>
-</ul>
-<p>The project "yanel" should now be visible in the Package Explorer view in Eclipse's Java perspective.</p>
+
+
+
 <h2>Debugging<br /></h2>
 <ul>
 </ul>
@@ -67,4 +81,4 @@
 <p>TODO: Document how to create a debug configuration andhow to debug across multiple resource-types, which may still be tricky.</p>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>



More information about the Yanel-commits mailing list