Two test cases are failing for me from the latest CVS codebase on both Win2k
and Linux. I'm guessing this is because I'm missing a JAR and so that task
is not getting built for me - and we probably just need to put a condition
on running that test case on its existence.
Erik
Testcase: testDriverCaching(org.apache.tools.ant.taskdefs.SQLExecTest):
Caused a
n ERROR
try to access method
org.apache.tools.ant.taskdefs.SQLExec.getLoaderMap()Ljava/u
til/Hashtable; from class org.apache.tools.ant.taskdefs.SQLExecTest
java.lang.IllegalAccessError: try to access method
org.apache.tools.ant.taskdefs
.SQLExec.getLoaderMap()Ljava/util/Hashtable; from class
org.apache.tools.ant.tas
kdefs.SQLExecTest
at
org.apache.tools.ant.taskdefs.SQLExecTest.setUp(SQLExecTest.java:100)
Testcase: testNull(org.apache.tools.ant.taskdefs.SQLExecTest): Caused an
ERROR
try to access method
org.apache.tools.ant.taskdefs.SQLExec.getLoaderMap()Ljava/u
til/Hashtable; from class org.apache.tools.ant.taskdefs.SQLExecTest
java.lang.IllegalAccessError: try to access method
org.apache.tools.ant.taskdefs
.SQLExec.getLoaderMap()Ljava/util/Hashtable; from class
org.apache.tools.ant.tas
kdefs.SQLExecTest
at
org.apache.tools.ant.taskdefs.SQLExecTest.setUp(SQLExecTest.java:100)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>