stevedlawrence opened a new pull request, #41: URL: https://github.com/apache/daffodil-sbt/pull/41
It is possible for a schema resource path in daffodilPackageBinInfos to resolve to a path inside jar, such as when the main schema is in a dependency jar or when the exportJars setting is true. If we try to convert the resolved resource to a File for the compileFile API, the jar URIs fail with a confusing exception. To fix this, this switches to the compileSource API, which supports compiling schemas with either file:// or jar:// URIs. Closes #3 -- 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]
