>>>>> "E" == Erik Hatcher <[EMAIL PROTECTED]> writes:

    E> The <junitreport> task maps to
    E> org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator

Which is indeed missing from the falsehope ant-optional jar file

The official jar gets a step farther, only now it halts on the XSL
stage with 

    build.xml:97: Errors while applying transformations

Does ant keep a log somewhere of what those errors might be?  It curiously
does not matter if I have 

    <report format="noframes" 
                   styledir="${ANT_HOME}/etc/xsl"
                   todir="${TestReport}"/>

or just

    <report format="noframes" 
                   styledir="etc/xsl"
                   todir="${TestReport}"/>

There seems something missing from that excerpt I posted earlier taken
from Erik's IBM article: How does it know which XSL file to use?
-- 
Gary Lawrence Murphy <[EMAIL PROTECTED]> TeleDynamics Communications Inc
What happens on Groundhog Day?   http://www.teledyn.com/fun/GroundhogDay
"There are many things which do not concern the process" --- Joan of Arc



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to