Return-Path: X-Original-To: apmail-felix-users-archive@minotaur.apache.org Delivered-To: apmail-felix-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BBFFFC5E5 for ; Tue, 15 May 2012 15:41:52 +0000 (UTC) Received: (qmail 91304 invoked by uid 500); 15 May 2012 15:41:52 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 91243 invoked by uid 500); 15 May 2012 15:41:51 -0000 Mailing-List: contact users-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@felix.apache.org Delivered-To: mailing list users@felix.apache.org Received: (qmail 91235 invoked by uid 99); 15 May 2012 15:41:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2012 15:41:51 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Chad.Davis@emc.com designates 128.222.32.20 as permitted sender) Received: from [128.222.32.20] (HELO mexforward.lss.emc.com) (128.222.32.20) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2012 15:41:43 +0000 Received: from hop04-l1d11-si03.isus.emc.com (HOP04-L1D11-SI03.isus.emc.com [10.254.111.23]) by mexforward.lss.emc.com (Switch-3.4.3/Switch-3.4.3) with ESMTP id q4FFfIiZ025968 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 15 May 2012 11:41:21 -0400 Received: from mailhub.lss.emc.com (mailhub.lss.emc.com [10.254.222.129]) by hop04-l1d11-si03.isus.emc.com (RSA Interceptor) for ; Tue, 15 May 2012 11:41:05 -0400 Received: from mxhub25.corp.emc.com (mxhub25.corp.emc.com [10.254.110.181]) by mailhub.lss.emc.com (Switch-3.4.3/Switch-3.4.3) with ESMTP id q4FFf2iB007941 for ; Tue, 15 May 2012 11:41:03 -0400 Received: from mx14a.corp.emc.com ([169.254.1.170]) by mxhub25.corp.emc.com ([10.254.110.181]) with mapi; Tue, 15 May 2012 11:41:03 -0400 From: To: Date: Tue, 15 May 2012 11:39:07 -0400 Subject: import package config Thread-Topic: import package config Thread-Index: Ac0ysH4vDMH5TvI1QUSpVLZ8xwoDQQ== Message-ID: <26A7FC1339D50348898F6DFFC9A96D9C06AA7514@MX14A.corp.emc.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_26A7FC1339D50348898F6DFFC9A96D9C06AA7514MX14Acorpemccom_" MIME-Version: 1.0 X-EMM-MHVC: 1 --_000_26A7FC1339D50348898F6DFFC9A96D9C06AA7514MX14Acorpemccom_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I'm trying to explicitly specify some packages in the ImportPackage element= . These packages are dynamically looked up at run time, which is why, I gu= ess, it won't find them automagically. But when I specify them explicitly,= like: = mypackages.*,* It get this warning in the build, and the packages aren't written into the = meta data. [WARNING] Bundle mybundle.jar: Did not find matching referal for mypackages= .* Why is this happening? AND How do I fix it? Thanks! Chad --_000_26A7FC1339D50348898F6DFFC9A96D9C06AA7514MX14Acorpemccom_--