I've used the latest hibernate ant tasks with Maven 1.1. I had to include it's dependencies in my project.xml but it worked.
I notice that the documentation for the junitreport task mentions the Xalan libraries, have you check that out? (http://ant.apache.org/manual/OptionalTasks/junitreport.html) -----Original Message----- From: Matt Meola [mailto:[EMAIL PROTECTED] Sent: Friday, 15 July 2005 1:49 AM To: Maven Users List Subject: RE: Maven 1.0.2 and junitreport? On Thu, 2005-07-14 at 13:15 +1000, Washusen, Dan wrote: > I'd stick with Maven 1.1 if you want to use ant tasks as it includes a > more recent version of ant. Makes sense... > Out of interest, why are you using the ant junit report instead of maven > junit report plugin > <http://maven.apache.org/reference/plugins/junit-report/goals.html>? > Currently, we are. However, the "unified" JUnit report seems to make little distinction if there are test names that are identical (in two different test classes). If one defines a couple of large test suites, each running the _same_ tests with a different configuration set, then the report seems to conflate the test names in such a way that it is difficult to discern the class in which a particular result was found. The ant JUnit report uses the class name as a namespace, and it's a bit easier to navigate, IMO. (but that's just a matter of style) I have a feeling that I'm just missing something in my poor command of maven scripting... -- Matt Meola Contractor Vericept Corporation 555 17th Street, Suite 1500 Denver, Colorado 80202 "Protecting Your Information and Reputation tm" tel: (303) 798-1568 ext. 5009 fax: (303) 268-0520 http://www.vericept.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] www.about.sensis.com.au A leading Australian advertising, information and directories business. www.sensis.com.au www.yellowpages.com.au www.whitepages.com.au www.citysearch.com.au www.whereis.com.au www.telstra.com.au www.tradingpost.com.au www.universalpublishers.com.au This email and any attachments are intended only for the use of the recipient and may be confidential and/or legally privileged. Sensis Pty Ltd disclaims liability for any errors, omissions, viruses, loss and/or damage arising from using, opening or transmitting this email. If you are not the intended recipient you must not use, interfere with, disclose, copy or retain this email and you should notify the sender immediately by return email or by contacting Sensis Pty Ltd by telephone on [+61 3 8653 5000] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
