(no commit message)
[cdmlib.git] / INSTALL.TXT
index 0fe3a6234f9059333242dad0b6f56d1d75e74921..f2e67c3e045682a59ba57665aae2e9689b2c72a2 100644 (file)
@@ -1,3 +1,18 @@
-The project uses Maven2 and AspectJ.
-
-Please see http://dev.e-taxonomy.eu/trac/wiki/CdmLibrary for details on installation and usage
+EDIT\r
+CDMLIB - PROJECT\r
+\r
+INSTALL WORKSPACE\r
+=====================================\r
+0) * install maven 2.0.x commandline tools locally (http://maven.apache.org/download.html)\r
+   * make sure Java JDK is installed (JRE is not enough)\r
+\r
+1) Checkout (from outside eclipse) http://dev.e-taxononomy.eu/svn/trunk/cdmLib into a new folder (newFolder).\r
+2) Open newFolder as a new workspace in eclipse (switch to the new workspace by File - Switch Workspace - Other ...)\r
+3) Set in Eclipse preferences (not project properties) java - buildPath - Classpath Variables M2_REPO , pointing to your local repository. \r
+      - In OSX for example    /Users/USERNAME/.m2/repository \r
+      - In WinXP for example  C:\Documents and Settings\USERNAME\.m2\repository\r
+3 Alternative) use mvn -Declipse.workspace=<path-to-eclipse-workspace> eclipse:add-maven-repo \r
+4) make each subfolder an eclipse project (new - project - from existing source ...\r
+5) run "mvn eclipse:eclipse" in the parent folder (cdmlib) from command line (e.g. $/eclipse/cdmlib>mvn eclipse:eclipse)\r
+\r
+\r