[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: JavaHL Bug in SVN 1.7

From: Patrick Mayweg <mayweg_at_qint.de>
Date: Sat, 13 Aug 2011 12:59:06 +0200

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 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 the new JavaHL package with this name. From what I can
> see it is not in any of the other packages either. So what happens at
> runtime is you get an error like this:
>
> java.lang.NoClassDefFoundError: org/apache/subversion/javahl/JNIError
>
> I would assume the best fix is to simply move this class from the
> org.tigris.subversion.javahl package to org.apache.subversion.javahl
>
> --
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/

-- 
Qint Software GmbH
Fichtenstr. 19
82110 Germering
+49 89 89026749
Sitz: München HRB 117326
Geschäftsführer: Hans Marggraff, Patrick Mayweg
Received on 2011-08-13 13:01:49 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.