Return-Path: Delivered-To: apmail-incubator-buildr-user-archive@locus.apache.org Received: (qmail 55062 invoked from network); 1 Apr 2008 18:38:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Apr 2008 18:38:01 -0000 Received: (qmail 139 invoked by uid 500); 1 Apr 2008 18:38:01 -0000 Delivered-To: apmail-incubator-buildr-user-archive@incubator.apache.org Received: (qmail 99967 invoked by uid 500); 1 Apr 2008 18:38:00 -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 99958 invoked by uid 99); 1 Apr 2008 18:38:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 11:38:00 -0700 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 vic.borja@gmail.com designates 209.85.198.191 as permitted sender) Received: from [209.85.198.191] (HELO rv-out-0910.google.com) (209.85.198.191) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 18:37:19 +0000 Received: by rv-out-0910.google.com with SMTP id k20so1411402rvb.0 for ; Tue, 01 Apr 2008 11:37:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=xxMN9FqKfc38c4Hv+c3rgQfQlZoX0UExeHUH1cPdaz8=; b=Rim3fIXR3/3fJywlp2BB+JP39BLKrF5/FPdOwdRS0d0QAKMyg9XXG/EWdKQHhVkWsc0PmNQyU9+Opmc1lWaU+wLWq7qoVY4etaACUeDRwZPe8k4gpBXwOKYaavOSJiFidSiF+FQjwiEkm4qupsQwdolDYioYbkv1pzhp0MaD2z0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=qTdNPjqIQuEWXzvEe0PioXrSI6E3qzCsK63m7b3H9BQTIg6O608v4JXy/sAfrADbHlMIYQGhEb05ItI2ciJWVBRc2sIFeJrdpr0VRpyqIG24Mq+NuNx7ukHtFQhDyDzta5WhruJY6XKxJlfv52ya8owc2sFmaP8yvCMe//cFsLk= Received: by 10.141.86.14 with SMTP id o14mr4578100rvl.148.1207075051737; Tue, 01 Apr 2008 11:37:31 -0700 (PDT) Received: from ?192.168.1.78? ( [189.143.26.26]) by mx.google.com with ESMTPS id g21sm656635rvb.29.2008.04.01.11.37.30 (version=SSLv3 cipher=RC4-MD5); Tue, 01 Apr 2008 11:37:31 -0700 (PDT) Message-ID: <47F280E0.6090302@gmail.com> Date: Tue, 01 Apr 2008 12:37:20 -0600 From: Victor Hugo Borja User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: buildr-user@incubator.apache.org Subject: Re: Inherit Classpath. References: <5114D17D-E76F-4E19-8668-7D0BDEE8865F@gmail.com> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Maarten Billemont wrote: > For now I'm just using the following to set X:a's classpath onto X:b: > > compile.with project("X:a"), project("X:a").compile.classpath That's the way to do it. compile.with project("X:a") # add the packages generated by "X:a"