> However, I just downloaded the latest Eclipse (OSX/ for Java EE, see > http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/20070927/eclipse-jee-europa-fall-macosx-carbon.tar.gz) > and ran it on a new workspace. By default, only *.launch is being > filtered. Those other resources must be added by a plugin is what I > suspect.
I have the same experience with using Tomcat in WTP. Clean install of J2EE-Europa (Eclipse 3.3). Created a new dynamic web-project. Put the required wicket JARs in lib, configure the http-filter and it just works. Eclipse does not filter the html files. It does redeploy the entire app when a file changes (instead of hot swapping only the changed files) but that is ok for my small project. All this without having to install the user friendly maven ;-) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
