<?xml version="1.0" encoding="UTF-8" ?>
<document
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="xdocs.xsd">

  <properties>
    <title>installation</title>
    <author email="hostlows@users.sf.net">Robert Hostlowsky</author>
  </properties>
  <body>

		<section name="Installation Guide">

			<p>
				This package comes as one pre-built binary:
			</p>
			<table>
				<thead>
					<tr>
						<th>file</th>
						<th>description</th>
					</tr>
				</thead>
				<tbody>
					<tr>
						<td>junitour.jar</td>
						<td>complete jar for use with ant and as standalone extenstion to junit</td>
					</tr>
				</tbody>
			</table>

			<subsection name="quicktest">
        <p>
				To quickly check it out, just
        put it into classpath and run it as a java application:</p>
        <source>java junitour.ExampleTest</source>
        <p>You will see something like <a href="junitour.textui.log.txt">junitour.textui.log.txt</a></p>
			</subsection>

<!--
			<p>
				For more help with using taglibs in general, please see:
				<a href="http://jakarta.apache.org/taglibs/tutorial.html">
					http://jakarta.apache.org/taglibs/tutorial.html
				</a>
			</p>
-->

		</section>

	</body>
</document>
