From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14529 invoked by alias); 27 Aug 2007 05:27:05 -0000 Received: (qmail 14400 invoked by uid 22791); 27 Aug 2007 05:27:04 -0000 X-Spam-Check-By: sourceware.org Received: from mu-out-0910.google.com (HELO mu-out-0910.google.com) (209.85.134.186) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 27 Aug 2007 05:26:57 +0000 Received: by mu-out-0910.google.com with SMTP id g7so1722736muf for ; Sun, 26 Aug 2007 22:26:55 -0700 (PDT) Received: by 10.86.4.2 with SMTP id 2mr4642666fgd.1188192415071; Sun, 26 Aug 2007 22:26:55 -0700 (PDT) Received: by 10.86.91.6 with HTTP; Sun, 26 Aug 2007 22:26:55 -0700 (PDT) Message-ID: <11e50a160708262226mae6948qd7a1cb7b73dfeefd@mail.gmail.com> Date: Mon, 27 Aug 2007 05:27:00 -0000 From: "=?GB2312?B?x+/Qps/E?=" To: mauve-discuss@sourceware.org Subject: How to get xml test report MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact mauve-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00002.txt.bz2 Hi, Guys I want to integrate mauve into cruise control. Cruise control can merge junit xml similar files to its report. I find mauve can generate the html files, but the related xml generate class is empty. How can i get the xml report? Am i missing something? Thanks.