You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Charles Benett <ch...@benett1.demon.co.uk> on 2001/08/10 15:35:44 UTC

Excalibur questions

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?

3) Is there a reason that the dist target for exclaibur doe not include
xdocs?

Charles

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


Re: Excalibur questions

Posted by giacomo <gi...@apache.org>.
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: avalon-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: avalon-dev-help@jakarta.apache.org
>
>
>
>


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