On Fri, 10 Aug 2001, Charles Benett wrote: > Trying to get back on top of avalon ... ran into a few oddities in > excalibur > > 1) running target dist results in > "BUILD FAILED > > /home/charles/jakarta/jakarta-avalon-excalibur/build.xml:494: > /home/charles/jakarta/jakarta-avalon-excalibur/build/docs/test not > found." > > > --> should the test target be a prerequisite for dist? > > > 2) running target test results in: > "Performing Unit Tests > > BUILD FAILED > > /home/charles/jakarta/jakarta-avalon-excalibur/build.xml:287: Could not > create task of type: junit. Common solutions are to use taskdef to > declare your task, or, if this is an optional task, to put the > optional.jar in the lib directory of your ant installation (ANT_HOME)." > > --> isn't the tools dir in jakarta-avalon supposed to take care of this?
You need the xalan2 compatability jar and have ant build with it in the claspath. I was running into it as well as I normally use a separately installed ant version and not the supplied build.sh. Giacomo > > 3) Is there a reason that the dist target for exclaibur doe not include > xdocs? > > Charles > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
