You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2002/01/07 14:32:43 UTC

Build failure SQLExec

Anybody has seen this before?

    [junit] Testcase: testNull(org.apache.tools.ant.taskdefs.SQLExecTest):	
Caused an ERROR
    [junit] try to access method org.apache.tools.ant.taskdefs.SQLExec.getLoaderMap()Ljava/util/Hashtable; from class org.apache.tools.ant.taskdefs.SQLExecTest
    [junit] java.lang.IllegalAccessError: try to access method org.apache.tools.ant.taskdefs.SQLExec.getLoaderMap()Ljava/util/Hashtable; from class org.apache.tools.ant.taskdefs.SQLExecTest
    [junit] 	at org.apache.tools.ant.taskdefs.SQLExecTest.setUp(SQLExecTest.java:100)

[bodewig@bodewig jakarta-ant]$ java -version    
java version "1.3.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)

compiler is modern - the code compiles but refuses to run under the
same VM.  This is a freshly bootstrapped Ant..

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>