Re: Samples - Build Failed
"Buhi Mume" <[email protected]>
| Newsgroups | gmane.comp.jakarta.cactus.user |
|---|---|
| Message-ID | <[email protected]> |
I have downloaded the xalan.jar. Where should it be referenced within
build.xml file?
<property name="xalan.jar" location="../../lib/xalan.jar"/>
Referencing it from:
#1 (failed)
<target name="test" ...>
<cactus ...>
<containerclasspath>
<pathelement location=${clover.jar}"/>
#2 (failed)
<target name="test" ...>
<cactus ...>
<classpath>
<pathelement location=${clover.jar}"/>
#3 (failed)
<target name="test.prepare" ...>
<cactify ...>
<lib file=${clover.jar}"/>
Thank you.
Buhi Mume