-------------------------
Version 3.0
------------
New features :
- in main preference page add a way to choose how contexts are declared :
- definition in server.xml (previous version allowed only this)
- creation of a context file (recommended way with Tomcat 5)
- add an 'advanced' preference page to simplify the main preference page.
- add a field in Tomcat properties page to set extra information to generated context definitions
- Tomcat projects build path are automatically updated when Tomcat version is changed
Fixed :
- It is no more possible to add Tomcat projects to Tomcat classpath (they won't be listed in preference page)
- TOMCAT_HOME was added to project build path (when Tomcat 4 was selected in Tomcat preferences).
Before Eclipse 3.0 (final release) this could make Eclipse hangs, see this bug report https://bugs.eclipse.org/bugs/show_bug.cgi?id=64646
Eclipse 3.0 won't build the project.
Many thanks to Jerry Lampi
- Enable to start Tomcat or to open Tomcat project properties when using DevLoader and allowing circular dependencies for Java projects.
- By default, new Tomcat projects were not added to source path
- When using Tomcat 5, Eclipse does not stop on breakpoints set in generated java files for JSP. This is fixed only for new Tomcat projects, for existing ones follow those steps :
- Edit your Tomcat project Java Build Path
- in 'Source' tab, check 'Allow output folders for source folders'
- in the list named 'Source folders on build path', select '%Your_project%/work' and 'Output Folder'
- select the 'Edit' button, check 'Specific output folder' and enter 'work' in the text field.
本文地址:http://com.8s8s.com/it/it14400.htm