Community
Participate
Working Groups
Build Identifier: Symptoms are exactly like bug 250966 Reproducible: Always Steps to Reproduce: I have two projects, one is a simple Java project which performs DBMS data access (say p1), and another web module (say p2). p2 depends on p1, so p1 is made as a jar file and deployed into p1's WEB-INF/lib at publish time. p1 project has Utility Module facet, so that whenever it changes a new jar file is created and exported to p2's WEB-INF/lib. The problem is that whenever I change a simple .jsp page (in p2), a new p1.jar is created in WEB-INF/lib and this is the cause that Tomcat reloads the module.
Happens in Eclipse Helios (Version: Helios, Build id: 20100617-1415).