Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 37430 invoked from network); 9 Dec 2009 21:59:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Dec 2009 21:59:41 -0000 Received: (qmail 4862 invoked by uid 500); 9 Dec 2009 21:59:41 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 4794 invoked by uid 500); 9 Dec 2009 21:59:41 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 4775 invoked by uid 99); 9 Dec 2009 21:59:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 21:59:41 +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; Wed, 09 Dec 2009 21:59:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 50B1929A0027 for ; Wed, 9 Dec 2009 13:59:18 -0800 (PST) Message-ID: <1477539615.1260395958329.JavaMail.jira@brutus> Date: Wed, 9 Dec 2009 21:59:18 +0000 (UTC) From: "Dave (JIRA)" To: notifications@ant.apache.org Subject: [jira] Created: (IVYDE-226) JSP change causes context refresh (entire WAR restarts) - IvyDE EE Module dependency copies all jars to tomcat directory even if unchanged 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 JSP change causes context refresh (entire WAR restarts) - IvyDE EE Module dependency copies all jars to tomcat directory even if unchanged ------------------------------------------------------------------------------------------------------------------------------------------ Key: IVYDE-226 URL: https://issues.apache.org/jira/browse/IVYDE-226 Project: IvyDE Issue Type: Bug Affects Versions: 2.1.0 Environment: Windows WTP Galileo & Tomcat 6 IvyDE 2.1.0-hudson-79 Reporter: Dave Problem: If I make a JSP only change in a Web project causes the entire web application context to restart in Tomcat 6. Due to legacy application design, restart takes several minutes. Configuration: Web project has a IvyDE classpath dependency. This dependency is marked as a Java EE module dependency. Build Automatically is on. Investigation: Change to JSP causes project build, the project build exports the dependent jars to the WTP server folder: wtpwebapps\MyWebApp\WEB-INF\lib This happens even when there has been no resolve and no new or updated jars exist -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.