From 6597feb6c221565dc157472d302b42cfd992aa0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Fri, 5 Jun 2009 08:00:09 +0000 Subject: [PATCH] - added the creation of the classes directory --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index bce786fd..31bdf4cb 100644 --- a/build.xml +++ b/build.xml @@ -66,6 +66,7 @@ <target name="compile" depends="init"> <echo message="Compiling..."/> <property name="javacargs" value="-deprecation" /> + <mkdir dir="classes"/> <javac deprecation="yes" nowarn="no" verbose="no" srcdir="src" destdir="classes"> <compilerarg value="${javacargs}"/> <classpath refid="classpath"/> -- GitLab