Modified:
/wiki/SetupOlatInEclipse.wiki
=======================================
--- /wiki/SetupOlatInEclipse.wiki Thu Mar 11 03:11:53 2010
+++ /wiki/SetupOlatInEclipse.wiki Thu Mar 11 03:29:10 2010
@@ -22,7 +22,12 @@
You add the missing variables by `Window` -> `Prefereces` -> Filter for
`classpath` -> activate `Java-Build Path-Classpath Variables` -> `new` ->
add the variables. And to change the used JRE by `Window` -> `Preferences`
-> Filter for `installed` -> activate `Java-Installed JREs` -> `Add` your
*JDK*
-After the rebuild you should have no more errors.
+If the prerequisites are all ok, use maven to download the dependencies
and build olat
+
+||`mvn eclipse:eclipse` ||creates the .classpath and .project file for
eclipse ||
+||`mvn install` || deploys the jar file to the olat project ||
+
+After you run the two command successfully go back to eclipse and refresh
both projects. Eclipe will start to rebuild the workspace and after a while
you should see no more errors.
[http://www.patrickbrunner.ch/gsoc/set_jdk_m2_tomcathome_demo/set_jdk_m2_tomcathome_demo.htm
screencast]