Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 7236 invoked from network); 30 Apr 2009 05:05:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Apr 2009 05:05:25 -0000 Received: (qmail 83082 invoked by uid 500); 30 Apr 2009 05:05:25 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 83051 invoked by uid 500); 30 Apr 2009 05:05:25 -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 83039 invoked by uid 99); 30 Apr 2009 05:05:25 -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 05:05:25 +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 boisvert@intalio.com designates 74.125.44.28 as permitted sender) Received: from [74.125.44.28] (HELO yx-out-2324.google.com) (74.125.44.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2009 05:05:17 +0000 Received: by yx-out-2324.google.com with SMTP id 8so910691yxb.17 for ; Wed, 29 Apr 2009 22:04:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.151.133.5 with SMTP id k5mr2760733ybn.225.1241067895138; Wed, 29 Apr 2009 22:04:55 -0700 (PDT) In-Reply-To: <5c99d0330904292050n26603bf9s813b2c2f741cd9@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> <5c99d0330904292050n26603bf9s813b2c2f741cd9@mail.gmail.com> Date: Wed, 29 Apr 2009 22:04:55 -0700 Message-ID: <5582dd3b0904292204j100b20cdj38575b5b787b1965@mail.gmail.com> Subject: Re: Buildr 1.3.4 Released From: Alex Boisvert To: users@buildr.apache.org Content-Type: multipart/alternative; boundary=001e680f1038082bc20468bea3f7 X-Virus-Checked: Checked by ClamAV on apache.org --001e680f1038082bc20468bea3f7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Yes, although the support is still rather basic. transitive() doesn't support version ranges, coalescing versions (e.g. log4j-1.2.14 and 1.2.15), proximity or priority, etc. Also, I think Peter was asking whether Buildr publishes Maven poms that include dependency information. alex On Wed, Apr 29, 2009 at 8:50 PM, Daniel Spiewak wrote= : > Maybe I'm missing something, but doesn't Buildr already support transitiv= e > 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 wrot= e: > > > > > Hi Alex, > > > > > > i joined the list in April and looked at the last Posts in the Mailin= g > > > 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 th= e > > > 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 an= d > > doc > > infrastructre. I like the result too. It's easy for developers to wri= te > > 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 b= e > > even > > > nicer! > > > > > > We're planning dependency management for Buildr 1.4.x. No actual work > has > > 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 > > > --001e680f1038082bc20468bea3f7--