Author: vanto
Date: Fri Nov 23 17:29:06 2012
New Revision: 1412992
URL: http://svn.apache.org/viewvc?rev=1412992&view=rev
Log:
markup fix.
Modified:
ode/site/trunk/content/eclipse-ide.mdtext
Modified: ode/site/trunk/content/eclipse-ide.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/eclipse-ide.mdtext?rev=1412992&r1=1412991&r2=1412992&view=diff
==============================================================================
--- ode/site/trunk/content/eclipse-ide.mdtext (original)
+++ ode/site/trunk/content/eclipse-ide.mdtext Fri Nov 23 17:29:06 2012
@@ -1,4 +1,5 @@
Title: Eclipse IDE
+
<a name="EclipseIDE-DevelopingOdewiththeEclipseIDE"></a>
## Developing Ode with the Eclipse IDE
@@ -6,10 +7,11 @@ First, be sure to read [Building ODE](bu
<a name="EclipseIDE-1.BuildOde"></a>
-### 1. Build Ode
+### 1. Build ODE
At the root of the checkout, run
+ :::text
buildr package
@@ -18,6 +20,7 @@ At the root of the checkout, run
Still in the root,
+ :::text
buildr eclipse
@@ -26,11 +29,12 @@ Still in the root,
In Eclipse,
+ :::text
File -> Import -> Existing Projects into Workspace
-then select the root directory of your Ode checkout (e.g. ode/trunk)
+then select the root directory of your ODE checkout (e.g. ode/trunk)
-It's generally recommended to have a dedicated Eclipse workspace for Ode,
since there's a fair amount of code and projects.
+It's generally recommended to have a dedicated Eclipse workspace for ODE,
since there's a fair amount of code and projects.
<a name="EclipseIDE-RandomNotes"></a>
### Random Notes
@@ -38,4 +42,4 @@ It's generally recommended to have a ded
* You must use JDK 5.0 compiler
* You may need to exclude .svn directories to avoid duplicate resource copying.
* You must define the M2_REPO classpath variable to point to your local Maven2
repository (Window -> Preference -> Java -> Build Path -> Classpath Variables)
-* 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...
+* 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...
\ No newline at end of file