From 9b5921837c0b59c399d22661eb3a542b258f7f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Wed, 9 Sep 2009 20:48:47 +0000 Subject: [PATCH] - modified compileall so that, at last, it can start without a "classes" directory --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 5e82f205..76f870a1 100644 --- a/build.xml +++ b/build.xml @@ -77,7 +77,7 @@ <target name="compileall" depends="init"> <echo message="Erasing..."/> <delete> - <fileset dir="classes" includes="**/*.class"/> + <fileset dir="." includes="classes/**/*.class"/> </delete> <antcall target="cleanjar"/> <antcall target="jar"/> -- GitLab