From: Immanuel, Gidado-Y. <av...@cd...> - 2002-09-26 17:03:27
|
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=615057&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 |