From dev-return-8450-apmail-continuum-dev-archive=continuum.apache.org@continuum.apache.org Thu Sep 24 09:07:49 2009 Return-Path: Delivered-To: apmail-continuum-dev-archive@www.apache.org Received: (qmail 18090 invoked from network); 24 Sep 2009 09:07:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Sep 2009 09:07:49 -0000 Received: (qmail 18214 invoked by uid 500); 24 Sep 2009 09:07:49 -0000 Delivered-To: apmail-continuum-dev-archive@continuum.apache.org Received: (qmail 18138 invoked by uid 500); 24 Sep 2009 09:07:48 -0000 Mailing-List: contact dev-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list dev@continuum.apache.org Received: (qmail 18128 invoked by uid 99); 24 Sep 2009 09:07:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Sep 2009 09:07:47 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of odeaching@gmail.com designates 209.85.216.191 as permitted sender) Received: from [209.85.216.191] (HELO mail-px0-f191.google.com) (209.85.216.191) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Sep 2009 09:07:38 +0000 Received: by pxi29 with SMTP id 29so1445352pxi.14 for ; Thu, 24 Sep 2009 02:07:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=T4AEJc/Y/ctx8ivr4O+D77T+ZAeFE2my2U3HuI1UTC4=; b=LWlr9KZqE3X67+5a/XPJ6WTlNGgRceghu0SUOa0FFre7g9FMerTXF0+Eg78fqfDx+r vB2iGKpsaLeDoJkJS9VJI+7YvEgntM+/p7fr1Eainxwc5DASlX5VdeZ9w6lqzVu8nV8Q FRdva3LPSziCGiXmdE6vWt+Q8E4TfBOy6HKlk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=a3cE0tOSoiWCDUBLfo6GEeGOLv3LW9v4rKLzdgtTtJDUcbHTMBmpTAzl/OUFI8sRWO GPJ+tLoWd3J5LUD+jdD2ROKIGOcRP8bdjNlcYUNSun0jLh0rV4JcA9IqduGIf3hvzZfE 9adoT8dTMlmarW94PfG2ihByqElBWD1T2oWr8= MIME-Version: 1.0 Sender: odeaching@gmail.com Received: by 10.114.49.14 with SMTP id w14mr5067125waw.219.1253783238440; Thu, 24 Sep 2009 02:07:18 -0700 (PDT) In-Reply-To: References: <8667b1bd0909222303q1ce55a9ej556a45944a2517cf@mail.gmail.com> Date: Thu, 24 Sep 2009 17:07:18 +0800 X-Google-Sender-Auth: 4bbf88e4b9e6deb5 Message-ID: <8667b1bd0909240207g3fc26b87h4114726274cb6d8c@mail.gmail.com> Subject: Re: Test Coverage on branch and trunk From: Deng Ching To: dev@continuum.apache.org Content-Type: multipart/alternative; boundary=00504502e8818d796d04744f2838 X-Virus-Checked: Checked by ClamAV on apache.org --00504502e8818d796d04744f2838 Content-Type: text/plain; charset=ISO-8859-1 It turns out the Emma plugin is also having the same problem with war:inplace as Cobertura. I looked at the source code of Emma and it has the same default lifecycle where the classesDirectory is being set, which is causing the same error 'Cannot override read-only parameter: classesDirectory in goal: war:inplace'. On Wed, Sep 23, 2009 at 5:27 PM, Emmanuel Venisse < emmanuel.venisse@gmail.com> wrote: > +1 too > > Emmanuel > > On Wed, Sep 23, 2009 at 8:20 AM, Brett Porter wrote: > > > +1 for EMMA, since it works in Eclipse and IDEA as well. > > > > > > On 23/09/2009, at 4:03 PM, Deng Ching wrote: > > > > Hi All, > >> > >> I'll be configuring code coverage on Continuum trunk and 1.3.x branch to > >> identify which classes still lack tests. I'm considering using either > the > >> Cobertura plugin or the Emma plugin. There is a problem with Cobertura > and > >> war:inplace goal though as we encountered in Archiva ( > >> http://jira.codehaus.org/browse/MRM-636). I've only tried the Emma > plugin > >> briefly once and the experience was pretty good so I'm kind of leaning > >> towards using it. Any suggestions or comments on this? > >> > >> Thanks, > >> Deng > >> > > > > > --00504502e8818d796d04744f2838--