Return-Path: X-Original-To: apmail-ant-user-archive@www.apache.org Delivered-To: apmail-ant-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4B1C5D4C9 for ; Thu, 7 Feb 2013 21:18:00 +0000 (UTC) Received: (qmail 17536 invoked by uid 500); 7 Feb 2013 21:17:59 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 17465 invoked by uid 500); 7 Feb 2013 21:17:59 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 17457 invoked by uid 99); 7 Feb 2013 21:17:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2013 21:17:59 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2013 21:17:51 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 6BE8728985D4 for ; Thu, 7 Feb 2013 22:17:31 +0100 (CET) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Jaezvr6yhjDT for ; Thu, 7 Feb 2013 22:17:31 +0100 (CET) Received: by samaflost.de (Postfix, from userid 1000) id 2A00428985D5; Thu, 7 Feb 2013 22:17:31 +0100 (CET) From: Stefan Bodewig To: user@ant.apache.org Subject: Re: AntUnit and JunitReport incompatible? References: <1360268234.2956.52.camel@rocky-desktop> Date: Thu, 07 Feb 2013 22:17:31 +0100 In-Reply-To: <1360268234.2956.52.camel@rocky-desktop> (RockyAllen's message of "Thu, 07 Feb 2013 20:17:14 +0000") Message-ID: <87bobv4ydw.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Virus-Checked: Checked by ClamAV on apache.org On 2013-02-07, RockyAllen wrote: > When I use the built in XML Listener with AntUnit 1.2, JUnitReport (from > Ant 1.8.2) cannot read the output log file properly. Test names and > failure reports are included, but not times, and the top line summary > does not include the AntUnit results. I think the problem is with the > AntUnit listener, which outputs the counts and time for the suite as > elements, whereas JUnitReport seems to want them as attributes. The Wiki > seems to suggest that they do work together. Any ideas? Should I report > a bug? You use a custom set of stylesheets (like the ones that ship with AntUnit). Ant's own build file uses junitreport an AntUnit output together with the XSLs in Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org