From: Immanuel, Gidado-Y. <av...@cd...> - 2002-09-27 20:32:56
|
Brian, Your right, this patch isn't necessary. I'm not sure why it wasn't building the first couple times after I updated the source. But I tried it again just now, and it seems to work fine. Sticky fingers? Friday? :) - Gidado p.s. The shortened version, Gidado, is fine. -----Original Message----- From: Immanuel, Gidado-Yisa [mailto:av...@cd...] Sent: Friday, September 27, 2002 3:06 PM To: Hapi (E-mail) Subject: RE: [HAPI-devel] [patch] fix classpath in (ant) build.xml '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> |