How I built a new class file after I modified one of the test java files:

1. Find an installation of java old enough to support -target 1.1.  I
used /prereq/java-1.4.2_05 on an NMI x86_rhel_3 machine.

2. Unpack the tar file, make changes, and compile:

tar xvzf x_soap_job_tests.tar.gz
cd soaptests
# edit java file
export CLASSPATH=.:`pwd`:`echo $PWD/lib/*.jar | tr ' ' ':'`
javac -target 1.1 SubmitRemoveTest4.java

3. Pack up the tar file again.
