blob: 29310866649c59c249391a6b6755b61773b22556 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- build.xml 2010-04-17 08:12:29.000000000 +0300
+++ build.xml.fixed 2010-04-17 08:37:58.000000000 +0300
@@ -90,11 +90,6 @@
</copy>
<rmic base="${build}/classes"
classname="weka.experiment.RemoteEngine"/>
- <unzip src="${lib}/java-cup.jar" dest="${build}/classes">
- <patternset>
- <include name="java_cup/runtime/**/*"/>
- </patternset>
- </unzip>
</target>
<!-- Make the javadocs -->
@@ -139,7 +134,7 @@
</target>
<!-- compile the testcases -->
- <target name="compile_tests" depends="init_tests, compile"
+ <target name="compile_tests" depends="init_tests"
description="Compile unit tests into build/testcases">
<javac srcdir="${src-test}"
fork="yes" memoryMaximumSize="${javac_max_memory}"
|