Author: buildbot
Date: Fri Nov 23 17:29:14 2012
New Revision: 839342
Log:
Staging update by buildbot for ode
Modified:
websites/staging/ode/trunk/content/ (props changed)
websites/staging/ode/trunk/content/eclipse-ide.html
Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov 23 17:29:14 2012
@@ -1 +1 @@
-1412987
+1412992
Modified: websites/staging/ode/trunk/content/eclipse-ide.html
==============================================================================
--- websites/staging/ode/trunk/content/eclipse-ide.html (original)
+++ websites/staging/ode/trunk/content/eclipse-ide.html Fri Nov 23 17:29:14 2012
@@ -85,35 +85,35 @@
<h2 id="developing-ode-with-the-eclipse-ide">Developing Ode with the Eclipse
IDE</h2>
<p>First, be sure to read <a href="building-ode.html">Building ODE</a> to
learn how to install Ruby, Rake and Buildr.</p>
<p><a name="EclipseIDE-1.BuildOde"></a></p>
-<h3 id="1-build-ode">1. Build Ode</h3>
+<h3 id="1-build-ode">1. Build ODE</h3>
<p>At the root of the checkout, run</p>
-<div class="codehilite"><pre><span class="n">buildr</span> <span
class="nb">package</span>
+<div class="codehilite"><pre>buildr package
</pre></div>
<p><a name="EclipseIDE-2.GeneratetheEclipseprojectfiles"></a></p>
<h3 id="2-generate-the-eclipse-project-files">2. Generate the Eclipse project
files</h3>
<p>Still in the root,</p>
-<div class="codehilite"><pre><span class="n">buildr</span> <span
class="n">eclipse</span>
+<div class="codehilite"><pre>buildr eclipse
</pre></div>
<p><a name="EclipseIDE-3.ImportprojectsfilesintoEclipse"></a></p>
<h3 id="3-import-projects-files-into-eclipse">3. Import projects files into
Eclipse</h3>
<p>In Eclipse,</p>
-<div class="codehilite"><pre><span class="n">File</span> <span
class="o">-></span> <span class="n">Import</span> <span
class="o">-></span> <span class="n">Existing</span> <span
class="n">Projects</span> <span class="n">into</span> <span
class="n">Workspace</span>
+<div class="codehilite"><pre>File -> Import -> Existing Projects into
Workspace
</pre></div>
-<p>then select the root directory of your Ode checkout (e.g. ode/trunk)</p>
-<p>It's generally recommended to have a dedicated Eclipse workspace for Ode,
since there's a fair amount of code and projects.</p>
+<p>then select the root directory of your ODE checkout (e.g. ode/trunk)</p>
+<p>It's generally recommended to have a dedicated Eclipse workspace for ODE,
since there's a fair amount of code and projects.</p>
<p><a name="EclipseIDE-RandomNotes"></a></p>
<h3 id="random-notes">Random Notes</h3>
<ul>
<li>You must use JDK 5.0 compiler</li>
<li>You may need to exclude .svn directories to avoid duplicate resource
copying.</li>
<li>You must define the M2_REPO classpath variable to point to your local
Maven2 repository (Window -> Preference -> Java -> Build Path ->
Classpath Variables)</li>
-<li>Be ware that there are quite a few things in the Buildr-based build that
are not done by the Eclipse build system. You will occasionally need to run
"rake" build in order to regenerate XMLBeans schemas, OpenJPA mapping files,
JACOB channel interfaces, etc...</li>
+<li>Be ware that there are quite a few things in the Buildr-based build that
are not done by the Eclipse build system. You will occasionally need to run
"buildr" build in order to regenerate XMLBeans schemas, OpenJPA mapping files,
JACOB channel interfaces, etc...</li>
</ul>
</div>
</div>