Whenever in MyEclipse, I do a clean and build of a dependent project that is used by a web project then all the classes of the web project in tomcat are deleted. Only the dependent classes are visible in tomcat. Please advise what I should do – this seems like a basic issue which should not happen.
Details
Web Project A depends on Project B
Exploded hot sync deploy of dependent projects is enabled.
Project A along with dependent project classes is deployed to tomcat.
I clean and build only Project B from MyEclipse
In Tomcat all the Project A classes have been deleted and only Project B’s classes exist.