Project

General

Profile

Download (1.03 KB) Statistics
| Branch: | Tag: | Revision:
1
EDIT
2
CDMLIB - PROJECT
3

    
4
INSTALL WORKSPACE
5
=====================================
6
0) * install maven 2.0.x commandline tools locally (http://maven.apache.org/download.html)
7
   * make sure Java JDK is installed (JRE is not enough)
8

    
9
1) Checkout (from outside eclipse) http://dev.e-taxononomy.eu/svn/trunk/cdmLib into a new folder (newFolder).
10
2) Open newFolder as a new workspace in eclipse (switch to the new workspace by File - Switch Workspace - Other ...)
11
3) Set in Eclipse preferences (not project properties) java - buildPath - Classpath Variables M2_REPO , pointing to your local repository. 
12
      - In OSX for example    /Users/USERNAME/.m2/repository 
13
      - In WinXP for example  C:\Documents and Settings\USERNAME\.m2\repository
14
3 Alternative) use mvn -Declipse.workspace=<path-to-eclipse-workspace> eclipse:add-maven-repo 
15
4) make each subfolder an eclipse project (new - project - from existing source ...
16
5) run "mvn eclipse:eclipse" in the parent folder (cdmlib) from command line (e.g. $/eclipse/cdmlib>mvn eclipse:eclipse)
17

    
18

    
(3-3/6)