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 "OSEE/Integrating OSEE and Bugzilla"

(Installing Mylyn)
 
Line 2: Line 2:
 
=Installing Mylyn=
 
=Installing Mylyn=
  
* In OSEE, Select '''Help > Software Updates'''.
+
* In OSEE, Select '''Help > Install New Software...'''
* Under '''Available Software''', click '''Add Site...'''.
+
* In the '''Work with:''' field, enter: http://download.eclipse.org/tools/mylyn/update/e3.4
** Update Site: http://download.eclipse.org/tools/mylyn/update/e3.4
+
* Select:
* Click '''Manage Sites...''' and make sure "Mylyn for Eclipse 3.4 and 3.5" is selected.
+
** '''Mylyn Features'''  
* Click '''Refresh'''.
+
** '''Mylyn Integration'''.
* Select '''Mylyn for Eclipse 3.4 and 3.5'''. (If it doesn't appear, make sure no filter text has been entered.)
+
* Click '''Next''' and proceed with the installation.
** Select all '''Features''' and all '''Integrations'''.
+
* Select '''Install''' and follow the Mylyn installation instructions on screen.
+
 
* Restart and Show views "Task List" and "Task Repositories".
 
* Restart and Show views "Task List" and "Task Repositories".
  

Latest revision as of 15:39, 12 August 2009

Installing Mylyn

  • In OSEE, Select Help > Install New Software...
  • In the Work with: field, enter: http://download.eclipse.org/tools/mylyn/update/e3.4
  • Select:
    • Mylyn Features
    • Mylyn Integration.
  • Click Next and proceed with the installation.
  • Restart and Show views "Task List" and "Task Repositories".

Configuration

  • In the Task Repositories view, right click Eclipse.org and select New Query.
    • Select Create query using form.
    • Fill in the query values:
      • Query Title: OSEE Bugzilla
      • Product: OSEE
    • Click Finish.

Submitting a bug

  • Change to the Task List view.
  • Right click OSEE Bugzilla [Eclipse.org] and select New > Task....
    • Select the Eclipse.org repository and click Finish.
  • Fill out the form describing the bug.
  • Click Submit.

Submitting a Patch

  • Open the bug from the Task View if it is not already open.
  • Under Attachments, attach the patch file.
    • Include a brief description as necessary and ensure that the Patch box is checked.
  • Enter a New Comment and select an appropriate Action (most likely Resolve as FIXED).
  • Click Submit.

Applying a Patch

  • Open the bug associated with the patch.
  • In the bug view, open the Attachments tab.
    • Right click the patch and select Apply Patch...
  • This will bring up the Review Patch view.
    • Changes to individual files can be reviewed by double clicking that file.
    • When done, click Finish.

Back to the top