From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14795 invoked by alias); 29 Oct 2004 06:42:28 -0000 Mailing-List: contact mauve-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sources.redhat.com Received: (qmail 14787 invoked from network); 29 Oct 2004 06:42:27 -0000 Received: from unknown (HELO mail1.ewetel.de) (212.6.122.12) by sourceware.org with SMTP; 29 Oct 2004 06:42:27 -0000 Received: from majestix.konqueror.de (dynadsl-080-228-92-239.ewetel.net [80.228.92.239]) by mail1.ewetel.de (8.12.1/8.12.9) with ESMTP id i9T6gLKQ023629; Fri, 29 Oct 2004 08:42:21 +0200 (MEST) Received: from [192.168.1.3] (helo=asterix.konqueror.de) by majestix.konqueror.de with esmtp (Exim 4.34) id 1CNQUA-0000Pa-3O; Fri, 29 Oct 2004 08:43:42 +0200 From: Michael Koch To: mauve-discuss@sources.redhat.com Subject: Re: Mauve reports... Date: Fri, 29 Oct 2004 06:42:00 -0000 User-Agent: KMail/1.6.2 Cc: Noa Resare References: <1099001456.10241.14.camel@linux42.overstone> <1099030008.2198.16.camel@c-241f72d5.01-60-6c6b701.cust.bredbandsbolaget.se> In-Reply-To: <1099030008.2198.16.camel@c-241f72d5.01-60-6c6b701.cust.bredbandsbolaget.se> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200410290842.45195.konqueror@gmx.de> X-CheckCompat: OK X-SW-Source: 2004-q4/txt/msg00036.txt.bz2 Am Freitag, 29. Oktober 2004 08:06 schrieb Noa Resare: > tor 2004-10-28 klockan 23:10 +0100 skrev David Gilbert: > > Hi all, > > > > I've written a subclass of TestHarness that records the results > > of a Mauve run, and another class that generates HTML output for > > the results. You can see sample output from the program here: > > > > http://www.object-refinery.com/classpath/mauve-report/latest/ > > > > ...and the source code (GPL) is here: > > > > http://www.object-refinery.com/classpath/mauve-report/mauve-repor > >t.zip > > > > I haven't written any documentation yet, but will do so in time > > as I plan to use this reporting framework for some of my own > > projects. > > Very nice output. Getting rid of SimpleTestHarness by extending > TestHarness directly is the right way to go IMHO. > > It seems however that there is a certain overlap between this > effort and my xml output patch that I did a while ago[1]. Have you > looked at it? With some minor modifications I think that the xml > format can carry all information needed to create your html output. > That way we could use the data from one test run both for > generating a html report and doing automated test difference > reporting with my testdiff[2] tool. I wasn't aware of your code until someone told me about it on IRC. XML is more nice of course. We can easily transform it to HTML with XSL stylescheets. I do this already with the checkstyle xml output. I will install this on developer.classpath.org when I'm back from holidays. Your mauve things might be good to have there too. Can you both work together on this mauve stuff ? Michael -- Homepage: http://www.worldforge.org/