Hi Andy
Can you show the relevant parts of the pom?
You may be missing some dataid elements. If you have multiple tests,
each should be identified by a unique dataid element, which should be
referred to from reports.
/Kent
Den 09/11/2009 kl. 11.33 skrev Andy Bell:
Hi
This page:
http://mojo.codehaus.org/chronos-maven-plugin/usage.html
Shows how to set up a maven .pom to run a test and report on it. I
am trying to amend this .pom to run and report on multiple tests. I
can get it to run as many tests as i want by having multiple
<execution> sections in the <executions> block, BUT I cannot find a
way to get chronos to produce reports for each of these fromthe same
POM.
I have tried adding many <reportSet> elements to the <reportSets>
section, but the only report that is produced is the one whose
<dataid> and <reportid> is the same as that stated in the
<configuration> element. Is there a way to have multiple
<configuration> elements?? If there is, I cannot find out how to do
it...
--
Andy