From: Tripp, B. <Bry...@uh...> - 2002-09-27 17:24:47
|
Thank you, the build file was way out of date. I applied your changes and also made some others, including the following: - "generate" task to generate standard message classes (needs HL7 DB to run) - "header" task to add MPL license header to generated classes - "zip" and updated "jar" to create the distribution files in the form used for HAPI 0.3 I also removed the code that wasn't compiling in PipeParser. This was just some old testing code -- it shouldn't have been there anyway. Please let me know if there are any remaining problems. Bryan > -----Original Message----- > From: Immanuel, Gidado-Yisa [mailto:av...@cd...] > Sent: September 26, 2002 1:03 PM > To: Hapi (E-mail) > Subject: [HAPI-devel] [patch] fix classpath in (ant) build.xml > > > I was not able to get the build script to run out > of the box. My patch for build.xml is at 'bug 615057': > > https://sourceforge.net/tracker/index.php?func=detail&aid=6150 > 57&group_id=38 > 899&atid=423835 > > Even with this patch, I'm still runing into problems, > which are summarized as: > > * no class: ca.uhn.hl7v2.model.v24.datatype.CE > * no class: ca.uhn.hl7v2.model.v24.segment.MSH > > Are these generated classes? Anyway, here's the > ANT output. > > Thanks, > Gidado-Yisa Immanuel > > > compile: > Compiling 117 source files to C:\dev\hapi\hapi > ca/uhn/hl7v2/parser/PipeParser.java [655] cannot resolve symbol > symbol : class CE > location: package datatype > ca.uhn.hl7v2.model.v24.datatype.CE ce = new > ca.uhn.hl7v2.model.v24.datatype.CE(); > ^ > ca/uhn/hl7v2/parser/PipeParser.java [655] cannot resolve symbol > symbol : class CE > location: package datatype > ca.uhn.hl7v2.model.v24.datatype.CE ce = new > ca.uhn.hl7v2.model.v24.datatype.CE(); > > ^ > ca/uhn/hl7v2/parser/PipeParser.java [711] package > ca.uhn.hl7v2.model.v24.segment does not exist > ca.uhn.hl7v2.model.v24.segment.MSH seg = new > ca.uhn.hl7v2.model.v24.segment.MSH(null); > ^ > ca/uhn/hl7v2/parser/PipeParser.java [711] package > ca.uhn.hl7v2.model.v24.segment does not exist > ca.uhn.hl7v2.model.v24.segment.MSH seg = new > ca.uhn.hl7v2.model.v24.segment.MSH(null); > > ^ > 4 errors > build.xml [21] Compile failed, messages should have been provided. > BUILD FAILED > Total time: 4 seconds > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Hl7api-devel mailing list > Hl7...@li... > https://lists.sourceforge.net/lists/listinfo/hl7api-devel > This e-mail may contain confidential and/or privileged information for the sole use of the intended recipient. Any review or distribution by anyone other than the person for whom it was originally intended is strictly prohibited. If you have received this e-mail in error, please contact the sender and delete all copies. Opinions, conclusions or other information contained in this e-mail may not be that of the organization. |