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

Re: svn commit: r1028125 - /subversion/trunk/build/ac-macros/java.m4

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 28 Oct 2010 09:40:36 -0400

On Wed, Oct 27, 2010 at 6:17 PM, Jeremy Whitlock <jcscoobyrs_at_gmail.com> wrote:
> This approach will basically use the Xcode SDK that matches your OS X version by default.  To me, this seems like a
> suitable default.  If the default doesn't work for you, there is still the --with-jdk option you can supply to specify the JDK path
> you want to use, like potentially cross-compiling against an older Xcode SDK.

This changed worked for me, thanks.

$ make check-javahl
ln -sf libsvnjavahl-1.dylib
subversion/bindings/javahl/native/.libs/libsvnjavahl-1.jnilib
/System/Library/Frameworks/JavaVM.framework/Home/bin/java
"-Dtest.rootdir=/Users/mphippard/work/src-trunk/subversion/bindings/javahl/test-work"
"-Dtest.srcdir=/Users/mphippard/work/src-trunk/subversion/bindings/javahl"
"-Dtest.rooturl=" "-Dtest.fstype="
-Djava.library.path=subversion/bindings/javahl/native/.libs:/tmp/svn/lib
-classpath subversion/bindings/javahl/classes:/Users/mphippard/work/src-trunk/subversion/bindings/javahl/src:/opt/local/share/java/junit.jar
"-Dtest.tests=" org.apache.subversion.javahl.RunTests
.........................................
..........
Time: 133.642

OK (51 tests)

/System/Library/Frameworks/JavaVM.framework/Home/bin/java
"-Dtest.rootdir=/Users/mphippard/work/src-trunk/subversion/bindings/javahl/test-work"
"-Dtest.srcdir=/Users/mphippard/work/src-trunk/subversion/bindings/javahl"
"-Dtest.rooturl=" "-Dtest.fstype="
-Djava.library.path=subversion/bindings/javahl/native/.libs:/tmp/svn/lib
-classpath subversion/bindings/javahl/classes:/Users/mphippard/work/src-trunk/subversion/bindings/javahl/src:/opt/local/share/java/junit.jar
"-Dtest.tests=" org.tigris.subversion.javahl.RunTests
.........................................
........
Time: 131.54

OK (49 tests)

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2010-10-28 15:41:14 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.