From: <h.k...@ya...> - 2004-10-06 12:39:51
|
hello dear hapi team, we want to use in our company your hl7api. My current system: Eclipse IDE Hapi 0.5beta form cvs HEAD Branch Messaging Workbench 1.6.2 i used the mwb to edit the hl7 conformace and generate hl7 registry profiles. at the moment i only have one hl7 message defined which registry profile = is in the attachment of this mail. i want to use the profile compiler to generate the h7 code and i = followed the steps described in the tutorial. http://hl7api.sourceforge.net/conf/compiler_manual/index.htm i done the procedure 1 of the tutorial, but i can=B4t solve procedure 2 in the tutorial the start process is decribed like java =96classpath conf.jar ConfGen [flags] {source} {dest} {package-name} i start the project direct form the ide like ca.uhn.hl7v2.conf.classes.generator.builders.ConfGen -v "D:\eclipse\workspace\hapi\MEDOS\Medos-ORU_R01_ORD CNTRL.xml" ./MEDOS/ ./MEDOS The output looks like ./MEDOS/ ConfGen: verbose display enabled Generating Source... ConformanceError: ca.uhn.hl7v2.conf.classes.exceptions.ConformanceError: Underlying class/method ca.uhn.hl7v2.model.v23.message.ORU.getMSH() can not be = found. The complete HAPI API must be installed prior to using this system. Done. If i start the confgen with test options like ca.uhn.hl7v2.conf.classes.generator.builders.ConfGen -t The output looks like ./MEDOS/ ConfGen: system test enabled Checking for XML Parser: PASS Checking for Xerces: PASS Checking for Conformance Classes: PASS Checking for Apache Ant: PASS I don=B4t know what to do. Please help... |