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

JavaHL Bug in SVN 1.7

From: Mark Phippard <markphip_at_gmail.com>
Date: Fri, 12 Aug 2011 11:10:15 -0400

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/
Received on 2011-08-12 17:10: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.