We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d8395c + d42d155 commit bc96997Copy full SHA for bc96997
modules/java/test/build.xml
@@ -1,4 +1,5 @@
1
<project>
2
+ <property environment="env"/>
3
<property file="ant-${opencv.build.type}.properties"/>
4
<property name="test.dir" value="testResults"/>
5
<property name="build.dir" value="build"/>
@@ -39,7 +40,7 @@
39
40
<mkdir dir="${test.dir}"/>
41
<junit printsummary="true" haltonfailure="false" haltonerror="false" showoutput="true" logfailedtests="true" maxmemory="256m">
42
<sysproperty key="java.library.path" path="${opencv.lib.path}"/>
- <env key="PATH" path="${opencv.lib.path}"/>
43
+ <env key="PATH" path="${opencv.lib.path}:${env.PATH}:${env.Path}"/>
44
<classpath refid="master-classpath"/>
45
<classpath>
46
<pathelement location="build/classes"/>
0 commit comments