Application JAR file

The JAR file is built using JDK 1.5.0_11.
Version
0.9.10 Release Changes
0.9.10 JAR file Download
0.9.10 Maven bundle Download
0.9.10 source code Download
0.9.10 javadoc Download

Dependencies for the current version can be found in the auto-generated project information page. Instead of handling these dependencies manually, I strongly suggest using maven 2, or ant with a plugin that uses a maven repository.

If you use Maven, Testaco can be fetched directly from the ibiblio repository by adding the following dependency to your pom.xml:

   
    <dependency>
      <groupId>org.testaco</groupId>
      <artifactId>testaco</artifactId>
      <version>0.9.10</version>
      <scope>test</scope> 
    </dependency>
   
  

Eclipse 3.2 plugin, version 0.5.1

To install the eclipse plugin, select "Help" -> "Software updates" -> "Find and install". Then select the radio button for "Search for new features to install" and press the Next button on the bottom of the wizard. Then press the button for "New remote site". The URI for the update site is

http://testaco.org/update

The current version of the plugin is 0.5.1. Please see Jira for details.