I’m writing some tasks to copy non-compiled files ...
# general
s
I’m writing some tasks to copy non-compiled files from the source tree into our runtime. (I shouldn’t have referred to them as test targets, just meant I’m testing this). I created a BundleGroup target that holds a list of
bundle()
objects (like jvm_app, but without the rest of jvm app). This is derived from Target. Then I added a
BundleGroupTask
that copies these files into the runtime. I added this to the bundle goal (although it could be a different goal).