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 Bug Tracking =
+
{{Jetty Contributors}}
  
Currently the jetty @ eclipse project is using bugzilla without any integration with svn, thus some degree of convention is needed until such time as we can automate the system:
+
== Jetty Bug Tracking ==
  
* Jetty 6 bugs should be raised/tracked in [http://jira.codehaus.org/browse/JETTY JIRA @ codehause]
+
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 7 bugs should be raised/tracked in [http://bugs.eclipse.org/bugs/ Bugzilla @ eclipse] using project "RT" and product "Jetty"
+
 
* Jetty 8 bugs should be handled the same a jetty-7 bugs.  Note that as Jetty-7 is currently being regularly merged with Jetty-8, there is no need to replicate Jetty-7 issues for Jetty-8
+
* Jetty 6 bugs should be raised/tracked in [http://jira.codehaus.org/browse/JETTY JIRA @ codehaus]
* The VERSION.txt and commit messages for changes should include the bugzilla issue number
+
* Jetty 7 bugs should be raised/tracked in [http://bugs.eclipse.org/bugs/ Bugzilla @ eclipse] using [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty project "RT" and product "Jetty"]
* When a bugzilla issue is marked as fixed, the SVN r numbers should be added as a comment
+
* Jetty 8 bugs should be handled the same a Jetty 7 bugs.  Note that as 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

Revision as of 05:03, 23 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 a Jetty 7 bugs. Note that as 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