Hi, Yes, it does this by default. I downloaded Europa build of WTP 3.3. I didn't modify any of these settings myself and the author of the blog where I found this information also had the same experience :
http://www.codecommit.com/blog/eclipse/wtps-crazy-and-undocumented-setting-change Blog Link (not my blog) This is a very serious issue when using Eclipse to develop Wicket and I would recommend a warning in the Wicket documentation for users of Eclipse and the solution. Like I said, it cost me a *lot* of time recently as I thought it was my fault as opposed to the IDE. Regards, Chris. Eelco Hillenius wrote: > >> I didn't use Jetty, but I have been deploying on Tomcat 5.x using the >> Eclipse Web Tools Platform (http://www.eclipse.org/webtools/). >> >> The only tip I would give you is that Eclipse by default will filter out >> all >> .html files on the classpath. As Wicket uses HTML files on the classpath, >> you cannot possibly do any development in Eclipse until you have told >> Eclipse to not ignore the .html files. >> >> http://www.nabble.com/file/p13421274/WicketSetupEclipse.png >> >> This cost be a *lot* of time fairly recently. I found this tip on a blog >> somewhere, but in my mind, this should be prominent on the Wicket site >> itself. > > Does it really do that by default though? I don't remember ever having > to do that tbh. Isn't this a plugin that does this? Maybe a version of > web tools? > > Eelco > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Changing-IDEs-to-eclipse-tf4695209.html#a13422273 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
