Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6E230D73B for ; Fri, 28 Sep 2012 10:02:06 +0000 (UTC) Received: (qmail 8456 invoked by uid 500); 28 Sep 2012 10:02:05 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 8408 invoked by uid 500); 28 Sep 2012 10:02:05 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 8348 invoked by uid 99); 28 Sep 2012 10:02:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Sep 2012 10:02:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of uwe@thetaphi.de designates 188.138.97.18 as permitted sender) Received: from [188.138.97.18] (HELO mail.sd-datasolutions.de) (188.138.97.18) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Sep 2012 10:01:55 +0000 Received: from VEGA (gate1.marum.de [134.102.237.1]) by mail.sd-datasolutions.de (Postfix) with ESMTPSA id 646F914AA068 for ; Fri, 28 Sep 2012 10:01:35 +0000 (UTC) From: "Uwe Schindler" To: References: <002501cd9d53$ba4346b0$2ec9d410$@thetaphi.de> In-Reply-To: <002501cd9d53$ba4346b0$2ec9d410$@thetaphi.de> Subject: RE: clover report incomplete? Date: Fri, 28 Sep 2012 12:02:26 +0200 Message-ID: <002c01cd9d60$5d3e5600$17bb0200$@thetaphi.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQEUix9LdNQV33xJBqe7n69VaO1fQwFhuVhvmQabH9A= Content-Language: de > A very stupid problem, but after a long time sitting in fornt of the = build.xml I > found it: >=20 > 1. The biggest problem was: the target "clover" was made in a way that = it used > the clover.loaded sysprop to avoid permgen issues. Unfortunatley it = not only > loaded clover, it also set it up in this task (setting the java source = file folders). If > the taskdef was then loaded for the first time, it had its source = folders set up > with the module it was called first. The later coming compilation of = another > module did not run clover.setup anymore, so no new source folders were > configured. I split up the IVY-Load+Taskdef from the clover setup >=20 > 2. test-framework had a strange comment that it should not depend on = clover, > which I removed. This was done to disable instrumentation for = test-framework > at all. I fixed this to make the test-framework's sources to be = "defined" as "test- > sources" not application class, so clover is enabled but it's now = handled as tests > (this was done by redefinition of -clover.setup task in = test-framework). Same > for Solr. This did not work, so I disabled instrumentation for the test-framework = again (Lucene+Solr), but with a better approach (overriding = -clover.setup target by an empty one). > I will play around a little longer and then commit. I opened an issue and attached patch. https://issues.apache.org/jira/browse/LUCENE-4445 > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: uwe@thetaphi.de >=20 >=20 > > -----Original Message----- > > From: Robert Muir [mailto:rcmuir@gmail.com] > > Sent: Friday, September 28, 2012 2:50 AM > > To: dev@lucene.apache.org > > Subject: clover report incomplete? > > > > = https://builds.apache.org/job/Lucene-Solr-Clover-4.x/clover/pkg-summar > > y.html > > > > doesn't seem to include any of the packages in codecs/ module (e.g. > > appending, block, ...) > > > > = --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For > > additional commands, e-mail: dev-help@lucene.apache.org >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For = additional > commands, e-mail: dev-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org