Firstly, thank you for making available MyEclipseIde and for the great pricing model. I especialy like the time economy it provides.
Then, to exploit re-use, I make liberal use of JSP fragments. However, when using the ‘compile JSPs’ option available in preferences, almost all these JSP fragments have ‘compilation errors’; BTW., related to unknown custom tags. It seems this (or something else which I’ve been unable to identify so far) causes rebuild/hot-swap of project to fail.
I thus turn off option to compile JSPs, and then deal with JSP compilation errors at run time.
Do I have any other options, so that I can compile JSPs but disable compiling for JSP fragments.
BTW., I have renamed these JSP fragments to .inc & .txt & .jspf & .jsf, however, these are then still compiled and still show compilation errors.
NB. Because MyEclipseIde provides amazing time economy, I’d like it if somehow JSP fragments could retain JSP colour coding and that code completion was available as with top-level (parent) JSP delaration of such JSP fragments.
Kind regards
Emmanuel