[JSP][include][eclipse/wsad]Force a recompilation
Hi,
i'm using the <%@include file%> instruction (i cannot use the <jsp:include> tag for various reason) and i have a problem when i modify my included page.
As you know, if i modify my included page, i must force the recompilation of all the others JSP that includes my include.jsp
But since yesterday, the Project Recompilation function of WSAD (maybe it's in the eclipse layer i don't know) doesn't work anymore.
I must modify all my jsp (by adding a space character using search & replace) to force the compilation (it's change de last modified date of all my jsp)
But this workaround is very dirty for my CVS server, i'm using 500+ jsp !
Can someone help me ?
Thanks.