Hi, First, my thanks to whoever separated the scratchpad projects into separate components. It cleared up a lot of deadlocks.
The current state of the depchecking branch is that 25 out of 27 components build. Fortress has a recursive dependency on the mpool package in the scratchpad. I've disabled the compilation of the mpool package in all/build.xml, since lots of other packages depend on excalibur-core. So in effect, only Fortress is broken. Will look at moving out mpool tomorrow (is this the right solution?). Anyway, now that all/ is building again, users can type 'ant' in the root, and get an avalon-excalibur.jar built, without editing any properties files (assuming they have jakarta-avalon and jakarta-logkit in the same directory as jakarta-avalon-excalibur). I'd like to get some more feedback, and if things are stable, vote on moving it to the head. For now, everyone admire the dependency list ;) --Jeff Dependencies for Excalibur Current at: Thu Apr 4 23:02:23 EST 2002 -------------------------- * means checked and works ** means won't build due to unsatisfied dependency * bzip2 -> . * cache -> . * cli -> . * collections -> . * concurrent -> . * extension -> . * i18n -> . * instrument -> . * io -> . * lang -> . * naming -> . * tar -> . * zip -> . * altrmi -> framework * util -> framework * baxter -> jmxri.jar * event -> collections, concurrent * all -> collections, concurrent, instrument, event, component, pool, logkit (recursive on fortress, commented out) * command -> collections, concurrent, core, framework, event, util, thread * component -> logkit, framework, collections, logger, pool ** fortress -> instrument, instrument-manager, framework, testcase, command, event (recursive on mpool in scratchpad), component (test class), logger, util instrument-client * instrument-manager -> logkit, framework, core, collections, instrument, altrmi-common (altrmi), altrmi-server-impl, altrmi-server-interfaces * logger -> logkit, framework, (testcase) * thread -> pool, lang, logkit, framework * pool -> framework, collections, concurrent, logkit * testcase -> framework, component, logkit, logger -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
