
- Introduction
- Adding JTestConnect to your project
- How to Annotate Your Classes
- Configuring JTestConnect
How to build JTestConnect
You can simply download the distribution jar file from Sourceforge, if you just want to get started quickly.
If you want to compile it from scratch then please check out the project using subversion:
svn co https://jtestconnect.svn.sourceforge.net/svnroot/jtestconnect jtestconnect
The project contains an ant build script (build.xml). To build process requires that some jar files are provided to Ant in order to it to be able to build successfully. These are present in the "lib" directory. You should therefore invoke ant with the "-lib" argument as follows:
ant -lib lib
The jar file will be generated in the "dist" directory and it can then be used in your project.