Return-Path: Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: (qmail 89538 invoked from network); 26 Feb 2009 12:31:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2009 12:31:41 -0000 Received: (qmail 69726 invoked by uid 500); 26 Feb 2009 12:31:41 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 69333 invoked by uid 500); 26 Feb 2009 12:31:39 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 69322 invoked by uid 99); 26 Feb 2009 12:31:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2009 04:31:39 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [62.179.121.31] (HELO viefep11-int.chello.at) (62.179.121.31) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2009 12:31:31 +0000 Received: from edge01.upc.biz ([192.168.13.236]) by viefep11-int.chello.at (InterMail vM.7.09.01.00 201-2219-108-20080618) with ESMTP id <20090226123108.EXUD28446.viefep11-int.chello.at@edge01.upc.biz> for ; Thu, 26 Feb 2009 13:31:08 +0100 Received: from viefep11.chello.at ([192.168.13.10]) by edge01.upc.biz with edge id LcX81b00F0D0s2801cX8tP; Thu, 26 Feb 2009 13:31:08 +0100 X-SourceIP: 192.168.13.10 Message-ID: <19020427.1235651468259.JavaMail.root@viefep11.chello.at> Date: Thu, 26 Feb 2009 13:31:08 +0100 From: To: httpclient-users@hc.apache.org Subject: Problem using OSGi bundles added to RCP target MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: from 193.110.182.10 by web-edge.chello.com; Thu, 26 Feb 2009 13:31:06 +0100 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I use httpclient within a rcp application. So I added the http bundles (core and client) to my rcp target. Within the PDE the bundles can be selected in dependencies configuration of the plugins. So the PDE must have found the bundles. But: The compiler ignores the bundles. I have masses of ".... cannot be resolved" and ".... cannot be resolved to a type" errors in my eclipse workspace. When I import the httpclient OSGi bundles via import wizard as binary projects into the workspace my bundles compile without any error. When bundling the jars from httpclient and core (nio,...) directly the resulting bundles will work. Does anyone know if it's something with the provided OSGi bundles or am I missing something to use these bundles correctly? Martin Sysinfo: Win XP, eclipse/rcp(target) 3.4.2, http-core 4.0 (OSGi bundle), http-client 4.0-beta3 (OSGi bundle) --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org For additional commands, e-mail: httpclient-users-help@hc.apache.org