Consider the following scenario:
MyWebProject contains the web-specific code for my web application. Its Java Build Path includes a dependence on:
MyCommonUtilitiesProject contains code that’s shared among many of my projects.
For a while, now, it’s been possible to configure MyEclipse to deploy classes from MyCommonUtilitiesProject when I deploy MyWebProject. My question is: is there any way to configure MyEclipse to also deploy JSPs that are kept in MyCommonUtiltiesProject?
Thanks,
BC