Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 89288 invoked from network); 30 Apr 2009 03:51:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Apr 2009 03:51:01 -0000 Received: (qmail 28729 invoked by uid 500); 30 Apr 2009 03:51:00 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 28639 invoked by uid 500); 30 Apr 2009 03:51:00 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 28629 invoked by uid 99); 30 Apr 2009 03:50:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2009 03:50:59 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of djspiewak@gmail.com designates 209.85.132.248 as permitted sender) Received: from [209.85.132.248] (HELO an-out-0708.google.com) (209.85.132.248) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2009 03:50:51 +0000 Received: by an-out-0708.google.com with SMTP id d14so926753and.17 for ; Wed, 29 Apr 2009 20:50:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=UXrtDV2WXg3yXgMq4GENhRyefPXftXsuwI5C391YHv8=; b=and8nx5uUBO9C/rJy4sLCFCU/7QgwjuP4vgLQAV+Ezt8Gp/ON9mwN8fBGuH+fqtE8i 1iq/+FBJokXPVgbzO+yyc4Nzrwifi2EX3ByLZr1sYKkNdJYwXAcd8ZXF5HwSVQWYbfJ/ eiq2qtAualZ8xuBo8OI0QizZo8Wa07yMulrYA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=Ib3+SXRioTXUF73xhm1h7zKQjpXha2ImMrdZvy87rJJpW2XQuhMxx+GN+dyGCDaAMC Hu82lhuNG7nhXGan4p+x0lTcyhi4gt+nPlHf8NZTs71VR5d8hKzPAgRqb4Obloby89uH xq7HimxzgTpwBOJU3QTQPgsdTUCwuPanz7tuM= MIME-Version: 1.0 Received: by 10.100.202.8 with SMTP id z8mr2143233anf.151.1241063430110; Wed, 29 Apr 2009 20:50:30 -0700 (PDT) In-Reply-To: <5582dd3b0904291827h65db25f5l1b5742f8834f221c@mail.gmail.com> References: <5582dd3b0904271436v1d15905di6f685550b08f4db9@mail.gmail.com> <5582dd3b0904271438o73d6aaaaqa5293775c35b72df@mail.gmail.com> <4dcd15a90904271440w2184f85amab288ed811f689c2@mail.gmail.com> <4dcd15a90904271442t302bc920s87e74f5c22d9bf9f@mail.gmail.com> <5582dd3b0904281257k30852dd7r4c7db36eaf9c1c35@mail.gmail.com> <6B01177F-BB57-453C-83A5-DBFB548927A6@blau.de> <5582dd3b0904291827h65db25f5l1b5742f8834f221c@mail.gmail.com> From: Daniel Spiewak Date: Wed, 29 Apr 2009 22:50:10 -0500 Message-ID: <5c99d0330904292050n26603bf9s813b2c2f741cd9@mail.gmail.com> Subject: Re: Buildr 1.3.4 Released To: users@buildr.apache.org Content-Type: multipart/alternative; boundary=001636920430e53ffc0468bd98c1 X-Virus-Checked: Checked by ClamAV on apache.org --001636920430e53ffc0468bd98c1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Maybe I'm missing something, but doesn't Buildr already support transitive dependencies? define 'my-project' do compile.with transitive('org.apache.wicket:wicket:jar:1.4') end Daniel On Wed, Apr 29, 2009 at 8:27 PM, Alex Boisvert wrote= : > Hi Peter, > > On Tue, Apr 28, 2009 at 11:16 PM, peter schr=C3=B6der wrote: > > > Hi Alex, > > > > i joined the list in April and looked at the last Posts in the Mailing > > list, wich were quite old. > > The same impression on the http://groups.google.com/group/buildr-talk = . > > > The buildr-task mailing list was used before we moved into the Apache > incubator so it hasn't been used in a long while. > > > > But i am quit happy that its not the case! I appreciate the work on > buildr > > and i like the style of webseite and especially the pdf-version of the > > quide! I think its one of the best reads from a apache project i ever > had! > > > Great to hear! Assaf must be credited for much of the documentation and > doc > infrastructre. I like the result too. It's easy for developers to write > doc and it produces great output. > > On the google-groups i found an (old) discussion about a plugin that > > generates a maven pom with dependencies for an artifact. Is that > something > > that is coming a future release of buildr? > > > Yes, that's the plan. > > We are currently evaluating buildr combined with ivy for > > dependency-mechanism, but a built-in maven dependency-support would be > even > > nicer! > > > We're planning dependency management for Buildr 1.4.x. No actual work ha= s > started yet but ideas have been circulated. We definitely plan to > support > reading Maven2 poms for transitive dependencies. Using Ivy is a > possibility. Do you want to look into that? > > alex > --001636920430e53ffc0468bd98c1--