Skip to main content

Posts

Showing posts from July, 2009

Cruisecontrol: Build fails at junitreport task because of incompatible xslt processor

CruiseControl build fails at junitreport task because of incompatible xslt processor. Error message shown is: Error message: ScriptRunner - [junitreport] : Warning! Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor This 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"/>