Project

General

Profile

Download (1.06 KB) Statistics
| Branch: | Tag: | Revision:
1

    
2
=========================================
3
!!! THIS IS AN OLD VERSION. DON'T USE.
4
    USE cdmlib-xxx INSTEAD
5
=========================================
6

    
7

    
8
The project uses Maven2
9

    
10
 1) 
11
   * install maven 2.0x commandline tools locally (http://maven.apache.org/download.html)
12
   * make sure Java JDK is installed (JRE is not enough)
13
   * Set in Eclipse preferences (not project) M2_REPO java class variable, pointing to your local repository. 
14
      - In OSX for example    /Users/USERNAME/.m2/repository 
15
      - In WinXP for example  C:\Documents and Settings\USERNAME\.m2\repository
16
 
17
 2) checkout cdmParent as java project
18
 	* in cdmParent projekt root folder (together with pom.xml):
19
	   $ mvn compile
20
	   $ mvn eclipse:eclipse
21
 
22
 3) in cdmlib projekt root folder (together with pom.xml):
23
     $ mvn compile
24
     $ mvn eclipse:eclipse
25
 
26
 4) refresh eclipse project
27
 
28
 5) Install AspectJ Development Tools (AJDT) - Plugin
29
    (Update-Site:http://download.eclipse.org/tools/ajdt/33/update)
30
    
31
 6) Convert the cdmlib-model to AspectJ (right mouse click on project -> AspectJ Tools -> ...) 
(1-1/3)