Features
Setup for development
The taskmodel gets build via http://maven.apache.org/download.html?. We suggest to use version 2.1.0+. The steps to build all taskmodel artifacts are:
- Install Maven 2 as described at their web page.
- Checkout the most current source code from https://elateportal.svn.sourceforge.net/svnroot/elateportal/trunk/taskmodel.
- Open a command line and change to the freshly obtained source code directory
- run:
mvn installto build and install all taskmodel artifacts into your local maven repository - run:
mvn eclipse:eclipseto create eclipse projects for every subproject - import these projects as 'Existing projects' into eclipse
If you want to deploy the taskmodel to a local tomcat, use the following call in step 4: mvn install -PdeployTomcat -Dtomcat.path=/path/to/local/tomcat.