|
From: Luke T. <ne...@fr...> - 2003-08-07 15:29:06
|
Hi, I've just updated the Maven stuff http://monkeymachine.ath.cx/spring/maven-reports.html and am seeing some errors in this package which aren't there with the normal test run. e.g. Exception in constructor: testCount (org.xml.sax.SAXParseException: Relative URI "com/interface21/web/context/WEB-INF/contextInclude.xml"; can not be resolved without a base URI. http://monkeymachine.ath.cx/spring/junit-report.html#ResourceBundleMessageSourceTestSuite The exception is thrown from here: http://monkeymachine.ath.cx/spring/xref/com/interface21/beans/factory/xml/XmlBeanFactory.html#228 I think ant is using xerces, whereas Maven is using crimson from the JDK (I'm using 1.4.1_03). If so then it might be an idea to tidy up the tests to be compatible with both parsers. I suppose there could potentially be implementation problems too. Luke. -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523C http://www.monkeymachine.ltd.uk |