On Fri, Jan 12, 2007 at 11:23:12AM +0100, Fabian Groffen wrote:
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.
test are fixed (working w/o ant). thanks for all your hints. Stefan -- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |