12 Jan
2007
12 Jan
'07
10:23 a.m.
On 12-01-2007 11:19:47 +0100, Stefan Manegold wrote:
I tried
Mlog -x "java -Djdbc_url=\"${URL}\" -classpath `monetdb-clients-config --pkgdatadir`/lib/monetdb-1.5-jdbc.jar:`monetdb-clients-config --pkgdatadir`/Tests ${TST}"
bug get
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0 at Test_Cautocommit.main(Unknown Source)
jdbcurl = args[1]; obviously results in an java.lang.ArrayIndexOutOfBoundsException, as you didn't give the arguments that are expected. Of course, the ant build file that also runs the tests (which don't work any more now) sets the right calling arguments.