Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

[JSP][include][eclipse/wsad]Force a recompilation

843833May 20 2005
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 17 2005
Added on May 20 2005
0 comments
105 views