From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31548 invoked by alias); 19 Sep 2003 14:32:59 -0000 Mailing-List: contact eclipse-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: eclipse-owner@sources.redhat.com Received: (qmail 31539 invoked from network); 19 Sep 2003 14:32:59 -0000 Message-ID: <3F6B1397.D2293358@noaa.gov> Date: Fri, 19 Sep 2003 14:32:00 -0000 From: "Jeff Duska" X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Lloyd Bergman CC: eclipse@sources.redhat.com Subject: Re: filtering References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q3/txt/msg00076.txt.bz2 I think this list is more about the native version Eclipse that RedHat is creating and will be included in the next version of Enterprise RedHat Linux. In the future, I think you'll find more help for these questions on the newsgroups. Here is how you can hide a directory or etc in Eclipse. * Goto project properties. (You can do this by right clicking on the Project Root Folder.) * In the project dialog, select Java Build Path. * Select the Source Tab * Expand the root src directory where the path you wish to filter live, i.e. /com/a/sub goto to the src directory com. (Remember, you can have more than one source directory.) * Expand the tree control. * You should see the Exclusion filter: (none) * Click edit to add your exclusion HTH, Jeff Lloyd Bergman wrote: > I am new to this list. I assume this is a forum for questions and answers > about Eclipse, the JAVA IDE. If not, please let me know. If so, does > anyone know if it is possible to have Eclipse ignore certain directories in > a project. For example, if my project is in the com directory how would I > tell Eclipse to ignore the programs in com\A\subA?