Open mipastgt opened 3 years ago
Hmm, I guess nobody has tried that yet. Probably not the highest priority. We will investigate it.
That's my fate. I always seem to try things nobody has tried before and then burn my fingers by doing so :-) I normally have assertions on by default during testing. It helps to identify trouble spots early but I switch them off in production. It is not so problematic here because most of the testing is done outside of JPro anyway.
When I run JPro with assertions switched on via
<JVMArg>-ea</JVMArg>
then I just get a long list of exceptions like this and the program startup fails.