blob: ab0220c5921c90c35f4d105d69eb14ff8c4928e6 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta
http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<title>Checking WTP out</title>
<link
rel="stylesheet"
type="text/css"
href="sources/formate.css">
</head>
<body>
<p class="ueberschrift">How to check out the WTP plugins</p>
<p>It is recommended to check out the plugins via the releng tools using
map files provided by the project.<br>
The main advantage of this approach is to have a reproducable build, and
that way you can easily check out exactly the code that is contained in
builds produced by the web tools project (I-Builds, M-Builds, Releases).<br>
This approach makes general handling easier and is as well more helpful
for the project when submitting bugreports or supplying pachtes.
Checking out HEAD is not recommended as it is not reproducable.<br>
</p>
<ul>
<li>
<p>First, download the current releng tools version (for Eclipse 3.1
you will find it here: <a
href="http://download.eclipse.org/eclipse/downloads/
drops/R-3.1-200506271435/index.php">(http://download.eclipse.org/eclipse/downloads/
drops/R-3.1-200506271435/index.php)</a> at the bottom of the page).</p>
</li>
</ul>
<ul>
<li>Then you will need all the map files of the includet plugins. The
whole collection (for 0.7RC1) is available here: <a
href="http://download.eclipse.org/webtools/downloads/drops/S-0.7RC1-200507150303/directory.txt">
http://download.eclipse.org/webtools/downloads/drops/S-0.7RC1-200507150303/directory.txt</a>.</li>
</ul>
<ul>
<li>Create a new project in Eclipse. Create a new file with an .map
extension. Paste all maps from the link above into the file.</li>
</ul>
<ul>
<li>Right-click on the file. Select: Team - Load Map Projects. (If you
copyed all map files into the file, it will take a little longer).</li>
</ul>
<ul>
<li>When you're finished, you've checked out all WTP plugins out of
the Eclipse CVS.<br>
The plugins are all located in the same project/directory.</li>
</ul>
</body>
</html>