CruiseControl build fails at junitreport task because of incompatible xslt processor.
Error message shown is:
Error message shown is:
Error message: ScriptRunner - [junitreport] : Warning! Running an XSLT 1.0 stylesheet with an XSLT 2.0 processorThis can be fixed by specifying anthome in ant task:
<ant anthome="C:\Program Files\CruiseControl\apache-ant-1.7.0" buildfile="cc-build.xml" target="build-test"/>
Comments