* update documentation
	* new cook's tour
	* update Test Infected
* Should there be a "prefix" annotation for Suites?
  * This would allow two Suites with different BeforeClass/AfterClass behaviors,
    but the same component tests, to co-exist

* update the build process
    * automatically upload a new JAR
    * update site for plug-in version?
* Ant
	* Basic task
* support testing run once initialization code e.g. class Foo {{...}}
* Automatically add failing tests to the Known Defects section of the README.html

* Create test target in ant
* Organize org.junit.tests
* Use <pre></pre> for javadoc code examples