Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 58038 invoked from network); 22 Dec 2010 02:15:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Dec 2010 02:15:44 -0000 Received: (qmail 62938 invoked by uid 500); 22 Dec 2010 02:15:44 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 62879 invoked by uid 500); 22 Dec 2010 02:15:44 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 62870 invoked by uid 99); 22 Dec 2010 02:15:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 02:15:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 02:15:43 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBM2FNn0003800 for ; Wed, 22 Dec 2010 02:15:23 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id oBM2FNG2003799; Tue, 21 Dec 2010 21:15:23 -0500 (EST) Date: Tue, 21 Dec 2010 21:15:23 -0500 (EST) Message-Id: <201012220215.oBM2FNG2003799@thor.apache.org> From: bugzilla@apache.org To: dev@tomcat.apache.org Subject: DO NOT REPLY [Bug 50462] xalan import should not be optional in maven-bundle-plugin X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Taglibs X-Bugzilla-Component: Standard Taglib X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rwonly@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@tomcat.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=50462 --- Comment #3 from Rex Wang 2010-12-21 21:15:19 EST --- (In reply to comment #2) > It's marked optional in Maven as it is only needed if someone is using the XML > tags. > > Is there a way to mimic that with the OSGi references? Not sure about that. At least, IMO, that is not the correct way by using optional:=resolution in import-package to achieve the requirement. I think the optional:=resolution directive is used to express that if osgi framework can not resolve the package, the codes in this bundle may use the implementation from itself or from jdk. So if the codes have hard dependency to (explicitly import) a package, we should not make it as optional resolution. -Rex -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org