This file specifies commands used for precompiling tests.
Commands and their values should be specified in the form of name-value pairs.

For example, the following name-value pairs can be used to precompile an API test:


  command.refCompile.java=javasoft.sqe.javatest.lib.ProcessCommand CLASSPATH=$testSuiteRootDir/classes /java/re/jdk/1.4/promoted/latest/binaries/solsparc/bin/javac -d /home/cleo/precompile -source 1.4 $testSource
  testClassDir=/home/cleo/precompile

The following name-value pairs can be used to precompile an RMI compiler test:

  command.refCompile.java=javasoft.sqe.javatest.lib.ProcessCommand CLASSPATH=$testSuiteRootDir/classes /java/re/jdk/1.4/promoted/latest/binaries/solsparc/bin/javac -d /home/cleo/precompile -source 1.4 $testSource
  command.refRMIC=javasoft.sqe.javatest.lib.ProcessCommand CLASSPATH=$testSuiteRootDir/classes /java/re/jdk/1.4/promoted/latest/binaries/solsparc/bin/rmic -d /home/cleo/precompile $testRmicClass
  testClassDir=/home/cleo/precompile

testClassDir is a special name that denotes the directory in which compiled classes should be placed.
If this value is provided, the classes placed in this directory will be executed.
If it is not provided, the classes available in the classes directory will be executed.