There was an error while loading. Please reload this page.
1 parent 61e0f1b commit 64e5ebfCopy full SHA for 64e5ebf
build.xml
@@ -5,6 +5,6 @@
5
<property file="${aima3e-java.basedir}/build.properties"/>
6
7
<target name="test">
8
-<ant dir="${path.to.aima-core.project}/" target="aima-core.test-all" />
+<ant dir="${path.to.aima-core.project}/" target="aima-core.test-all" inheritAll="false" useNativeBasedir="true" />
9
</target>
10
</project>
0 commit comments