Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C768E200BDF for ; Sun, 18 Dec 2016 11:14:19 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C6051160B30; Sun, 18 Dec 2016 10:14:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1DB42160B12 for ; Sun, 18 Dec 2016 11:14:18 +0100 (CET) Received: (qmail 31462 invoked by uid 500); 18 Dec 2016 10:14:18 -0000 Mailing-List: contact issues-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@jmeter.apache.org Delivered-To: mailing list issues@jmeter.apache.org Received: (qmail 31451 invoked by uid 99); 18 Dec 2016 10:14:18 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Dec 2016 10:14:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E94AC180BC7 for ; Sun, 18 Dec 2016 10:14:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id P9Z3Vzpju5vy for ; Sun, 18 Dec 2016 10:14:13 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id A46A35F245 for ; Sun, 18 Dec 2016 10:14:13 +0000 (UTC) Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTPS id E8136E0185 for ; Sun, 18 Dec 2016 10:14:08 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id EA34160E0A; Sun, 18 Dec 2016 10:14:07 +0000 (UTC) From: bugzilla@apache.org To: issues@jmeter.apache.org Subject: [Bug 60494] New: Add sonar analysis to build Date: Sun, 18 Dec 2016 10:14:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: JMeter X-Bugzilla-Component: Main X-Bugzilla-Version: 3.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: felix.schumacher@internetallee.de X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: issues@jmeter.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 archived-at: Sun, 18 Dec 2016 10:14:20 -0000 https://bz.apache.org/bugzilla/show_bug.cgi?id=3D60494 Bug ID: 60494 Summary: Add sonar analysis to build Product: JMeter Version: 3.1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P2 Component: Main Assignee: issues@jmeter.apache.org Reporter: felix.schumacher@internetallee.de Target Milestone: --- Created attachment 34532 --> https://bz.apache.org/bugzilla/attachment.cgi?id=3D34532&action=3Dedit Add a sonar task to build It would be nice to add sonar analysis to the build script. The attached patch adds sonarqube-ant-task and another "complete" junit - enhanced with coverage - task to the build script. It would be nice to use = the already implemented coverage functionality, but I have to admit, that I don= 't know how to activate it. The new task can be used with a local sonarqube installation running in def= ault configuration, or it can use environment variables to point to a custom installation. The environment variables are: SONAR_HOST_URL SONAR_LOGIN SONAR_PASSWORD SONAR_JDBC_URL SONAR_JDBC_USERNAME SONAR_JDBC_PASSWORD --=20 You are receiving this mail because: You are the assignee for the bug.=