Return-Path: X-Original-To: apmail-incubator-drill-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-drill-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D66F5DED7 for ; Wed, 12 Sep 2012 21:12:12 +0000 (UTC) Received: (qmail 91851 invoked by uid 500); 12 Sep 2012 21:12:12 -0000 Delivered-To: apmail-incubator-drill-dev-archive@incubator.apache.org Received: (qmail 91805 invoked by uid 500); 12 Sep 2012 21:12:12 -0000 Mailing-List: contact drill-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: drill-dev@incubator.apache.org Delivered-To: mailing list drill-dev@incubator.apache.org Received: (qmail 91797 invoked by uid 99); 12 Sep 2012 21:12:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 21:12:12 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rdmurugandev@gmail.com designates 209.85.216.175 as permitted sender) Received: from [209.85.216.175] (HELO mail-qc0-f175.google.com) (209.85.216.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 21:12:05 +0000 Received: by qcad10 with SMTP id d10so1547408qca.6 for ; Wed, 12 Sep 2012 14:11:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=k+H8W66OcunUIRJBKOSyozpkNo7orq7Q1v8mYiqiOlE=; b=zlm9QZVCCVVBDz0RtCN49eTSTr9pZ/28NUsb93A3snSwq6rKm7N0oPhgYTeKyd+hX5 KSYRvPm2qSlk1OQmbECNw+0MuGY0PWcOJfugSpLo6sN2/aVu5v6O+IGLNAkODX7DmJLq 7DvAmfun4VrU/CcVXTlpzdtBrA/8ALUaI0/ubdwGzVSwREr3jfR7cBe1zEiMh7l9R2wC 7ynjeYxVmIS/u0BBkAHox13McFuWP0sbCMTwGX91WO6t/3eMmjPoOTFk9Sw1ITyKCkAj 0HU+bhqWqSFsEOPRmysy08nbg1rWIlLFDa90anqnTmIeHD8KhtQdeziNEBTodlT3LUU+ AH+g== MIME-Version: 1.0 Received: by 10.224.220.138 with SMTP id hy10mr958660qab.68.1347484304878; Wed, 12 Sep 2012 14:11:44 -0700 (PDT) Received: by 10.49.130.162 with HTTP; Wed, 12 Sep 2012 14:11:44 -0700 (PDT) In-Reply-To: References: <43FCBBBD-31FB-46D1-83B7-D36C2B23ADF4@gmail.com> <3AFF72C7-6F78-44C8-840E-42C3C03D5E2C@gmail.com> Date: Wed, 12 Sep 2012 17:11:44 -0400 Message-ID: Subject: Re: Parser From: Duraimurugan Rajamanickam To: drill-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=20cf3074b9fc552d2604c987a307 X-Virus-Checked: Checked by ClamAV on apache.org --20cf3074b9fc552d2604c987a307 Content-Type: text/plain; charset=ISO-8859-1 > > I would like to suggest, Gradle (based on groovy) . Fast and easier to > manage/use. > It would need a some level of groovy knowledge though! > On Thu, Sep 13, 2012 at 12:51 AM, Camuel Gilyadov > wrote: > > What is wrong with good old Ant? > > I can live with maven too... it just has too many gotchas > > > > On 9/12/12, Julien Le Dem wrote: > >> +1 for maven. > >> Could those against please suggest alternatives? > >> Thank you > >> Julien > >> > >> On Wed, Sep 12, 2012 at 1:32 PM, Camuel Gilyadov > wrote: > >> > >>> -1 for maven. > >>> > >>> On 9/12/12, Constantine Peresypkin wrote: > >>> > If build system is evil it's better to build it manually. > >>> > -1 for maven > >>> > > >>> > On Wed, Sep 12, 2012 at 9:53 PM, Michael Hausenblas < > >>> > michael.hausenblas@gmail.com> wrote: > >>> > > >>> >> > >>> >> > >>> >> > I know that no-one has mentioned this before but what about the > >>> >> > build > >>> >> system for drill? > >>> >> > I'm personally in favor of maven (lesser evil for java IMO). > >>> >> > I'd be happy to contribute that setup, if needed. > >>> >> > >>> >> If codebase mainly in Java, yeah maven (though it feels like it > >>> downloads > >>> >> half of the Internet every time). > >>> >> > >>> >> But not so fast - did we agree on Java, yet? How about Scala + SBT > >>> >> [1]? > >>> >> Integrates nicely with Java and is soooo much more productive ;) > >>> >> > >>> >> Cheers, > >>> >> Michael > >>> >> > >>> >> [1] http://www.scala-sbt.org/ > >>> >> > >>> >> -- > >>> >> Michael Hausenblas > >>> >> Ireland, Europe > >>> >> http://mhausenblas.info/ > >>> >> > >>> >> On 12 Sep 2012, at 20:47, David Alves wrote: > >>> >> > >>> >> > I know that no-one has mentioned this before but what about the > >>> >> > build > >>> >> system for drill? > >>> >> > I'm personally in favor of maven (lesser evil for java IMO). > >>> >> > I'd be happy to contribute that setup, if needed. > >>> >> > > >>> >> > -david > >>> >> > > >>> >> > On Sep 12, 2012, at 1:42 PM, Ted Dunning > >>> wrote: > >>> >> > > >>> >> >> I see classes in the source tree: > >>> >> >> > >>> >> >> > >>> >> > >>> > https://github.com/ApacheDrill/parser/tree/master/src/org/apache/drill/parsers/impl/drqlantlr/autogen/classes/org/apache/drill/parsers/impl/drqlantlr/autogen > >>> >> >> > >>> >> >> Also, I would strongly recommend pulling the antlr source code > into > >>> an > >>> >> >> antler source tree. > >>> >> >> > >>> >> >> > >>> >> >> > >>> >> >> On Wed, Sep 12, 2012 at 11:31 AM, Camuel Gilyadov > >>> >> >> wrote: > >>> >> >> > >>> >> >>> Still work in progress, but anyway - > >>> >> https://github.com/ApacheDrill/parser > >>> >> >>> > >>> >> >>> Constructive critique and contributions are welcome > >>> >> >>> > >>> >> > > >>> >> > >>> >> > >>> > > >>> > >>> -- > >>> Sent from my mobile device > >>> > >> > > > > -- > > Sent from my mobile device > > > > -- > Vladimir Klimontovich > Cell: +7-926-890-2349, skype: klimontovich > --20cf3074b9fc552d2604c987a307--