From dev-return-8873-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Tue Nov 01 22:37:00 2005 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 72666 invoked from network); 1 Nov 2005 22:37:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Nov 2005 22:37:00 -0000 Received: (qmail 29164 invoked by uid 500); 1 Nov 2005 22:36:55 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 29110 invoked by uid 500); 1 Nov 2005 22:36:54 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 28983 invoked by uid 99); 1 Nov 2005 22:36:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2005 14:36:51 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [212.27.42.36] (HELO smtp6-g19.free.fr) (212.27.42.36) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2005 14:36:47 -0800 Received: from routeur (vol75-3-82-66-216-176.fbx.proxad.net [82.66.216.176]) by smtp6-g19.free.fr (Postfix) with ESMTP id B311E960E for ; Tue, 1 Nov 2005 23:36:29 +0100 (CET) Subject: Re: Using Eclipse for ApacheDS Building From: Emmanuel Lecharny To: Apache Directory Developers List In-Reply-To: <524960cd0511011433t17eea03do2e615216f57f33a1@mail.gmail.com> References: <524960cd0511011259o6bcfb0d2ye848e1062e3aeaa9@mail.gmail.com> <1130883521.11438.45.camel@wkslx01.iktek.com> <524960cd0511011433t17eea03do2e615216f57f33a1@mail.gmail.com> Content-Type: text/plain Organization: iktek Date: Tue, 01 Nov 2005 23:32:51 +0100 Message-Id: <1130884371.11438.48.camel@wkslx01.iktek.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-6) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Tue, 2005-11-01 at 17:33 -0500, Lyndon Washington wrote: > Emmanuel, > > Thanks very much for the insight. Just to round out my understanding > of why you do the things you do :-) . . . am I correct in assuming > that you perform the maven build so that the antlr stuff is built > properly? This is exact. And also to download the jars. > Would it be safe to assume that once you have performed that step > once, if all I am changing is the Java source, I can safely use > Eclipse to build from that point on? This is exactly what I'm doing ;) Be aware that if you change something in antlr files, you are in for a mavenization ;) -- Emmanuel