arosien commented on issue #66: URL: https://github.com/apache/daffodil-vscode/issues/66#issuecomment-1024425839
> You actually don't need to have the jar in the class path if you have something like this it should also work > > "daffodilDebugClasspath": "/FULL/PATH/TO/dfdl-ethernet/src/main/resources:/FULL/PATH/TO/dfdl-pcap/src/main/resources" PSA: This works for schemas that only have files under `src/main/resources`, but as I discovered, the ethernet project specifically has some Scala files that are required for the schemas to work, so the ethernet project must be referenced as a packaged jar file. -- 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]
