Return-Path: X-Original-To: apmail-kafka-dev-archive@www.apache.org Delivered-To: apmail-kafka-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 7F76EF498 for ; Mon, 1 Apr 2013 15:47:16 +0000 (UTC) Received: (qmail 40300 invoked by uid 500); 1 Apr 2013 15:47:15 -0000 Delivered-To: apmail-kafka-dev-archive@kafka.apache.org Received: (qmail 40115 invoked by uid 500); 1 Apr 2013 15:47:14 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 40087 invoked by uid 99); 1 Apr 2013 15:47:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Apr 2013 15:47:14 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of neha.narkhede@gmail.com designates 74.125.82.46 as permitted sender) Received: from [74.125.82.46] (HELO mail-wg0-f46.google.com) (74.125.82.46) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Apr 2013 15:47:07 +0000 Received: by mail-wg0-f46.google.com with SMTP id l18so2163435wgh.13 for ; Mon, 01 Apr 2013 08:46:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=X+VfgRTig7K6jMqWeIWN+QSjAc/9Ht5iaRMMBV1QfQ8=; b=nYhs1687GB/Rd5eGNBHkuMG5d3r+ym3DnXg27qkozSbfLBKF7j35BNQkUPNzJCfzID 1Zb1gTwpfGlJReoxRHB2ukwQ5ENW9pXZ4hOVzpNHx7PLWEG6+eSEK4X4RV1Wsq9fR5JD 7L/gnZricebrcLfZeqWeqvrJJj1n1H5b8VkFKyAUjXsUn4y20McymaFbkvx8yhlNdp3O yQhLGtfmEPPVE6UpQPm1X1p+VT+l9NZ0oLOtViTsdE2nfCXFmrKr2zmLu6jcBr90OUHW mSu2nMG8bZ8N8CvZM8s96G8fqK9fyZkk37UnfUCaUEaBI1+BRx3lJoH+axqj5fc7jQqA OICQ== MIME-Version: 1.0 X-Received: by 10.180.19.39 with SMTP id b7mr10702908wie.15.1364831207451; Mon, 01 Apr 2013 08:46:47 -0700 (PDT) Received: by 10.217.88.194 with HTTP; Mon, 1 Apr 2013 08:46:47 -0700 (PDT) In-Reply-To: References: Date: Mon, 1 Apr 2013 08:46:47 -0700 Message-ID: Subject: Re: How to create a deployable release? From: Neha Narkhede To: "dev@kafka.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Cosmin, The release-zip target worked for a short while but has been broken for a long time now. Its purpose was to create a deployable release tarball that has all the dependencies , configs and scripts. Patches are welcome! Thanks, Neha On Mon, Apr 1, 2013 at 8:14 AM, Cosmin Lehene wrote: > Hi, > > Reading the documentation it seems there should be a release-zip task ("release-zip : Create all the jars, run unit tests and create a deployable release zip") > I can't see it, nor can I find the equivalent. Any hints? > > Thanks, > Cosmin >