Skip to main content
summaryrefslogtreecommitdiffstats
blob: e437149d25b16848b0120227bb624b25f3b8f666 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
		<title>Mylyn Reference - Installation</title>
		<link type="text/css" rel="stylesheet" href="book.css"/>
	</head>
	<body>
		<table class="navigation" style="width: 100%;" border="0" summary="navigation">
			<tr>
				<th style="width: 100%" align="center" colspan="3">Installation</th>
			</tr>
			<tr>
				<td style="width: 20%" align="left">
					<a href="Mylyn Reference.html" title="Introduction">
						<img alt="Previous" border="0" src="images/images/prev.gif"/>
					</a>
				</td>
				<td style="width: 60%" align="center"></td>
				<td style="width: 20%" align="right">
					<a href="Task-List.html" title="Task List">
						<img alt="Next" border="0" src="images/images/next.gif"/>
					</a>
				</td>
			</tr>
			<tr>
				<td style="width: 20%" align="left" valign="top">Introduction</td>
				<td style="width: 60%" align="center"></td>
				<td style="width: 20%" align="right" valign="top">Task List</td>
			</tr>
		</table><hr/>
		<h1 id="Installation">Installation</h1>
		<ul>
			<li>
				<a href="http://eclipse.org/mylyn/dl.php">Mylyn download page</a>
			</li>
			<li>
				<a href="http://wiki.eclipse.org/Mylyn/FAQ#Installation" title="Mylyn/FAQ#Installation">Installation FAQ</a>
			</li>
		</ul>
		<p>As of writing, Mylyn comes bundled with the main EPP distributions (
			<a href="http://www.eclipse.org/downloads/">jee, java, cpp</a>). If you wish to manually install Mylyn there are to methods depending on the version of Eclipse. Method 1 outlines how to install using the Eclipse 3.4 update manager. Method 2 below describes how to install Mylyn into Eclipse 3.3 and below using the Update Manager. 
		</p>
		<h3 id="Install_Method_1_-_Eclispe_3.4">Install Method 1 - Eclispe 3.4</h3>
		<ol>
			<li>Select ''Help > Software Updates...</li>
			<li>Select 
				<i>Available Software</i> tab
			</li>
			<li>Press the 
				<i>Add Site...</i> button
			</li>
			<li>Enter the Mylyn update site url: 
				<ol>
					<li><code>
						<a href="http://download.eclipse.org/tools/mylyn/update/e3.4">http://download.eclipse.org/tools/mylyn/update/e3.4</a></code>
					</li>
					<li>Additional extension update sites are from 
						<a href="http://www.eclipse.org/mylyn/downloads/">the download page</a>
					</li>
				</ol>
			</li>
			<li>After pressing 
				<i>OK</i> the update site will be available in the sites list
			</li>
			<li>Expand the Mylyn update site node and select all components desired</li>
			<li>Press the 
				<i>Install...</i> button to install Mylyn
			</li>
		</ol>
		<h3 id="Install_Method_2_-_Eclipse_3.3_and_older">Install Method 2 - Eclipse 3.3 and older</h3>
		<ol>
			<li>Select 
				<i>Help->Software Updates->Find and Install</i>.
			</li>
			<li>Select 
				<i>Search for new features to install</i> and select 
				<i>Next</i>.
			</li>
			<li>Select 
				<i>New Remote Site</i>.
			</li>
			<li>Enter "Mylyn" for the name and insert the update site url:
				<ol>
					<li><code>
						<a href="http://download.eclipse.org/tools/mylyn/update/e3.3">http://download.eclipse.org/tools/mylyn/update/e3.3</a></code>
					</li>
					<li>Additional extension update sites are from 
						<a href="http://www.eclipse.org/mylyn/downloads/">the download page</a>
					</li>
				</ol>
			</li>
			<li>Select 
				<i>OK</i>.
			</li>
			<li>Make sure there is a check in the 
				<i>Mylyn</i> box, and select 
				<i>Finish</i>.
			</li>
			<li>Put a check in the box next to 
				<i>Mylyn</i>.  If you don't mind downloading some stuff you don't need, go ahead and select 
				<i>Next</i>.  Otherwise, expand the 
				<i>Mylyn</i> line (by clicking on the disclosure triangle) and select what you want.  We recommend downloading the 
				<i>Task List</i>, the 
				<i>Focused UI</i>, and connectors appropriate to the bug repository that you use -- Bugzilla, Trac, or Jira.  (Note that to download Jira, you need both the core and the connector.)  You can download Mylyn without a bug repository, but it won't be as interesting an experience. If you download the Focused UI you will want to also choose the Bridge appropraite to the content you work with. Most developers will want to include all bridges provided.
			</li>
			<li>Read the license agreements, accept or decline as appropriate, and either select 
				<i>Next</i> (if you accept) or 
				<i>Cancel</i> (if you do not accept).  
			</li>
			<li>You will see a list of features and where to install them.  If the default installation directory is fine, select 
				<i>Finish</i>.
			</li>
		</ol><hr/>
		<table class="navigation" style="width: 100%;" border="0" summary="navigation">
			<tr>
				<td style="width: 20%" align="left">
					<a href="Mylyn Reference.html" title="Introduction">
						<img alt="Previous" border="0" src="images/images/prev.gif"/>
					</a>
				</td>
				<td style="width: 60%" align="center">
					<a href="Mylyn Reference.html" title="Mylyn Reference">
						<img alt="Mylyn Reference" border="0" src="images/images/home.gif"/>
					</a>
				</td>
				<td style="width: 20%" align="right">
					<a href="Task-List.html" title="Task List">
						<img alt="Next" border="0" src="images/images/next.gif"/>
					</a>
				</td>
			</tr>
			<tr>
				<td style="width: 20%" align="left" valign="top">Introduction</td>
				<td style="width: 60%" align="center"></td>
				<td style="width: 20%" align="right" valign="top">Task List</td>
			</tr>
		</table>
	</body>
</html>

Back to the top