Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Jetty/Contributor/Bug Tracking"

Line 1: Line 1:
{{Jetty Contributors}}
+
{{Jetty Contributor}}
  
 
== Jetty Bug Tracking ==
 
== Jetty Bug Tracking ==

Revision as of 02:27, 29 June 2009


Jetty Bug Tracking

The Jetty @ eclipse project currently uses Bugzilla without any integration with SVN. Thus some degree of convention is needed until we can automate the system:

  • Jetty 6 bugs should be raised/tracked in JIRA @ codehaus
  • Jetty 7 bugs should be raised/tracked in Bugzilla @ eclipse using project "RT" and product "Jetty"
  • Jetty 8 bugs should be handled the same as Jetty 7 bugs. Note that since Jetty 7 is currently being regularly merged with Jetty 8, there is no need to replicate Jetty 7 issues for Jetty 8
  • The VERSION.txt and commit messages for changes should include the Bugzilla issue number
  • When a Bugzilla issue is marked as fixed, the SVN r### numbers should be added as a comment

Back to the top