You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Leo Simons <le...@apache.org> on 2003/02/19 15:30:18 UTC

getting and building avalon from cvs

# in response to Jorg's comments....
#
# ...using linux or cygwin...
#
# Compiling Avalon
# ----------------
# 1) get & install ant 1.5 or later
#
# 2) get junit 3.7 or later and place the jar in the
#    ant lib dir
#
# 3) get forrest and jakarta-site from CVS and install
#
cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
# enter 'anoncvs' as password
cvs -z3 -q -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co
   xml-forrest
cd xml-forrest
ant dist
export FORREST_HOME=./build/dist/shbat

# 4) check out avalon
cd ..
cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
# enter 'anoncvs' as password
cvs -z3 -q -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co \
   avalon \
   avalon-logkit \
   avalon-excalibur \
   avalon-cornerstone \
   avalon-phoenix \
   avalon-sandbox
# 5) drink coffee
#
# 6) compile
cd avalon
ant
# follow instructions to add missing library dependencies
ant jar

cd ../avalon-logkit
ant
# follow instructions to add missing library dependencies
ant jar

cd ../avalon-excalibur
ant jar
# follow instructions to add missing library dependencies
# (ie jmx for baxter)

cd ../avalon-phoenix
ant
# follow instructions to add missing library dependencies
ant jar

cd ../avalon-cornerstone
ant
# follow instructions to add missing library dependencies
ant jar

# worksforme. Documentation and thus distribution generation is
# currently broken for most excalibur projects. You can get
# piecewise docs like javadoc using commands like:
cd ../avalon-excalibur/fortress
ant javadocs

# until the docs that use cocoon are moved to fortress this will
# remain broken.

# cheers,

# Leo



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org