From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,c9ff237e99c53f14,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!y6g2000prf.googlegroups.com!not-for-mail From: Michael Rohan Newsgroups: comp.lang.ada Subject: AUnit XML output and NUnit? Date: Wed, 24 Jun 2009 00:58:45 -0700 (PDT) Organization: http://groups.google.com Message-ID: <47051bf5-d2cc-4af2-afe8-703e2a79fb1a@y6g2000prf.googlegroups.com> NNTP-Posting-Host: 98.210.116.65 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1245830326 4881 127.0.0.1 (24 Jun 2009 07:58:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 24 Jun 2009 07:58:46 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y6g2000prf.googlegroups.com; posting-host=98.210.116.65; posting-account=iokpWwkAAAC4FdoU8cY5F_WfowBALHIE User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:6589 Date: 2009-06-24T00:58:45-07:00 List-Id: Hi Folks, I'm trying to integrate XML output from the latest AUnit version with Hudson and simply tried saying it was NUnit XML. This failed with Recording NUnit tests results FATAL: Could not transform the NUnit report. Please report this issue to the plugin author hudson.util.IOException2: Could not transform the NUnit report. Please report this issue to the plugin author Has anyone else tried integrating AUnit results in Hudson via NUnit? I can try digging into the NUnit and perhaps creating a transformation from AUnit to NUnit but wanted to check before spending time. Take care, Michael.