I am getting the following error using the cruisecontrol plugin that came with Maven 1.0-RC1

2003-12-30 17:13:48,348 [BuildQueueThread] ERROR HTMLEmailPublisher - error transforming with xslFile header.xsl
javax.xml.transform.TransformerException: java.io.FileNotFoundException: C:\cvs_test\test_jar\target\cc-logs\test_jar\log20031230170629.xml


*** Root problem and Resolution **

Cruisecontrol plugin is missing the <Log..> tag. It should appear between <schedule/> and <publishers/> in crusecontrol.jsl

<log dir="${maven.cruisecontrol.logs.dir}/${pom.artifactId}"/>

Note: I did make the change to maven.cruisecontrol.goals per
http://cvs.apache.org/viewcvs.cgi/maven-plugins/cruisecontrol/plugin.properties?r1=1.1&r2=1.2&diff_format=h

Paul Spencer


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to