----- Original Message -----
From: "Gary Lawrence Murphy" <[EMAIL PROTECTED]>
> [junit] Tests run: 23, Failures: 0, Errors: 0, Time elapsed: 7.16 sec
>
> BUILD FAILED
>
> /home/garym/dev/cbc/sports/sportwire/Util/build.xml:96: Could not
> create task of type: junitreport...
>
> I am using xalan-2.2.0-dev.jar and I have target that reads as follows
> (line 96 is the start of the junitreport element:
>
> and my ant-optional-1.4.1.jar does not have any classes with junitreport
> in the name ... which leads me to suspect there is something I don't have
> or something I need to write -- I am using a binary RPM ant-1.4.1-1 from
> ftp://ftp.falsehope.com/home/gomez/ant
The <junitreport> task maps to
org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator
So does your optional JAR have that class? If not, grab the one available
from Jakarta's binary downloads.
You'll need Xalan in your Ant's lib directory.
Erik
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>