Return-Path: X-Original-To: apmail-openoffice-dev-archive@www.apache.org Delivered-To: apmail-openoffice-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 36B301913A for ; Wed, 6 Apr 2016 10:27:56 +0000 (UTC) Received: (qmail 99256 invoked by uid 500); 6 Apr 2016 10:27:55 -0000 Delivered-To: apmail-openoffice-dev-archive@openoffice.apache.org Received: (qmail 99167 invoked by uid 500); 6 Apr 2016 10:27:55 -0000 Mailing-List: contact dev-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list dev@openoffice.apache.org Received: (qmail 99156 invoked by uid 99); 6 Apr 2016 10:27:55 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2016 10:27:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 7943AC092B for ; Wed, 6 Apr 2016 10:27:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.98 X-Spam-Level: X-Spam-Status: No, score=0.98 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 3oRvuQW-lwLK for ; Wed, 6 Apr 2016 10:27:53 +0000 (UTC) Received: from outbound1a.ore.mailhop.org (outbound1a.ore.mailhop.org [54.213.22.21]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTPS id 2FCC95F253 for ; Wed, 6 Apr 2016 10:27:53 +0000 (UTC) X-MHO-User: 4251928a-fbe2-11e5-b278-7d22021d92d7 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 69.135.186.89 X-Mail-Handler: DuoCircle Outbound SMTP Received: from [192.168.1.30] (unknown [69.135.186.89]) by outbound1.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA for ; Wed, 6 Apr 2016 10:28:09 +0000 (UTC) Message-ID: <5704E49F.1010102@apache.org> Date: Wed, 06 Apr 2016 06:27:43 -0400 From: Carl Marcum User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: dev@openoffice.apache.org Subject: Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4 References: <57039C5A.1010009@apache.org> <57046CF1.3030607@acm.org> In-Reply-To: <57046CF1.3030607@acm.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 04/05/2016 09:57 PM, Patricia Shanahan wrote: > I think you will get more votes with more instructions. > > I've never done a gradle build, and have no idea how to do one. I'm > sure I could find out, but that is going to take time. > > Hi Patricia, On Linux I usually use SDKMAN to manage my Gradle, Groovy, etc. It's an environment manager for that includes Gradle support. You can download it here: http://sdkman.io/ or use curl: |curl -s http://get.sdkman.io | bash There is also a Windows powershell version but I haven't used it. Usage page is here: http://sdkman.io/usage.html If you don't go that route you can get Gradle here: http://gradle.org/gradle-download/ Once you have it installed you can build the project with 'gradle jar' Also 'gradle clean' removes the build artifacts. The jar task will run clean during a build anyway. More info about the Groovy UNO is on our wiki: https://wiki.openoffice.org/wiki/Groovy_UNO_Extension Please let me know if you have any questions. I'll be back online this evening EST. Thanks, Carl | --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org For additional commands, e-mail: dev-help@openoffice.apache.org