You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: jWebUnit/doc/installation.html
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,13 @@
28
28
</td>
29
29
<tdvalign="top">
30
30
<!-- Begin Main -->
31
-
First download jWebUnit from the <ahref="http://sourceforge.net/projects/jwebunit/files">files area</a>.
32
-
Expand the zip onto your machine. There is a jWebUnit jar in the root directory. You can use this
33
-
jar to run jWebUnit, but only if you already have all of jWebUnit's dependencies in your target project.
34
-
jWebUnit includes jars for the projects it is dependent on in its lib directory.
31
+
First download jWebUnit from the <ahref="http://sourceforge.net/projects/jwebunit/files">files area</a>
32
+
and expand to a local directory.<p>
33
+
Next, copy the jars needed below to the project you wish to test, or include them in that
34
+
project's classpath from where you expanded them too. There is a jWebUnit jar in the root directory. You can use this
35
+
jar alone to run jWebUnit, but only if you already have the jars for jWebUnit's dependencies in your target project.
36
+
jWebUnit includes jars for the projects it is dependent on in its lib directory, so if your project
37
+
is not already using them you can get them there. The dependencies are as follows:
35
38
<p>
36
39
<h2>Dependencies</h2>
37
40
<tableclass="default" cellspacing="2" border="1">
@@ -40,6 +43,7 @@ <h2>Dependencies</h2>
40
43
<tr><td><ahref="http://www.mozilla.org/rhino/">Rhino</a></td><td>js.jar</td><td>Java javascript implementation used by httpunit. Only needed if javascript in target application must be tested.</td></tr>
41
44
<tr><td><ahref="http://sourceforge.net/projects/jtidy">jTidy</a></td><td>Tidy.jar</td><td>Java html parser and beautifier used by httpunit.</td></tr>
0 commit comments