Well, at the moment it doesn't, you're limited to capturing data from one
.xml file only (although this can include multiple series). I was hoping for
suggestions on this. I could follow the Dashboard plugin model which seems
to require particular reports to coded up in Java, i.e. it requires in depth
knowledge of the plugin to extend it (Xrader appears to do this too). Or I
could do this kind of thing:
hdc.heading.1=Junit Report
hdc.build.result.file.1=${maven.gen.docs}/junit-report.xml
hdc.values.xpath.1=etc
hdc.heading.2=Checkstyle Report
hdc.build.result.file.2=${maven.gen.docs}/checkstyle.xml
hdc.values.xpath.2=etc
Ideas?
Matt.
> -----Original Message-----
> From: Dion Gillard [mailto:[EMAIL PROTECTED]
> Sent: 04 August 2004 02:33
> To: Maven Users List
> Subject: Re: History/trends in reports
>
> Matt, how does it capture multiple things in one run?
>
> On Tue, 3 Aug 2004 13:35:38 +0100, Matt Read
> <[EMAIL PROTECTED]> wrote:
> > A lot later than promised and still not quite as neat as I
> wanted it to be:
> >
> > http://mavenhistorical.sourceforge.net
> >
> > Matt.
> >
> >
> >
> > > -----Original Message-----
> > > From: Morris, Jason [IT] [mailto:[EMAIL PROTECTED]
> > > Sent: 19 July 2004 15:00
> > > To: Maven Users List
> > > Subject: RE: History/trends in reports
> > >
> > > I'll second (or third!) this proposal - I'd love to be
> able to track
> > > quality metrics from reports such as Checkstyle, jdepend etc over
> > > time. They always come in handy during appraisal season :-)
> > >
> > > Jason
> > >
> > > -----Original Message-----
> > > From: Jerome Lacoste [mailto:[EMAIL PROTECTED]
> > > Sent: 19 July 2004 13:33
> > > To: Maven Users List
> > > Subject: RE: History/trends in reports
> > >
> > >
> > > On Mon, 2004-07-19 at 11:52 +0100, Matt Read wrote:
> > > > A colleague and I are actually working on a plugin
> right now to do
> > > > this, the default setup will plot a graph of total
> tests and %age
> > > > passing tests over time. Data is stored in a JDBC
> > > datasource and data
> > > > to be captured is currently specified as an filename and an
> > > xpath to the data to gather.
> > > > Graphs are then generated by a report plugin.
> > > >
> > > > We're currently about a week away from releasing for
> testing, I'll
> > > > probably mention something on this list when we do.
> > > >
> > > > Matt.
> > >
> > > I am really interested in that. Do you have a generic format to
> > > store the data so that one could extend it to store many kind of
> > > data?
> > >
> > > I was thinking of a DB as simple as that:
> > >
> > > TABLE REPORTS
> > > ReportID | DateTime | [ Comments]
> > >
> > > TABLE REPORT_DATA
> > > ReportID | Property | Value
> > >
> > > Do not hesitate to copy me to mails related to the subject.
> > >
> > > J
> > >
> > >
> > >
> --------------------------------------------------------------------
> > > - To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >
> --------------------------------------------------------------------
> > > - To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> http://www.multitask.com.au/people/dion/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]