You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Paul Spencer <pa...@apache.org> on 2003/12/31 00:02:24 UTC

"ERROR HTMLEmailPublisher" in Cruisecontrol plugin

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: "ERROR HTMLEmailPublisher" in Cruisecontrol plugin

Posted by di...@multitask.com.au.
Fix committed today, thanks
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/



Paul Spencer <pa...@apache.org> wrote on 31/12/2003 10:02:24 AM:

> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org