Building Daisy
Posted by Kelvin on 25 Nov 2004 at 06:47 pm | Tagged as: life
These are some changes I had to make in order to compile daisy from source. It's really not as simple as running maven
from the root directory..
- Run
maven
from /lib to install jars to maven's local repo. - Downloaded http://mirrors.combose.com/apache/avalon/avalon-meta/jars/avalon-meta-plugin-1.4.0.jar to MAVEN_HOME/plugins
- Downloaded http://mirrors.combose.com/apache/avalon/merlin/jars/merlin-plugin-3.3.0.jar to MAVEN_HOME/plugins
- Installed the Maven Torque plugin using
maven plugin:download -DartifactId=maven-torque-plugin -DgroupId=torque -Dversion=3.1.1
- Renamed services/htmlcle
a
ner/project.xml to project.xmld to remove it from build because javac compilation was failing. - Emptied my USER_HOME/.maven/cache several times – a good strategy whenever things start going wrong with Maven plugins.
You should also ensure that maven.repo.remote is not somehow overriden in a build.properties in your USER_HOME. A good indication this is happening is if merlin-unit-xxx.jar breaks the build, because this is found at http://www.dpml.net which is declared in /project.properties.
Comments Off on Building Daisy