From users-return-2636-apmail-buildr-users-archive=buildr.apache.org@buildr.apache.org Mon Sep 06 05:42:34 2010 Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 58925 invoked from network); 6 Sep 2010 05:42:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Sep 2010 05:42:33 -0000 Received: (qmail 50660 invoked by uid 500); 6 Sep 2010 05:42:33 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 50518 invoked by uid 500); 6 Sep 2010 05:42:31 -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 50510 invoked by uid 99); 6 Sep 2010 05:42:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Sep 2010 05:42:30 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of peter.j.donald@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-wy0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Sep 2010 05:42:25 +0000 Received: by wyi11 with SMTP id 11so5967050wyi.17 for ; Sun, 05 Sep 2010 22:42:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=lgC/1DXoIGm1LcKBPGZqwFSPUhDbUTdsmvQdezooGJQ=; b=cZZAZH33lyzKBXipurSWqMBrLyEeu4ytW8lrjMhPtCIE2/XjnDWWk0fv6SU2TuxXqk M3iGgapWK11ANOEE4K0qL+cGcOyG8+4nbIKj86X23cHTvTxKXxHtQUxOLiyqsMaLlMfk SmosCotWKVgomM0oTD2cxOfmYup7ZdHXvwXpM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=E/bqLBezOb16ItJPLNpWlMgzAuXcPG9xE7akdTo6RjcsRKbFLCQ0+OGPPc+kbViPgr wCgLgLNR4GYNubOps2jyS120qIviBfzWQ5eFX8HQxTcDccTPLdj7y+SeH96PTiwENUVt 2THe9vpq3Tl/2yTgYEDVHSFSM1tN0+A1kzslU= MIME-Version: 1.0 Received: by 10.216.174.69 with SMTP id w47mr3383243wel.25.1283751724359; Sun, 05 Sep 2010 22:42:04 -0700 (PDT) Sender: peter.j.donald@gmail.com Received: by 10.216.171.136 with HTTP; Sun, 5 Sep 2010 22:42:04 -0700 (PDT) In-Reply-To: <6C7DAECE-BEC8-462E-B2DC-F6A046B54A6D@gmail.com> References: <6C7DAECE-BEC8-462E-B2DC-F6A046B54A6D@gmail.com> Date: Mon, 6 Sep 2010 15:42:04 +1000 X-Google-Sender-Auth: Nqn7u4L3YV7AGd5jQ4b500sTGp8 Message-ID: Subject: Re: Buildr and Intellij From: Peter Donald To: users@buildr.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, > So how are people working with Intellij, e.g., while using buildr for bui= ldfiles? =A0I normally let Intellij construct projects based on Maven pom f= iles, from which it inherits info on the project/subproject classpaths. =A0= If I start with a Buildr buildfile, instead of maven pom files, how to clue= Intellij in as to what the project classpath is, especially as it regards = dependencies stated in the buildfile. What you want to check is the buildr-iidea plugin at [1]. [1] http://github.com/realityforge/buildr-iidea --=20 Cheers, Peter Donald