olabusayoT commented on issue #29: URL: https://github.com/apache/daffodil-sbt/issues/29#issuecomment-2116014215
Just a note on the workaround: Test/externalDependencyClasspath doesn't actually work, but Test/unmanagedClasspath does. So So adding the below to your build.sbt should suffice to get Intellij tests working with saved parsers ```sbt Test / unmanagedClasspath ++= Seq(target.value / "tdmlparsers") ``` -- 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]
