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 365BF200B9F for ; Tue, 27 Sep 2016 00:35:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 351C1160AE3; Mon, 26 Sep 2016 22:35:22 +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 9D177160ACA for ; Tue, 27 Sep 2016 00:35:21 +0200 (CEST) Received: (qmail 42378 invoked by uid 500); 26 Sep 2016 22:35:20 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 42366 invoked by uid 99); 26 Sep 2016 22:35:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2016 22:35:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 786B22C0B05 for ; Mon, 26 Sep 2016 22:35:20 +0000 (UTC) Date: Mon, 26 Sep 2016 22:35:20 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AVRO-1919) formalize the presence of build.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 26 Sep 2016 22:35:22 -0000 [ https://issues.apache.org/jira/browse/AVRO-1919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15524390#comment-15524390 ] ASF subversion and git services commented on AVRO-1919: ------------------------------------------------------- Commit ab25bf2037f98a2fc99179b8ee175d3d876f87b3 in avro's branch refs/heads/master from [~cutting] [ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=ab25bf2 ] AVRO-1919: Formalize the presence of build.sh. Contributed by Suraj Acharya. > formalize the presence of build.sh. > ----------------------------------- > > Key: AVRO-1919 > URL: https://issues.apache.org/jira/browse/AVRO-1919 > Project: Avro > Issue Type: Task > Components: build > Reporter: Suraj Acharya > Assignee: Suraj Acharya > Priority: Minor > Attachments: AVRO-1919.patch > > > After discussing with yetus community we will need a build.sh for every language. > Currently it is present for a few and not for all > {code} > Busbey-MBA:avro busbey$ find . -name build.sh > ./build.sh > ./lang/c/build.sh > ./lang/c++/build.sh > ./lang/csharp/build.sh > ./lang/js/build.sh > ./lang/php/build.sh > ./lang/ruby/build.sh > {code} > The objective of this task is to create a build.sh for each of the languages. > It might be good idea to refactor the top level build.sh to use the new build.sh scripts like it does for other languages. -- This message was sent by Atlassian JIRA (v6.3.4#6332)