> I had put the optional.jar int the lib directory of my ANT_HOME. > But when I > tried to use the junitreport task, there was an error: >
In order to use junit report you need xerces.jar and xalan.jar in your classpath (you can put them in ANT_HOME\lib). The jars can be downloaded from xml.apachge.org. Does this help? Ylan Segal. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
