Hi,
I finally figured out (reading the sources - open source is great!):
| | <arg value="-baseDir"/> |
| | <arg value="${install.home}/db"/> |
H2 takes simply the "next" parameter if this is expected:
...
} else if ("-baseDir".equals(arg)) {
i++;
...
http://www.google.com/codesearch#nNQkx37hnf0/trunk/h2/src/main/org/h2/tools/Server.java&q=%22runTool(%22%20package:http://h2database%5C.googlecode%5C.com&type=cs&l=192
Michael