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