Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 15288 invoked from network); 2 Sep 2005 23:02:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Sep 2005 23:02:59 -0000 Received: (qmail 60916 invoked by uid 500); 2 Sep 2005 23:02:56 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 60895 invoked by uid 500); 2 Sep 2005 23:02:56 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 60876 invoked by uid 99); 2 Sep 2005 23:02:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2005 16:02:56 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ap-cocoon-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2005 16:03:10 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EBKXU-00076z-HQ for dev@cocoon.apache.org; Sat, 03 Sep 2005 01:01:40 +0200 Received: from c-67-171-172-83.hsd1.or.comcast.net ([67.171.172.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 Sep 2005 01:01:40 +0200 Received: from mlundquist2 by c-67-171-172-83.hsd1.or.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 Sep 2005 01:01:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: Mark Lundquist Subject: Re: Eclipse w/ 2.1.7 Date: Fri, 02 Sep 2005 16:00:16 -0700 Lines: 27 Message-ID: <4318D980.80105@comcast.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c-67-171-172-83.hsd1.or.comcast.net User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 X-Accept-Language: en-us, en In-Reply-To: Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jorg Heymans wrote: > FWIW i still do "build eclipse-project" even "build > eclipse-customized-project". The latter sets up the source paths of the > enabled blocks only Hey, that is great... next time I won't have to cut down .classpath by hand :-) Why doesn't the regular eclipse-project target do that? Why would anybody want source paths of excluded blocks on their classpath? -=-=-=-=- Here's another one, going a little OT I guess, but... :-/ I've set it up so that my Cocoon project is "remote", it's not contained in my Eclipse project (there's a symbolic link to it). I have the Cocoon src dirs in .classpath, but just for debugging... I don't want them to compile when I build my project (but of course I _do_ want Eclipse to compile my project-specific Java sources...) Any idea how to set that up? Cheers, �ml�