Community
Participate
Working Groups
Build Identifier: Using Helios with WTP support. Deleted an html file (the only html under the WebContent folder) created by using new web page wizard. It triggers a build. Unchanged servlet files are rebuilt too which should not be. Reproducible: Always Steps to Reproduce: 1.Create a Dynamic Web Project 2.Add a new Servlet class to this project 3.Select WebContent -> right click mouse and select New -> Web Page 4.In the new web page wizard, type in a name, then select HTML/XHTML under Basic Templates 5.Delete the html created in step 4 6.Notice that the servlet created in step 2 is recompiled
Observed that when creating an html using web page wizard, org.eclipse.core.resources.prefs is added to project .settings folder. It explicitly sets the encoding for this html. E.g. eclipse.preferences.version=1 encoding//WebContent/aaa.html=ISO-8859-1 When delete the only html file, this .prefs file is deleted as well. Validate Links, build workspaces are triggered.
The Web Page wizard and Link validation features you mention do not come from Eclipse, but instead are part of the IBM product you're using.