Re: [classlib] NLS exception messages arn't displayed correctly

2006-11-08 Thread Oliver Deakin
Alexey Varlamov wrote: 2006/11/8, Oliver Deakin <[EMAIL PROTECTED]>: Evgueni Brevnov wrote: > On 11/8/06, Tim Ellison <[EMAIL PROTECTED]> wrote: >> Oliver Deakin wrote: >> >> > 2) The bogus "FAILED to invoke JVM" message. >> > Looks like this is coming from the launcher (Im running >> > Harmon

Re: [classlib] NLS exception messages arn't displayed correctly

2006-11-08 Thread Oliver Deakin
Alexey Varlamov wrote: 2006/11/8, Oliver Deakin <[EMAIL PROTECTED]>: Evgueni Brevnov wrote: > On 11/8/06, Tim Ellison <[EMAIL PROTECTED]> wrote: >> Oliver Deakin wrote: >> >> > 2) The bogus "FAILED to invoke JVM" message. >> > Looks like this is coming from the launcher (Im running >> > Harmon

Re: [classlib] NLS exception messages arn't displayed correctly

2006-11-08 Thread Alexey Varlamov
2006/11/8, Oliver Deakin <[EMAIL PROTECTED]>: Evgueni Brevnov wrote: > On 11/8/06, Tim Ellison <[EMAIL PROTECTED]> wrote: >> Oliver Deakin wrote: >> >> > 2) The bogus "FAILED to invoke JVM" message. >> > Looks like this is coming from the launcher (Im running >> > Harmony + IBM VME). >> > It ap

Re: [classlib] NLS exception messages arn't displayed correctly

2006-11-08 Thread Oliver Deakin
Tim Ellison wrote: Oliver Deakin wrote: Hi all, I was checking out some JIRAs and spotted that when we print exception stack traces at the moment we're not getting the full NLS message. For example, running the following: public class Test { public static void main(String[] args) throws Th

Re: [classlib] NLS exception messages arn't displayed correctly

2006-11-08 Thread Oliver Deakin
Evgueni Brevnov wrote: On 11/8/06, Tim Ellison <[EMAIL PROTECTED]> wrote: Oliver Deakin wrote: > 2) The bogus "FAILED to invoke JVM" message. > Looks like this is coming from the launcher (Im running > Harmony + IBM VME). > It appears that this happens because in main_runJavaMain > (in the lau

Re: [classlib] NLS exception messages arn't displayed correctly

2006-11-07 Thread Evgueni Brevnov
On 11/8/06, Tim Ellison <[EMAIL PROTECTED]> wrote: Oliver Deakin wrote: > Hi all, > > I was checking out some JIRAs and spotted that when we > print exception stack traces at the moment we're not getting > the full NLS message. For example, running the following: > > public class Test { > public

Re: [classlib] NLS exception messages arn't displayed correctly

2006-11-07 Thread Tim Ellison
Oliver Deakin wrote: > Hi all, > > I was checking out some JIRAs and spotted that when we > print exception stack traces at the moment we're not getting > the full NLS message. For example, running the following: > > public class Test { > public static void main(String[] args) throws Throwable {

[classlib] NLS exception messages arn't displayed correctly

2006-11-07 Thread Oliver Deakin
Hi all, I was checking out some JIRAs and spotted that when we print exception stack traces at the moment we're not getting the full NLS message. For example, running the following: public class Test { public static void main(String[] args) throws Throwable { throw new NullPointerException