Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 38125 invoked from network); 4 Mar 2008 13:57:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Mar 2008 13:57:56 -0000 Received: (qmail 62406 invoked by uid 500); 4 Mar 2008 13:57:52 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 62378 invoked by uid 500); 4 Mar 2008 13:57:52 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 62369 invoked by uid 99); 4 Mar 2008 13:57:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 05:57:52 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 13:57:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DFE97234C085 for ; Tue, 4 Mar 2008 05:56:44 -0800 (PST) Message-ID: <2107121270.1204639004915.JavaMail.jira@brutus> Date: Tue, 4 Mar 2008 05:56:44 -0800 (PST) From: =?utf-8?Q?Vemund_=C3=98stgaard_=28JIRA=29?= To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3445) Make it easier to use the EMMA tool to measure the code coverage of the Derby testing In-Reply-To: <1191072750.1203608360231.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3445?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Vemund =C3=98stgaard updated DERBY-3445: ----------------------------------- Attachment: 3445-singletest-codeline-jars-diff Another patch with two small changes: 1. Some explanation in the build.xml file for how the emma-targets are to b= e used.=20 2. A new target 'junit-single-codeline-jars' which mirrors the 'junit-all-c= odeline-jars' and 'junit-system-mini-codeline-jars' targets. This target se= ts the classpath to your compiled jarfiles and runs 'junit-single', so if y= ou don't want to set the classpath manually this target could be used. > Make it easier to use the EMMA tool to measure the code coverage of the D= erby testing > -------------------------------------------------------------------------= ------------ > > Key: DERBY-3445 > URL: https://issues.apache.org/jira/browse/DERBY-3445 > Project: Derby > Issue Type: Improvement > Components: Build tools > Reporter: Vemund =C3=98stgaard > Assignee: Vemund =C3=98stgaard > Attachments: 3445-general-diff, 3445-general-diffv2, 3445-singlet= est-codeline-jars-diff, 3445-singletest-diff, 3445-SysinfoLocaleTest-diff, = 3445-testspecific-diff, 3445-testspecific-diffv2 > > > It is a bit tricky to use EMMA to measure code coverage for the derby tes= ting. > Modifications must be made to the source both to avoid problems with the = SecurityManager and individual tests. It would be good if these modifcation= s could be done once and for all so that it was easier for anyone to run th= e tests with EMMA. > It would also be good to have ant tasks that would make it even easier to= run the tests with EMMA. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.