[cmake-developers] Improve JNI detection and fix Java testcase

2013-03-18 Thread Andreas Schneider
Hi, I've created two patches. The first improves the JNI find module to run the java executable to determine the home. The seconds uses the find module to detect jni for the Java testcase correctly. You can find it here: http://cmake.org/gitweb?p=stage/cmake.git;a=shortlog;h=refs/heads/fix_jav

Re: [cmake-developers] Improve JNI detection and fix Java testcase

2013-03-26 Thread Brad King
On 03/18/2013 02:59 PM, Andreas Schneider wrote: > I've created two patches. The first improves the JNI find module to run the > java executable to determine the home. The seconds uses the find module to > detect jni for the Java testcase correctly. > > You can find it here: > > http://cmake.or

Re: [cmake-developers] Improve JNI detection and fix Java testcase

2013-03-26 Thread Andreas Schneider
On Tuesday 26 March 2013 08:30:25 Brad King wrote: > On 03/18/2013 02:59 PM, Andreas Schneider wrote: > > I've created two patches. The first improves the JNI find module to run > > the > > java executable to determine the home. The seconds uses the find module to > > detect jni for the Java testca

Re: [cmake-developers] Improve JNI detection and fix Java testcase

2013-03-26 Thread Brad King
On 03/26/2013 09:40 AM, Andreas Schneider wrote: > I think FindJava.cmake and FindJNI.cmake need to be carefully rewritten > looking for java binaries and FindJNI.cmake should use FindJava.cmake. Yes, but that won't happen without a contributor stepping up. It also won't happen before 2.8.11. >