Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 93104 invoked from network); 21 Nov 2005 17:36:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Nov 2005 17:36:48 -0000 Received: (qmail 84528 invoked by uid 500); 21 Nov 2005 17:36:45 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 84470 invoked by uid 500); 21 Nov 2005 17:36:44 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 84458 invoked by uid 99); 21 Nov 2005 17:36:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2005 09:36:44 -0800 Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [207.113.241.148] (HELO iss04.interliant.com) (207.113.241.148) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2005 09:38:17 -0800 Received: from EX-007.mail.navisite.com (ex-007.interliant.com [207.113.240.186]) by iss04.interliant.com (8.10.2/8.10.2) with ESMTP id jALHd4205831 for ; Mon, 21 Nov 2005 11:39:06 -0600 (CST) Received: from EX-201.mail.navisite.com ([172.16.1.42]) by EX-007.mail.navisite.com with Microsoft SMTPSVC(6.0.3790.211); Mon, 21 Nov 2005 11:36:18 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: MyFaces portlet dependency Date: Mon, 21 Nov 2005 11:36:14 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: MyFaces portlet dependency Thread-Index: AcXusl1KFTJuvGytTdCXX3uvq7ySiAAD4zKA From: "Stan Silvert" To: "MyFaces Development" X-OriginalArrivalTime: 21 Nov 2005 17:36:18.0656 (UTC) FILETIME=[1498EE00:01C5EEC2] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The portlet jar is only required for compiling. If you are running a MyFaces portlet application then the portlet API will be provided by the portlet container. Stan Silvert JBoss, Inc. ssilvert@jboss.com callto://stansilvert > -----Original Message----- > From: Wendy Smoak [mailto:wsmoak@gmail.com] > Sent: Monday, November 21, 2005 10:43 AM > To: MyFaces Development > Subject: MyFaces portlet dependency >=20 > The pom in the (Maven 2) repository for MyFaces 1.1.0 lists the > portlet api as required. > http://www.ibiblio.org/maven2/myfaces/myfaces-parent/1.1.0/myfaces-paren t- > 1.1.0.pom >=20 > M2 has transitive dependencies, so this is going to cause the portlet > api jar to get added to WEB-INF/lib for webapps that depend on > MyFaces. >=20 > Can someone please clarify when the portlet api is required? I think > it's required to build the implementation, but optional at runtime > unless you're using certain classes. >=20 > Adding a comment to build.xml would be nice, too-- that's what the > Maven team is using to validate user suggestions about what is and is > not required. >=20 > http://jira.codehaus.org/browse/MEV-136 >=20 > Thanks, > Wendy