From owner-freebsd-java@freebsd.org Tue Jun 30 01:45:48 2015 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0ACC0990A04; Tue, 30 Jun 2015 01:45:48 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x232.google.com (mail-yk0-x232.google.com [IPv6:2607:f8b0:4002:c07::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD4D91E93; Tue, 30 Jun 2015 01:45:47 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykdy1 with SMTP id y1so131292481ykd.2; Mon, 29 Jun 2015 18:45:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=45QiT6NAvt6lteUvKWDmxXh8/Ab8AHKnpOmw9p/PQRQ=; b=uXF7cWrEfgi0JxFfRqvV+bNm93hDzJCm8Tga+K6mXOvcynTrngXL+ABjLdx+mFHWtT cp0kwy247RfTeKhcZ/Ph2TXTkgouDroEniESQpaEJJgDQMvNmhaL6830lZXtV5hcpi4y S0rg1LHRnmvzm4FSFZj2CC/y5I+lKS+vuhWtk4fJa2TEMH2pGOQmCeISAwReoHI36vah DifUpzTjRw7l3jyo+T2Phut9+6BUAJ4uRm+nr280blwtnWtumUbY2GfSWw3951QxF7B5 mbikRZw2elEOHKl3NT/pvQB8ygPOpL5VZgBzu7TCB+yIwsCE+UAfMceB3GMNj6d6nxFs iKbw== MIME-Version: 1.0 X-Received: by 10.129.8.213 with SMTP id 204mr10581878ywi.43.1435628746921; Mon, 29 Jun 2015 18:45:46 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.37.39.130 with HTTP; Mon, 29 Jun 2015 18:45:46 -0700 (PDT) In-Reply-To: <1435614385.5387.0@smtp.gmail.com> References: <8CA148D7-81AF-41F8-AA41-9D7700B27242@neville-neil.com> <558C62B6.6030004@FreeBSD.org> <559173E7.30603@FreeBSD.org> <1435614385.5387.0@smtp.gmail.com> Date: Mon, 29 Jun 2015 21:45:46 -0400 X-Google-Sender-Auth: Ze5Voa8KamtCa3pIrO6vCAhlL4Q Message-ID: Subject: Re: Requests for Help: add FreeBSD procstat support to akuma library for Jenkins From: Craig Rodrigues To: Michael Zhilin Cc: "freebsd-testing@freebsd.org" , "freebsd-java@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 01:45:48 -0000 On Mon, Jun 29, 2015 at 5:46 PM, Michael Zhilin wrote: > Hi, > > Here is possible fix (at least works for me @FBSD10-stable): > https://github.com/kohsuke/akuma/pull/9 > Bravo, mate! This is a good patch. I think it is a winner. I tested only the akuma library with this change on FreeBSD-CURRENT, and it worked. I also tested the akuma library with this change on OS X, and there was no regression. I know how to build Jenkins by doing: git clone https://github.com/jenkinsci/jenkins mvn install Do you know how I can build Jenkins and use your modified akuma library? I am new to maven and experimenting with modified plugins. -- Craig