[Mdarad-toolbox-devs] Ant, Junit and JDK1.5
Brought to you by:
erifr
|
From: <fra...@po...> - 2006-10-25 12:24:32
|
Hi, You will probably encounter this problem which I will try to include to the new website of mdarad. When trying to launch the tests of a generated project the junitreport task doesn't work since the refactoring to JDK1.5. To counter this problem, you need to copy the xalan.jar and the serializer.jar that are in mdarad-genapp/templates/build/lib/xml in your %ANT_HOME%\lib directory. The fact of the matter is that jdk1.5 now doesn't come with xalan (rather xltc) and therefore the stylesheets are missing. François |