Search code examples
javaanthudsonfilesetclover

Using a Clover <fileset> on Hudson


We're trying to limit Clover to a certain package and therefore have a <fileset> definition in our Ant build file. Everything works fine from the command line (when we specify our known Ant target). But when it comes to the Clover plug-in on Hudson, we don't know which Ant target Hudson uses. Any pointers in using a Clover <fileset> on Hudson?


Solution

  • Would it be possible to invoke the ant target explicitly as a build step directly (via an Ant step), and then point Hudson at your Clover results via the post-build option? This is how we currently use Hudson+Clover.