Skip to content

Commit 64e5ebf

Browse files
authored
Update build.xml
1 parent 61e0f1b commit 64e5ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<property file="${aima3e-java.basedir}/build.properties"/>
66

77
<target name="test">
8-
<ant dir="${path.to.aima-core.project}/" target="aima-core.test-all" />
8+
<ant dir="${path.to.aima-core.project}/" target="aima-core.test-all" inheritAll="false" useNativeBasedir="true" />
99
</target>
1010
</project>

0 commit comments

Comments
 (0)