Monday, July 2, 2007

Build with Clean Up

Problem: When I did hotdeployment of my web application module.. I noticed that my class files in the output folder are not getting updated / changed.And I am not sure y. Tried many different cases.. restart server, redeploy app.. etc.. nothing worked.. then I called Vipul.. who magically did just one thing..

yes CLEAN UP

how do you clean up :

From the menu in ur eclipse on the top.. project --> clean up--> select teh apt proj to clean up.

Now when u clean up the porj it will clear all ur .class files.. so you will have to build them again..

project --> build

No comments: