Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 24572 invoked from network); 19 Jun 2009 16:44:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jun 2009 16:44:26 -0000 Received: (qmail 52581 invoked by uid 500); 19 Jun 2009 16:44:37 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 52493 invoked by uid 500); 19 Jun 2009 16:44:37 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 52480 invoked by uid 99); 19 Jun 2009 16:44:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2009 16:44:37 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2009 16:44:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A0AE829A0012 for ; Fri, 19 Jun 2009 09:44:07 -0700 (PDT) Message-ID: <1427676499.1245429847657.JavaMail.jira@brutus> Date: Fri, 19 Jun 2009 09:44:07 -0700 (PDT) From: "Ted Kirby (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMODEVTOOLS-579) java specs are not included into G server runtime by default In-Reply-To: <707992622.1245133387439.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12721869#action_12721869 ] Ted Kirby commented on GERONIMODEVTOOLS-579: -------------------------------------------- Delos, I am not following the first part of the patch. Is this what you want: public String getClasspathContainerLabel(IRuntime runtime) { String version = runtime.getRuntimeType().getVersion(); if (version.equals("2.0")) { return Messages.target20runtime; } if (version.equals("2.1")) { return Messages.target21runtime; } return Messages.target22runtime; } > java specs are not included into G server runtime by default > ------------------------------------------------------------ > > Key: GERONIMODEVTOOLS-579 > URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-579 > Project: Geronimo-Devtools > Issue Type: Bug > Components: eclipse-plugin > Affects Versions: 2.2.0 > Environment: os:win2003 > Reporter: viola.lu > Assignee: Tim McConnell > Priority: Minor > Attachments: 579.patch > > > 1.Create a web dynamic project ,and add <%@ taglib uri="http://java.sun.com/jsf/core" prefix='f' %> to a jsp file > 2.But can't recognize this taglib > In $GEPsrc\plugins\org\apache\geronimo\st\core\GeronimoServerRuntimeTargetHandler.java file, no support for 2.2 target runtime, so myface spec, javamail spec .... are not included by default. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.