jadams-tresys commented on issue #146: URL: https://github.com/apache/daffodil-sbt/issues/146#issuecomment-3661004276
I'll add that this stemmed from an XSLT project where we are essentially running the following pipeline: parse -> transform -> unp;arse I had been looking for a good way to pull in the saved parser for the schema that's being used as we have it published to our artifactory instance and it can take a little while to compile (longer than running the rest of the test suite for sure). We currently just have a copy of the compiled parser just saved in the repo and being pulled in manually, but it would be nice if there was a way to get SBT to download the saved parser along with the jar files for the schema dependency and put it somewhere easily accessible for the project (lib_managed perhaps?) -- 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]
