Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 16596 invoked from network); 19 May 2009 03:37:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 May 2009 03:37:17 -0000 Received: (qmail 98706 invoked by uid 500); 19 May 2009 03:37:16 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 98612 invoked by uid 500); 19 May 2009 03:37:16 -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 98604 invoked by uid 99); 19 May 2009 03:37:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2009 03:37:16 +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; Tue, 19 May 2009 03:37:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A81F929A0013 for ; Mon, 18 May 2009 20:36:45 -0700 (PDT) Message-ID: <1856254876.1242704205687.JavaMail.jira@brutus> Date: Mon, 18 May 2009 20:36:45 -0700 (PDT) From: "viola.lu (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMODEVTOOLS-572) remove servlet entry in web.xml after deleting servlet 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 remove servlet entry in web.xml after deleting servlet ------------------------------------------------------ Key: GERONIMODEVTOOLS-572 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-572 Project: Geronimo-Devtools Issue Type: Bug Components: eclipse-plugin Affects Versions: 2.1.4 Reporter: viola.lu Assignee: Tim McConnell Priority: Minor 1.When i create a servlet, GEP will automatically add servlet entry in web.xml for example in a dynamice web app, i create a test servlet,below will append to web.xml test test test test /test But if delete this servlet, remove entry from this web.xml won't happen, and if this app is running on a server, error will display, and i should manually remove it from web.xml. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.