> > > I've built Excalibur from sources and now trying to go through the > > >Merlin demo. But right after start ('ant demo') it throws exception: <snip>
> Here's some more detailed instructions you probably don't need.... actually, I just tried all that...missed a few bits... > How to Get Started with Merlin > ------------------------------ > 0) Download and install Ant [1]. > > 1) check out the modules jakarta-avalon and jakarta-avalon-excalibur > from CVS. Make sure you download them into the same directory (which > I'll call $BASE from now on). For more on CVS, see [2] you need the jakarta-avalon-logkit and jakarta-site modules as well (don't ask me why, though). > 2) change to $BASE/jakarta-avalon: > $ cd $BASE/jakarta-avalon > > 3) type 'ant': > $ ant > 3.1) change to $BASE/jakarta-avalon-logkit: $ cd $BASE/jakarta-avalon-logkit 3.2) type 'ant': $ ant > 4) change to $BASE/jakarta-avalon-excalibur/assembly > $ cd $BASE/jakarta-avalon-excalibur/assembly > > 5) type 'ant': > $ ant > > 6) type 'kernel' --> this should run the examples > $ kernel actually, on a UNIX system the command needs to be './kernel.sh'. > if things don't work, repeat steps 2-5 but use the option '-v' (for > verbose): > $ cd $BASE/jakarta-avalon > $ ant -v $ cd $BASE/jakarta-avalon-logkit $ ant -v > $ cd $BASE/jakarta-avalon-excalibur/assembly > $ ant -v > $ kernel > > and send all the output to this mailing list. So someone can help you > out. > > references: > [1] http://jakarta.apache.org/ant > [2] http://jakarta.apache.org/site/cvs.html > > best regards, > > Leo Simons cheers, Leo (again) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>