I am so very very close to completing a fairly large migration
cvs2svn...last hurdle...fisheye integration (if your not familiar,
http://www.cenqua.com/fisheye/doc/latest/admin/svnclient.html). So, I
find out through the fisheye docs that javaHL bindings are required.
Docs say I need javasvnhl.jar and libsvnjavah-1.so. I find out what
javahl is from the subclipse faq page. I follow those instructions and
rerun my subversion ./configure, etc.
Setup:
OS: RHEL3
Apache: 2.2
Svn: 1.3
Access Method: https
SSL: 0.9.7a
1) ran ./configure
./configure --with-apr=/usr/local/apache/latest \
--with-apr-util=/usr/local/apache/latest \
--with-ssl \
--with-berkeley-db=/usr/lib \
--with-libs=/usr/kerberos \
--with-neon=/usr/local/neon \
--with-apxs=/usr/local/apache/latest/bin/apxs \
--enable-javahl
--with-jdk=/export/home/zip/apps/jdk1.5.0_04
2) ran make
3) ran make javahl
3) ran make install
4) ran make install-javahl
Now, after setting up my fisheye config, it throws the following:
A problem occured starting your repository: Could not load svn-javahl:
org/tigris/subversion/javahl/SVNClient (com.cenqua.fisheye.config.d)
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 ?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Apr 7 04:42:10 2006