The comments in the StaticSigTest.sh file refer to the persopnal basis profile TCK instead of the JDBCOP TCK.
To Recreate:
1. cd $TCK_HOME/ri
2. vi StaicSigTest.sh
3. read the comments
Contents of the script...
!/bin/sh
# This script runs static signature test with reference implementation. Static
# signature test allows to catch added API entries, which are not in the spec.
# Output goes to the stdout.
# Location of PBP reference implementation
if [ -z "$RI_HOME" ]; then RI_HOME=/java/re/jdbc_cdc/1.0/promoted/latest/binaries/linux-i686; fi
# Location of PBP TCK
if [ -z "$TCK_HOME" ]; then TCK_HOME=`pwd`/..; fi
# Location of java binaries
if [ -z "$JAVA_HOME" ]; then JAVA_HOME=/java/re/j2se/1.3.0/archive/solaris/fcs/binaries/solaris; fi
$JAVA_HOME/bin/java -classpath ${TCK_HOME}/javatest.jar:${TCK_HOME}/classes javasoft.sqe.tests.api.signaturetest.staticsig.StaticSigTest -static -Classpath $RI_HOME/lib/foundation_jdbc.jar:$RI_HOME/btclasses.zip -Package java.sql -Package javax.sql -TestURL file:///${TCK_HOME}/tests/api/signaturetest/resources/ -FileName JDBCOP.sig 2>&1
To Recreate:
1. cd $TCK_HOME/ri
2. vi StaicSigTest.sh
3. read the comments
Contents of the script...
!/bin/sh
# This script runs static signature test with reference implementation. Static
# signature test allows to catch added API entries, which are not in the spec.
# Output goes to the stdout.
# Location of PBP reference implementation
if [ -z "$RI_HOME" ]; then RI_HOME=/java/re/jdbc_cdc/1.0/promoted/latest/binaries/linux-i686; fi
# Location of PBP TCK
if [ -z "$TCK_HOME" ]; then TCK_HOME=`pwd`/..; fi
# Location of java binaries
if [ -z "$JAVA_HOME" ]; then JAVA_HOME=/java/re/j2se/1.3.0/archive/solaris/fcs/binaries/solaris; fi
$JAVA_HOME/bin/java -classpath ${TCK_HOME}/javatest.jar:${TCK_HOME}/classes javasoft.sqe.tests.api.signaturetest.staticsig.StaticSigTest -static -Classpath $RI_HOME/lib/foundation_jdbc.jar:$RI_HOME/btclasses.zip -Package java.sql -Package javax.sql -TestURL file:///${TCK_HOME}/tests/api/signaturetest/resources/ -FileName JDBCOP.sig 2>&1