lrbarber commented on issue #844: URL: https://github.com/apache/daffodil-vscode/issues/844#issuecomment-1850501803
Info I got some time ago from Mike Beckerle that might be helpful: ``` ethernetIP is another schema you get from Github DFDLSchemas on the web. You have to 'sbt publishLocal' that one, (might as well 'sbt test' to be sure it works first) That will create the jar needed and then in PCAP, 'sbt update' will create a temp lib_managed directory with that jar in it within the PCAP project tree. My launch.json put the two of these schema projects as side-by-side peer directories so that one can put ".." relative path steps that refer to eithernetIP schema files from the PCAP project. The daffodilDebugClasspath needs both a file reference to ethernetIP.dfdl.xsd, and the jar on it, in that order. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
