Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9929f46aa413515ffabb4b114183d08af23710e1 (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
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="OTI Employee">
   <meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]">
   <title>New Project Wizard</title>
</head>
<body>

<center>
<h1>
New Project Wizard</h1></center>

<h2>
Purpose</h2>
The plan is to create a single empty project. The end result of this wizard
should be an empty project.
<h2>
Setup</h2>

<ul>
<li>
Start the Eclipse workbench</li>

<li>
Extract the junit.jar file into a directory on the file system</li>

<li>
Select File->New->Project from the resource perspective</li>

<li>
Select Simple and then Project and Press Next</li>
</ul>

<h2>
Create project at default location</h2>

<ol>
<li>
In Project Name field, type in Project Test</li>

<li>
Press Next and select another project as a reference project</li>

<li>
Press the Finish button</li>

<li>
Verify a new Project Test project is created (in navigator view and in
the file system)</li>

<li>
Verify, in the project's properties dialog, that the Project References
page includes the project referenced.</li>
</ol>

<h2>
Create project at specific location</h2>

<ol>
<li>
In Project Name field, type in Project Test2</li>

<li>
Uncheck the Use Default Location option</li>

<li>
In the Location field, type in the directory containing the junit source
code.</li>

<li>
Press the Finish button</li>

<li>
Verify a new Project Test2 project is created (in navigator view)</li>

<li>
Verify the contents of the project match the files/folders for junit on
the file system</li>
</ol>

<h2>
Cleanup</h2>

<ul>
<li>
Delete projects Project Test and Project Test2</li>
</ul>

</body>
</html>

Back to the top