From: John R. <joh...@gm...> - 2013-10-31 18:24:16
|
James, I downloaded the source to take a look. I imported the test panel project into Eclipse but the dependencies/class path points to JARs and projects that are not in the repository. I set M2_REPO to the root of the source tree but that didn't work. Where can I find the required JARs? Below are some if the Eclipse project errors. BTW: I am on a Mac. Description Resource Path Location Type Project 'hapi-testpanel' is missing required library: '/Users/jr/Workspaces/HAPI/hapi-mvn/com/apple/applejavaextensions/1.5.4/applejavaextensions-1.5.4.jar' hapi-testpanel Build path Build Path Problem Project 'hapi-testpanel' is missing required Java project: 'hapi-hl7overhttp' hapi-testpanel Build path Build Path Problem Project 'hapi-testpanel' is missing required source folder: 'target/generated-sources/jflex' hapi-testpanel Build path Build Path Problem ... Project 'hapi-testpanel' is missing required library: '/Users/jr/Workspaces/HAPI/hapi-mvn/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar' hapi-testpanel Build path Build Path Problem Project 'hapi-testpanel' is missing required library: '/Users/jr/Workspaces/HAPI/hapi-mvn/xerces/xercesImpl/2.4.0/xercesImpl-2.4.0.jar' hapi-testpanel Build path Build Path Problem JR |