apache / daffodil-sbt

Apache Daffodil SBT Plugin
https://daffodil.apache.org/
Apache License 2.0
1 stars 3 forks source link

Utilize config file when compiling schemas to avoid copious warnings #6

Closed stevedlawrence closed 3 months ago

stevedlawrence commented 9 months ago

The CLI -c configFile feature is really important as some schemas, especially large schemas, generate many pointless warnings. The config file is currently the only way to suppress these.

There needs to be a way to incorporate the config file when compiling schemas.