Re: JavaHL Bug in SVN 1.7

2011-08-13 Thread Mark Phippard
On Sat, Aug 13, 2011 at 3:57 PM, Mark Phippard wrote: > On Sat, Aug 13, 2011 at 6:59 AM, Patrick Mayweg wrote: > >> Hello Mark, >> you should definitely move the class. As the name suggests, I used the >> class to throw error from the native code. >> > > Thanks for the confirmation. Will commit

Re: JavaHL Bug in SVN 1.7

2011-08-13 Thread Mark Phippard
On Sat, Aug 13, 2011 at 6:59 AM, Patrick Mayweg wrote: > Hello Mark, > you should definitely move the class. As the name suggests, I used the > class to throw error from the native code. > Thanks for the confirmation. Will commit and nominate fix shortly. -- Thanks Mark Phippard http://mark

Re: JavaHL Bug in SVN 1.7

2011-08-13 Thread Patrick Mayweg
Hello Mark, you should definitely move the class. As the name suggests, I used the class to throw error from the native code. Regards, Patrick Am 12.08.2011 17:10, schrieb Mark Phippard: Just ran into this bug in Subclipse. In the JavaHL native code in JNIUtil.h there is this code: static

JavaHL Bug in SVN 1.7

2011-08-12 Thread Mark Phippard
Just ran into this bug in Subclipse. In the JavaHL native code in JNIUtil.h there is this code: static void throwError(const char *message) { raiseThrowable(JAVA_PACKAGE"/JNIError", message); } There is a class in the old JavaHL package with this name, but there is no class in th