stevedlawrence opened a new issue, #4:
URL: https://github.com/apache/daffodil-sbt/issues/4
If you do this in build.sbt:
```scala
daffodilPackageBinVersions := Set("3.5.0")
daffodilPackageBinInfos := Seq(
("/com/example/foo.dfdl.xsd", None, None),
)
```
but suppose that filefoo.dfdl.xsd has a typo in the path somewhere so it is
not found.
Results in a NullPointerException, not a diagnostic.
--
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]