Return-Path: Delivered-To: apmail-incubator-buildr-user-archive@locus.apache.org Received: (qmail 69715 invoked from network); 4 Feb 2008 23:00:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2008 23:00:58 -0000 Received: (qmail 51691 invoked by uid 500); 4 Feb 2008 23:00:49 -0000 Delivered-To: apmail-incubator-buildr-user-archive@incubator.apache.org Received: (qmail 51673 invoked by uid 500); 4 Feb 2008 23:00:49 -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 51664 invoked by uid 99); 4 Feb 2008 23:00:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2008 15:00:49 -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 (athena.apache.org: domain of stephen.duncan@gmail.com designates 64.233.166.183 as permitted sender) Received: from [64.233.166.183] (HELO py-out-1112.google.com) (64.233.166.183) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2008 23:00:21 +0000 Received: by py-out-1112.google.com with SMTP id a25so2615935pyi.13 for ; Mon, 04 Feb 2008 15:00:06 -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=ohtRQVBs7GPkoShaSDsq8/oN2fpK6RDNMz/pTbosoRE=; b=S1qzSBWPRx3dLiy74dkeGIzYx/p/T1MPMRpXZfv5f66WORq9ABuis/dIG1X4Qe79T3Gza1nR948FG88aE5NZHwyy2JLdu536NRUmoUHY9GGVQntOxC4x3yRYbzAGuneqjmlvCLdBgrE4LFSGHIgGa3WvIKgP6b98PWODI2uxQWk= 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=LwDIPorS5sQeazcKqFHBMlrBys6ZuSq/GQFACzuP4UBdwIy3ZQoqt0iwVdidPB9Sa4no+I3C0olyeqFrSojKXZBvpFBl3J13RGh+A8p0yppLiPOTmqHqsPMlPizD2MT4GL/G5qOTyvI1fQS8oOsas7F8aduWAWtM4jDXPR5lrY8= Received: by 10.65.189.20 with SMTP id r20mr13982813qbp.48.1202166006165; Mon, 04 Feb 2008 15:00:06 -0800 (PST) Received: by 10.65.97.19 with HTTP; Mon, 4 Feb 2008 15:00:06 -0800 (PST) Message-ID: Date: Mon, 4 Feb 2008 18:00:06 -0500 From: "Stephen Duncan" To: buildr-user@incubator.apache.org Subject: Re: State of Transitive Dependencies In-Reply-To: <3de5d7d20802041234v4c11c6ei721f96a02abb431@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8346_8106098.1202166006093" References: <3de5d7d20802041234v4c11c6ei721f96a02abb431@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_8346_8106098.1202166006093 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Feb 4, 2008 3:34 PM, Assaf Arkin wrote: > On 2/2/08, Stephen Duncan wrote: > > > > It's not tested, so I can't guarantee it will work in most cases, segfault > is probably recursion eating up the stack. We'll have to deal with this > properly in the next major release (past 1.3). > Ok. See my other e-mail for a current regression from 1.2.10 to trunk. > > > Is transitive supposed (or going to) work on projects as well? > > > Nope, but project('foo').compile.classpath will. >From warnings that I got, I gather that's supposed to be project('foo').compile.dependencies now, right? I know my test build doesn't work between 1.3.0 and 1.2.10, and it looks like it's because in 1.2.10 I need to explicitly set more things test.withdependencies. Are project compile dependencies being automatically added to the test classpath? These are things I felt I had to struggle through figuring out when testing that it would be good to see explicit in the docs. > > Also, how do you (or can you) get project dependencies to end up in the > > POM > > when doing buildr install? > > > We can't right now, again something we'll have to resolve by adding proper > dependency management. > > Assaf Ok, good to know. Thanks for the answers and help. -Stephen ------=_Part_8346_8106098.1202166006093--