Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 21856 invoked from network); 23 Apr 2007 09:25:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2007 09:25:40 -0000 Received: (qmail 52972 invoked by uid 500); 23 Apr 2007 09:25:46 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 52936 invoked by uid 500); 23 Apr 2007 09:25:45 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 52925 invoked by uid 99); 23 Apr 2007 09:25:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 02:25:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [192.6.10.60] (HELO tobor.hpl.hp.com) (192.6.10.60) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 02:25:38 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by tobor.hpl.hp.com (Postfix) with ESMTP id 518BF4C0A4 for ; Mon, 23 Apr 2007 10:25:16 +0100 (BST) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from tobor.hpl.hp.com ([127.0.0.1]) by localhost (tobor.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id LiZ6mmQXcmR9 for ; Mon, 23 Apr 2007 10:25:15 +0100 (BST) Received: from ha-node-br3.hpl.hp.com (ha-node-br3.hpl.hp.com [16.25.144.58]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tobor.hpl.hp.com (Postfix) with ESMTP id 83F294C08E for ; Mon, 23 Apr 2007 10:25:15 +0100 (BST) Received: from [16.25.171.182] (chamonix.hpl.hp.com [16.25.171.182]) by ha-node-br3.hpl.hp.com (8.14.1/8.13.4) with ESMTP id l3N9P3V0014402 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 23 Apr 2007 10:25:04 +0100 (BST) Message-ID: <462C7B6F.1030706@apache.org> Date: Mon, 23 Apr 2007 10:25:03 +0100 From: Steve Loughran User-Agent: Thunderbird 1.5.0.10 (X11/20070221) MIME-Version: 1.0 To: Ant Developers List Subject: Re: IdeaJ References: <514927.56336.qm@web55109.mail.re4.yahoo.com> In-Reply-To: <514927.56336.qm@web55109.mail.re4.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org Matt Benson wrote: > FTR, since I had sent a note to the list announcing my > intent to use IDEA on my MBP, I eval'd IDEA and it > informed me of random problems that didn't really > exist. I then attempted to use NetBeans but its > apparent lack of a workspace concept (feel free to > show me where I'm wrong here, anyone) was not > conducive to my working needs. SO I am using Eclipse > again. I use IDEA as Ant's IDE; build with ant itself. At work I can build with IDEA, but have to do an ant run to do corner case things (javacc, rmic, etc). It does take a while to get used to, but is good after that. what causes trouble in Ant's source tree are the optional tasks, because we dont have a simple directory/library mapping. If all source that depended on a specific library was in a single package, it would be easy to exclude that package when you dont have the JAR. As it is. oata.tasks.optional is trouble -steve --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org