stevedlawrence commented on issue #56: URL: https://github.com/apache/daffodil-sbt/issues/56#issuecomment-2367903152
You need to tell the plugin what schema to compile using `daffodilPackageBinInfos`. Also, if your tdml tests use the saved parser file you need to set `daffodilTdmlUsesPackageBin := true`. Maybe we should output a warning if the `packageDaffodilBin` task is run but either `daffodilPackageBinVersions` or `daffodilPackageBinInfos` is empty? One or both of those being empty means `packageDaffodilBin` won't do anything. -- 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]
