Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@locus.apache.org Received: (qmail 86182 invoked from network); 6 Jan 2009 05:35:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jan 2009 05:35:22 -0000 Received: (qmail 12407 invoked by uid 500); 6 Jan 2009 05:35:21 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 12388 invoked by uid 500); 6 Jan 2009 05:35:21 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 12377 invoked by uid 99); 6 Jan 2009 05:35:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2009 21:35:21 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chanwit@gmail.com designates 209.85.218.15 as permitted sender) Received: from [209.85.218.15] (HELO mail-bw0-f15.google.com) (209.85.218.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2009 05:35:15 +0000 Received: by bwz8 with SMTP id 8so17927177bwz.12 for ; Mon, 05 Jan 2009 21:34:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ZQd4g+dXnqc/gUrGNKrJ3313/6fRPlBZArFug24HTXw=; b=Qd4qCJdjaZsIgB64abSndKfIQYL2ngWOTUtrhsSegPwOLuZgVqbs9WJKCvmWKOs1Zm ILN0/0LUs5CYIdx412sEiTxjj4C/c2Z/kh3DX+PDqNpK7jljsidF8YA7wUGat436sdhy mlTnvwTtCBlyT3/MQzdb+lxHfT+7xKFEMJyqs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=tggTzSuBpmvIM2+1gpm8Wx/LLHhFJEHXzmWSJ46oBAMQ3kC+SikMOY7RbUQIniHxNW E6x52jM0FLRLKnHNhoCpRt63G5fwUJ8lR3lKhptSJzd1Z/KlND5RGFAaWmgpzfKH79KK k+h89zmd3ny4En2S1kTKVW0/VQw0+DOhjoCms= Received: by 10.103.191.12 with SMTP id t12mr7673109mup.49.1231220093640; Mon, 05 Jan 2009 21:34:53 -0800 (PST) Received: by 10.103.92.6 with HTTP; Mon, 5 Jan 2009 21:34:53 -0800 (PST) Message-ID: <25ff69410901052134t3240e71cj840b4e18bbc30d25@mail.gmail.com> Date: Tue, 6 Jan 2009 12:34:53 +0700 From: "Chanwit Kaewkasi" To: hama-dev@incubator.apache.org Subject: Re: Ivy for jar dependency management In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <25ff69410901052034q1b6047e0r616e499683a1e67e@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org 2009/1/6 Edward J. Yoon : > I like this idea. +1 > > Then, We don't need to update periodically? Yes, I think so. Just change the XML configuration, and rebuild, then it should resolve a new set of jars for us without putting them into the repo. Let me go through its document more. Chanwit