So in IntelliJ when I run a main app that is part of src/test/scala, the
build process runs packageDaffodilBin and that recompiles the entire schema.

This takes *minutes* for this large schema.

Is there a setting I can use to tell it to only recompile the binary schema
when I specifically request it by 'sbt packageDaffodilBin' ?

I don't want to turn off use of the binary by TDML tests. I just want to
turn off all automatic such compilation.

If the compiled binary doesn't exist I want a diagnostic error from
whatever was looking for it, not an automatic recompile.

Reply via email to