On Mon, 6 Aug 2001, Klara Ward <[EMAIL PROTECTED]> wrote:
> In my ant lib I have the jars ant, crimson, optional(the same
> version as the ant1.4alpha, that is 2001-08-05), junit, xalan,
> xerces and cruisecontrol.
Which version of xalan? And you'd better remove crimson or xerces,
one parser should be enough.
> Where exactly is junitreport defined?
Speaking of jar files, it is supposed to be in optional.jar - the
class you should be looking for is
org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator.
I'm not sure whether the nightly builds contain this task,
optional.jar is not complete there, a more complete version can be
found here
<http://jakarta.apache.org/builds/jakarta-ant/nightly/optional/2001-07-02/>.
Stefan