------------------ WTP support ------------------ Fabrizio Giustina ------------------ 22-01-2006 ------------------ WTP support The eclipse plugin supports creating configurations for eclipse WTP (Web Tools Project). Projects with a WAR packaging are setup as WTP dynamic web projects and runtime dependencies are configured to be used when running them using eclipse internal servers. * WTP 1.0 warning Unfortunately WTP 1.0 has been shipped bug which prevents external dependencies from work. <> This bug has been fixed in release 1.0.1, so if you are still using WTP 1.0 be sure to update it to the 1.0.1 (or newer) release. You can download a working copy of WTP from {{{http://download.eclipse.org/webtools/downloads/}http://download.eclipse.org/webtools/downloads/}} * WTP versions In order to create a configuration for WTP you need to specify the version of WTP you are using. The plugin actually supports creating WTP R7 and 1.0 configuration files (and WTP 1.5 builds, since configuration files are not changed after 1.0) Note that R7/1.0 configuration files are totally different, so be sure to check the version you are using. In order to generate WTP configuration files simply run: +-----------------------------------------------------+ mvn -Dwtpversion=R7 eclipse:eclipse +-----------------------------------------------------+ Where wtpversion can be <<>>, <<<1.0>>> or <<>> (default)