Project

General

Profile

Download (669 Bytes) Statistics
| Branch: | Tag: | Revision:
1
The project uses Maven2
2

    
3
 1) 
4
   * install maven 2.0x commandline tools locally (http://maven.apache.org/download.html)
5
   * make sure Java JDK >= 1.5 is installed (JRE is not enough)
6
   * Set in Eclipse preferences (not project) M2_REPO java class variable, pointing to your local repository. 
7
      - In OSX for example    /Users/USERNAME/.m2/repository 
8
      - In WinXP for example  C:\Documents and Settings\USERNAME\.m2\repository
9
 
10
 2) checkout cdmlib and create eclipse artifacts:
11
 	$ svn co dev.e-taxonomy.eu/svn/trunk/cdmlib/
12
	$ cd cdmlib
13
	$ mvn eclipse:eclipse
14
 
15
 3) setup new eclipse workspace
16
 
17
 4) open/import relevant cdmlib eclipse projects into eclipse
(3-3/5)