sbt/sbt-app/src/sbt-test/classloader-cache/resources/test

16 lines
292 B
Plaintext

> run foo.txt main
$ copy-file changes/updated-main.txt src/main/resources/foo.txt
> run foo.txt updated-main
> test
$ copy-file changes/updated-test.txt src/test/resources/bar.txt
-> test
$ copy-file changes/UpdatedResourceTest.scala src/test/scala/scripted/ResourceTest.scala
> test