Create a file build.properties that contains the entry home.grinder ant let it point
to the directory where you've installed grinder
Start grinder console and agents by invoking ant
Use the grinder console to start the load test
Adding Tests
the directory scripts contains the jython scripts that the grinder agents will run.
before execution the scripts and the property file templates will be copied to the work directory.
the following tokens will be replaced in the property file templates
Token
replacement
@JACORB_HOME@
JacORB home directory
@JACORB_CP@
CLASSPATH necessary to run JacORB
the following steps are necessary to add a test:
write a jython script that contains the test logic and put it into the directory scripts
edit an appropiate property file template (see tokens above) that will invoke the jython script
add a target to build.xml to start an agent using the new property file