mbeckerle commented on issue #54: URL: https://github.com/apache/daffodil-vscode/issues/54#issuecomment-977157602
Further point: the order of things on the classpath matters very much. src/test/resources needs to be earlier on the classpath than src/main/resources. Secondly, there are things on the classpath other than just schema file jars or xsd file. There are jars containing user-definied function definitions, or jars containing validators, or jars containing pluggable layer transformers. All those things are handled via sbt managed dependencies so that 'sbt test' finds them all for you based on them being declared in the build.sbt, and available via some binary server, or in the local m2 or ivy2 cache. -- 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]
