opencv/modules/java
Roman Donchenko 5bb6949bd6 Fix running Java tests with run.py on everything other than Windows.
Previously, run.py would assume that the opencv_java library is in the
same directory as the tests, which is only true on Windows.

The library path depends on the build configuration, which may not be
known until the actual build (e.g. with the Visual Studio generators),
so it can't be stored in the CMake cache for run.py to read. I didn't
want to hardcode into run.py where the library is on each platform,
either. So that's why I used the current scheme with the properties
file. It also makes running the tests without run.py a little easier.
2013-10-16 19:22:01 +04:00
..
android_lib Merge pull request #800 from asmorkalov:android_cam_idx_semantic 2013-04-29 10:00:08 +04:00
android_test Delete a bunch more trailing whitespace that slipped through the cracks. 2013-09-04 16:13:27 +04:00
generator In Java bindings, wrap version constants into functions to prevent inlining. 2013-10-15 15:44:26 +04:00
test Fix running Java tests with run.py on everything other than Windows. 2013-10-16 19:22:01 +04:00
build.xml.in Fix for encoding errors when building Java source 2013-03-27 17:43:00 +04:00
check-tests.py Normalized file endings. 2013-08-21 18:59:25 +04:00
CMakeLists.txt cmake: update java module install rules 2013-10-09 17:49:11 +04:00