From: Immanuel, Gidado-Y. <av...@cd...> - 2002-09-27 19:06:38
|
'nother quick patch to build.xml, and everything is hunky-dory: Index: build.xml =================================================================== RCS file: /cvsroot/hl7api/hapi/build.xml,v retrieving revision 1.2 diff -u -r1.2 build.xml --- build.xml 27 Sep 2002 16:10:47 -0000 1.2 +++ build.xml 27 Sep 2002 19:05:00 -0000 @@ -22,6 +22,7 @@ <target name="compile_core"> <mkdir dir="${classes}"/> + <mkdir dir="${gen}"/> <javac srcdir="${src}" destdir="${classes}" includes="ca/uhn/hl7v2/**,ca/uhn/sourceheader/**"> <classpath refid="class.path" /> </javac> |