Hi,

with maven 1.1 I had the problem, that the clover task definitions could not be 
found. Her is my solution if you run into the same problems.

I had to change the following 2 lines in the clover:init goal of plugin.jelly 
of the maven-clover-plugin:

 <ant:taskdef resource="clovertasks" />
 <ant:typedef resource="clovertypes" /> 

to

 <ant:taskdef resource="clovertasks" classpathref="clover.classpath"/>
 <ant:typedef resource="clovertypes" classpathref="clover.classpath"/> 

Regards, Volker

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

Reply via email to