Return-Path: Delivered-To: apmail-incubator-buildr-user-archive@locus.apache.org Received: (qmail 21611 invoked from network); 26 Feb 2008 21:15:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2008 21:15:39 -0000 Received: (qmail 79693 invoked by uid 500); 26 Feb 2008 21:15:34 -0000 Delivered-To: apmail-incubator-buildr-user-archive@incubator.apache.org Received: (qmail 79681 invoked by uid 500); 26 Feb 2008 21:15:34 -0000 Mailing-List: contact buildr-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: buildr-user@incubator.apache.org Delivered-To: mailing list buildr-user@incubator.apache.org Received: (qmail 79668 invoked by uid 99); 26 Feb 2008 21:15:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 13:15:34 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of stephen.duncan@gmail.com designates 64.233.166.181 as permitted sender) Received: from [64.233.166.181] (HELO py-out-1112.google.com) (64.233.166.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 21:14:46 +0000 Received: by py-out-1112.google.com with SMTP id a25so3084946pyi.13 for ; Tue, 26 Feb 2008 13:15:07 -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:references; bh=CHvIus1bYQzCGXDKcT8I91JIscQHyjtVROg7yTf/XdY=; b=es/ke945Z4mE2blVbbsvUSXPjVG8D4hCtc2w8dZtU55cUI6Kt2Aau9dtZr4I5XcKDR36KtIFTFmck79WVlHCQKwahi08g/EL6nO/dQTHuCucwishysVdSAqsnitHSQtq/kvCzD9CuTAUf0DDEFFn+cnc1Y5/a2CclrUd/vgNibo= 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:references; b=ehvsf3ITVYbkCxfVoZTo0AZaupDlUDTUXK5qqFBn+R2hRrUOB2G3ANXPihwhWEjCHxU2YOnPPorPr3XoeGfC9gDQOMzEWKhiN5BAUFHHzwQIRC4VyXLjnT2vsNuBwbWbOtiDmlSmo2IqrpPQIvI9DefoMIMRQvqiw+7MrTHuz38= Received: by 10.35.87.10 with SMTP id p10mr6269725pyl.34.1204060506421; Tue, 26 Feb 2008 13:15:06 -0800 (PST) Received: by 10.64.131.6 with HTTP; Tue, 26 Feb 2008 13:15:06 -0800 (PST) Message-ID: Date: Tue, 26 Feb 2008 16:15:06 -0500 From: "Stephen Duncan Jr" To: buildr-user@incubator.apache.org Subject: Re: Maven dependencies In-Reply-To: <42fe43e10802261308q77836df6wc7f282c9bca10e92@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15471_18342249.1204060506363" References: <42fe43e10802261308q77836df6wc7f282c9bca10e92@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_15471_18342249.1204060506363 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline There is (experimental) support in buildr for transitive dependency support. You must use it explicitly though: compile.with(transitive('org.hibernate:hibernate-annotations:jar:3.3.0.ga')) (That's my understanding of the current state of things after asking about it a little while ago) -Stephen On Tue, Feb 26, 2008 at 4:08 PM, Hagen Overdick wrote: > Hello all, > > forced back into java world, I'd at least like to use buildr. > > However, I notice that > compile.with(''org.hibernate:hibernate-annotations:jar:3.3.0.ga') > installs this jar only, while I'd expect it to install this and all > it's dependencies. > > Do I really have to specify them each manually? That defeats the > purpose, doesn't it. > > Please just tell me I am doing something horribly wrong, didn't find > anything suitable via google nor the archive. > > Cheers, > > Hagen > -- > Dissertations are a successful walk through a minefield -- summarizing > them is not. - Roy Fielding > -- Stephen Duncan Jr www.stephenduncanjr.com ------=_Part_15471_18342249.1204060506363--