From continuum-users-return-5964-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Thu Feb 21 10:43:39 2008 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 1683 invoked from network); 21 Feb 2008 10:43:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2008 10:43:39 -0000 Received: (qmail 13564 invoked by uid 500); 21 Feb 2008 10:43:29 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 13541 invoked by uid 500); 21 Feb 2008 10:43:29 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 13513 invoked by uid 99); 21 Feb 2008 10:43:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2008 02:43:29 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of emmanuel.venisse@gmail.com designates 66.249.82.234 as permitted sender) Received: from [66.249.82.234] (HELO wx-out-0506.google.com) (66.249.82.234) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2008 10:42:53 +0000 Received: by wx-out-0506.google.com with SMTP id h28so4458374wxd.0 for ; Thu, 21 Feb 2008 02:43:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=fQAGR/+RP1ndSgAUH305s1BGZ+tWRg9D0IELbFpJauY=; b=FxTpWsb+zdlC3C7D+7oCftDG7o0MLVQ07X5Y7S/N98OrNjDLWZZ9P11a8jO2dTW9ycM8Y4Gv9o10AWdxxOTgBk0Topc4snd9KBWgNQviN1Z8SkErBuOlmNbBKEdHKSfLgZGIer68PfDDCFEAitnkUu0jBED4iuUMQegG5ouxvQk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=CrNK85P4kQp/KQ8m//7xcnKEmBjlnNCUVoDX7x1eByID+kVWKvWt76Wn66T6aRzgLoc+ArcHNNv3akl83EV4z3XOmp1F0gcQEBUJ5zIDZPkJ3Gu5LqxOu0311gb8ldibB+TKiCQYafQKhOl9N6UIhau2ISfh7x5wwcwT9RZ0U/c= Received: by 10.114.39.16 with SMTP id m16mr7435117wam.146.1203590581019; Thu, 21 Feb 2008 02:43:01 -0800 (PST) Received: by 10.114.73.6 with HTTP; Thu, 21 Feb 2008 02:43:00 -0800 (PST) Message-ID: Date: Thu, 21 Feb 2008 11:43:00 +0100 From: "Emmanuel Venisse" To: continuum-users@maven.apache.org Subject: Re: Test results in shell project In-Reply-To: <47BD3B03.6030107@elis.ugent.be> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2647_30198060.1203590581013" References: <47BD3B03.6030107@elis.ugent.be> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2647_30198060.1203590581013 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hmm, good question :) if you use a JUnit xml file, stored under target/surefire-reports/, it should work. I don't think we test the project type. In a future Continuum version, you'll can add your own plugin to do that without to create a JUnit xml file. Emmanuel On Thu, Feb 21, 2008 at 9:49 AM, Wim Heirman wrote: > Hi, > > I would like to include the building and testing of a Python project > into Continuum. I can build the project fine as a Shell project, but is > there any way to have Continuum recognize the test results? Is it enough > to write out a jUnit-style XML file in the build directory somewhere > that Continuum can pick up, or is there more too it? > > Thanks, > Wim. > > -- > ir. Wim Heirman, > ELIS Department, Ghent University, Belgium > Phone: +32-9-264.95.27 > E-mail: wim.heirman@elis.UGent.be > http://www.elis.UGent.be/~wheirman/ > ------=_Part_2647_30198060.1203590581013--