Return-Path: Delivered-To: apmail-incubator-uima-user-archive@minotaur.apache.org Received: (qmail 59830 invoked from network); 5 Mar 2009 02:07:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2009 02:07:29 -0000 Received: (qmail 36261 invoked by uid 500); 5 Mar 2009 02:07:28 -0000 Delivered-To: apmail-incubator-uima-user-archive@incubator.apache.org Received: (qmail 36238 invoked by uid 500); 5 Mar 2009 02:07:28 -0000 Mailing-List: contact uima-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: uima-user@incubator.apache.org Delivered-To: mailing list uima-user@incubator.apache.org Received: (qmail 36227 invoked by uid 99); 5 Mar 2009 02:07:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2009 18:07:28 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tong.fin@gmail.com designates 74.125.44.152 as permitted sender) Received: from [74.125.44.152] (HELO yx-out-1718.google.com) (74.125.44.152) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 02:07:20 +0000 Received: by yx-out-1718.google.com with SMTP id 4so2812654yxp.0 for ; Wed, 04 Mar 2009 18:06:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=XKKfPCsnKveJ5YdK+rqJljb4ehhiI8RikSlp87GwvbQ=; b=M+1M1YMDFC2IEOOi1NNhbzWrZGaIL6thRrg5my8bDEYRuIeV5Zvp6IMf4he4ed1xFw EGYpuIploHAawgNRChN1i+md62kKDDOCkiedB9HcwicDNyTE1isNYcF1HZ8nFCP4iuQ8 lgL3LSlGE6BlEZyNkUABV41LBcTCHgxjbTP2c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=BNi6DkxfAlu59wHQhp4TCAjCw462fx7uDuH8kfpYnfZQgu4cGDdP9vpHkOPb9dQ2qJ qQNy6PvTpVMkmmGuJuBCA3QHQ5fRg/RpqwzzAcvJ5xEOZIobOLEA21N/uN3Ukv1owm29 Ak9q7KX9LmGfTUtTiHU9ABPqpkMm/7apVUmHg= MIME-Version: 1.0 Received: by 10.231.15.74 with SMTP id j10mr195530iba.10.1236218819177; Wed, 04 Mar 2009 18:06:59 -0800 (PST) In-Reply-To: References: Date: Wed, 4 Mar 2009 21:06:59 -0500 Message-ID: <991df1420903041806y131b08cbr949ef2fa3eaab716@mail.gmail.com> Subject: Re: Classpath problem when opening AE descriptor From: Tong Fin To: uima-user@incubator.apache.org Content-Type: multipart/alternative; boundary=00221532cba094eea60464559f6f X-Virus-Checked: Checked by ClamAV on apache.org --00221532cba094eea60464559f6f Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit > But when I open one of the descriptors inside my Eclipse IDE itself I get > an error message cause the descriptor imports a type system that is also > found in the plug in, but not in the classpath of the Eclipse IDE (thats > what I think the error comes from). When you open a descriptor that imports by "name" other descriptors (like type system), CDE will try to find the imported descriptors at two places: 1. the classpath of the project that the descriptor belong to 2. the datapath that is specified for the project > Anyone know how to add something to the Eclipse IDE classpath (not the > project classpath!)? I don't think there is such a thing like "Eclipse IDE classpath". If you don't like to add the classpath to the project, the remained option is to use the "datapath". -- Tong --00221532cba094eea60464559f6f--