Hi,
all of the tools in the old compiler have "no-exit" main methods. In the DigestTool this is the only one with private access and we therefore need to call it via reflection and make it accessible at runtime. I think we should give the tool the same signature as the others ... main which calls "exit" and "digest" which doesn't. Chris