I'm getting an NPE in ProductInfo at line 192.
The problem is that the i18n variable is only initialized if verbose is set (line 109). The NPE happens when JavaTest tries to localize a message for an exception when verbose is not set.
The error in question is itself interesting -- JavaTest cannot find javatest.jar. I'll file a follow bug on that.
The problem is that the i18n variable is only initialized if verbose is set (line 109). The NPE happens when JavaTest tries to localize a message for an exception when verbose is not set.
The error in question is itself interesting -- JavaTest cannot find javatest.jar. I'll file a follow bug on that.