Open mayurbarge opened 5 years ago
Here is the folder having xsd files
Did you add Xsd sources?
scalaxbXsdSource := (resourceDirectory in Compile).value / "xsd",
scalaxbWsdlSource := (resourceDirectory in Compile).value / "wsdl",
sources := Seq(scalaxbXsdSource.value / (base + ".xsd")),
Hello, We have a legacy JAXB project which converts XSDs to java classes. Recently we decided to migrate it on scala using scalaxb. The XSD's are downloaded from below link under folder "4_ICH_ICSR_Schema_Files" http://estri.ich.org/e2br3/E2B(R3)_IG_Complete_Package_v1_07.zip While running compile task I am getting below error
Referenced type {urn:hl7-org:v3}CD was not found
Kindly check to see if anything is missing in the configuration or what could be the issue.My sbt configuration is