On Tuesday 02 March 2004 10:56, [EMAIL PROTECTED] wrote: > I downloaded all of avalon from cvs into a dir called /dev_sandbox using > > $ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login > $ cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co avalon > > that made it reside in /dev_sandbox/avalon
So far so good. > in case it helps, the following env variables are set > > ANT_HOME=/opt/apache-ant-1.6.1 > MAVEN_HOME=/dev_sandbox/maven > AVALON_HOME=/dev_sandbox/avalon > MERLIN_HOME=/dev_sandbox/avalon/merlin > JAVA_HOME=/usr/java MERLIN_HOME should point to a Merlin runtime, not the build time. If you don't want to maintain a separate runtime, set it to /dev_sandbox/avalon/merlin/target/merlin (but this have nothing to do with the failed build.) > If I then follow these directions, and cd to $AVALON_HOME/util and start > maven, I get the error: I am not sure about the required order, but I use the build.xml in /dev_sandbox/avalon to have the same order every time. > |_| |_\__,_|\_/\___|_||_| v. 1.1-SNAPSHOT You are using Ver 1.1, when 1.0 is not released yet?? I think most people around here uses 1.0-beta10 or 1.0-rc1. > Starting the reactor... Try the ant build from avalon. I think that you need to build avalon/framework before avalon/util, but not sure. Niclas -- +---------//-------------------+ | http://www.bali.ac | | http://niclas.hedhman.org | +------//----------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
