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

Re: [Subclipse-users] Issues installing javaHL by compiling svn

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-04-07 14:36:57 CEST

"James Levinson" <jlevinson@ziprealty.com> wrote on 04/06/2006 10:39:49
PM:

> I can supply a LIBRARY_PATH, the problem is, I can't find where the
> files are located. I certainly do not see any javasvnhl.jar and the only
> files I have like libsvnjavah* are not .so files. I have these:
> /usr/local/src/subversion-1.3.0/build/win32/msvc-dsp/libsvnjavahl_msvc.d
> sp
> /usr/local/src/subversion-1.3.0/subversion/bindings/java/javahl/native/l
> ibsvnjavahl.la.c
> /usr/local/src/subversion-1.3.0/subversion/bindings/java/javahl/native/.
> libs/libsvnjavahl.la.o
> /usr/local/src/subversion-1.3.0/subversion/bindings/java/javahl/native/l
> ibsvnjavahl.la.o
> /usr/local/src/subversion-1.3.0/subversion/bindings/java/javahl/native/l
> ibsvnjavahl.la.lo
>
> Is the .configure correct ? Is there some other way to get or build
> these javahl bindings ?

JavaHL is actually part of Subversion, so you might be able to get answers
on their mailing lists too. We obviously have a lot of experience in
using JavaHL since we use it for Subclipse.

The name of the JAR is svnjavahl.jar. However, that is just the Java code
which is platform independent. It is likely that Fisheye just includes it
with their product, and if you are not getting a ClassNotFoundException in
Fisheye, then that is likely the case.

I am not a Unix expert, but I believe that the make install process puts
libraries in /usr/local/lib by default. When running Subclipse on Linux,
you usually need to do something like this for the libraries to be found:

export LD_LIBRARY_PATH=/usr/local/lib:.
./eclipse

I'd imagine you would need to insert something similar in whatever script
you use to start the Tomcat server that Fisheye runs in.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Apr 7 14:37:16 2006

This is an archived mail posted to the Subclipse Users mailing list.

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