I have a fairly custom development environment that is built using ANT. My file structure is not recognized well by MyEclipse.
My regular Java files are easy to debug/hotswap with MyEclipse and work well, however, I’d like to step through my JSP code on occassion. MyEclipse doesn’t seem to know where my JSP files are. How do I do this.
Also, I’d like for MyEclipse to recognize Tag libraries. My tag libraries are not in the usual spot because of my file structure (it is compiled correctly by ant). How do I do this?
Thank you,
Ira