Hi,
I have a use case where I have many projects in my workspace, each of which delivers a piece of the eventual webapp. Each project contains some of the JSPs, some the Java code, some of the JARs. An overall Ant build system extracts metadata, compiles, organizes and deploys everything to the webapp directory.
I have been using remote (external) debugging to attach to Tomcat-4.1.x and am able to debug Java just fine. I was looking forward to debugging JSPs with MyEclipse, but it doesn’t really work for this use case. Hoping to say “yet” :-).
It would be nice, if MyEclipse allowed the definition of multiple external resource (pieces of the webapp context root) dirs, whether they are parts of other projects in the workspace or not. Also, in addition to using JARS from WEB-INF/lib, JspCC should be able to use JARs/classes exported by any project added to the webapp project’s build path (using Eclipse’s standard project properties dialog).
Hope this will make it in sometime in the not too distant future!
Thanks,
Shash