Documentation
Since WADI uses Maven 2 its simple to get started.
- Get the code.
- from the command line cd to the wadi directory and use 'cvs up -Pd' (this will cause a lot of old empty directories to be deleted)
- run mvn install
- run mvn eclipse:eclipse
- fire up Eclipse
-
prepare the classpath
- Choose Window -> Preferences -> Java -> Build Path -> Classpath Variables
- Hit the New... button
- Specify M2_REPO as the name
- Specify ~/.m2/repository (or where ever your maven 2 repo lives) as the Path
-
add the modules as projects
- Use right click -> Import... ->Existing Project into Workspace
- Hit the Next button
- Choose the location of the module (i.e. $WADI/modules/core) the modules are eclipse projects, the root is not a project.
- Hit the Finish button
- if Eclipse does not recognize that this project is shared then choose Project->Share... from the Package Explorer context menu