Compiling OpenCV 2.4.4a - Java Test Fails
All, I am attempting to build OpenCV 2.4.4a. I have built OpenCV many times but it seems like the newest distribution has malfunctioning build code.
My compilation fails at:
[ 87%] Build Java tests
Buildfile: .../OpenCV-2.4.4/release/modules/java/test/.build/build.xml
build:
compile:
[javac] Compiling 104 source files to .../OpenCV-2.4.4/release/modules/java/test/.build/build/classes
BUILD FAILED
.../OpenCV-2.4.4/release/modules/java/test/.build/build.xml:55: The following error occurred while executing this line:
.../OpenCV-2.4.4/release/modules/java/test/.build/build.xml:19: .../OpenCV-2.4.4/release/modules/java/test/.build/lib does not exist.
I have tried finding information on how to disable this java library, I have no use for it. Can anyone offer some advice?
This problem is incredibly unnerving as OpenCV is a very large library that doesn't build very quickly. I am attempting to reuse builds but I continuously have to recompile a few modules only to return to this problem. I have tried many flags.