In eclipse, I have a project like ProjectA, which is a dynamic web module. ProjectB is the library used by ProjectA. I added the ProjectB assembly to ProjectA for web deployment using the deployment path /WEB-INF/lib/ProjectB.jar .
When I deploy ProjectA to the Tomcat v6.0 server, everything works fine. However, if I make any changes to ProjectB, no matter what I do, these changes do not seem to be picked up by the deployment.
I tried the following options Project-> Clean ... from the main menu and Clean Directory Work Directory ... from the server context menu, but it does not work. The only thing that works is to delete the project and then re-import it into Eclipse.
Any ideas would be greatly appreciated!
thanks
source share