You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Holger Thon <ht...@arcor.de> on 2004/09/13 18:29:31 UTC

[PATCH] javahl fixes (Issue #2040) (Issue #2032)

Hi,

i found out that the patch to Issue #2040 worked due to a typo
(java.library-path), so the default library search path was actually used.
Though untested, it should now work on Darwin, too.

Developer visible changes on bindings:
javahl: make check-javahl should be possible without install (Fixes #2040)
javahl: classes dir will be created before build (make javahl) (Fixes #2032)
swig-java: path fix for make check-swig-java

make check-swig-java still fails on linux due to libraries beginning
with underscore; don't know how to fix this (but running the command
mln -s '_*' 'lib_#1' in $(SWIG_JAVA_DIR)/.libs before the make shows
it works then)

Ciao
Holger

Re: [PATCH] javahl fixes (Issue #2040) (Issue #2032)

Posted by David James <st...@gmail.com>.
On Mon, 13 Sep 2004 20:29:31 +0200, Holger Thon <ht...@arcor.de> wrote:
> Hi,
> 
> i found out that the patch to Issue #2040 worked due to a typo
> (java.library-path), so the default library search path was actually used.
> Though untested, it should now work on Darwin, too.
> 
> Developer visible changes on bindings:
> javahl: make check-javahl should be possible without install (Fixes #2040)
> javahl: classes dir will be created before build (make javahl) (Fixes #2032)
> swig-java: path fix for make check-swig-java
> 
> make check-swig-java still fails on linux due to libraries beginning
> with underscore; don't know how to fix this (but running the command
> mln -s '_*' 'lib_#1' in $(SWIG_JAVA_DIR)/.libs before the make shows
> it works then)
+1. Great work!! 

Anyone willing to test this patch on a platform other than Linux?

Cheers,

David

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org