stevedlawrence commented on PR #10: URL: https://github.com/apache/daffodil-sbt/pull/10#issuecomment-1906526332
> The removal of the crossPaths thing may be problematic if layers or UDFs are written in scala. Good point. I hadn't thought of that. In those cases, I think a schema project can override these settings and do something like: ```scala crossPaths := true ``` And as I think about it more, layers/udfs probably need others settings too. For example compile dependencies on daffodil-runtime1-layers or daffodil-udf. Maybe we need another settings like `daffodilHasLayer` or `daffodilHasUDF`. These would default to false but a project could set them to true and the plugin could tweak settings (like crossPaths or libraryDependencies). -- 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]
