Hi,
This feature request relates to the deployment of a web project and projects that it is dependent upon.
Suppose we have 3 projects; A, B and C, where A is a web project that is dependent on B, which in turn is dependent on C, but there is no direct dependency between A and C. Classes from all 3 projects must be deployed in order for the application to run, however, when deploying project A using MyEclipse only project B will get deployed along with it.
It’s easy enough to work around this situation in Eclipse by specifying that project A is also dependent on C. But this situation is undesirable because the ‘false’ dependency could lead to other unforseen problems.
So my request is that MyEclipse be able to deploy the full chain of dependent projeccts.
Cheers,
Kevin