# 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:[EMAIL PROTECTED]:/home/cvspublic login # enter 'anoncvs' as password cvs -z3 -q -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co xml-forrest cd xml-forrest ant dist export FORREST_HOME=./build/dist/shbat
# 4) check out avalon cd .. cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login # enter 'anoncvs' as password cvs -z3 -q -d :pserver:[EMAIL PROTECTED]:/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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
