bld
bld copied to clipboard
JEP458 opportunity?
This JEP458 delivered in java 22 may allow for running the BLD project files without needing to compile them, avoiding the "chickedn-and-egg" problem mentioned in the docs. Just fyi, since it is Java 22...
Is there a way to run in BLD in "online mode", watching the file system and launching builds as needed?, maybe caching things in the process?
Thanks, we'll take a look at JEP458.
There's no online mode for bld at this time.
Just to add closure to this issue…
Our initial testing with JEP458 yielded very little benefits at this point. Some of the design decisions we made to avoid unintended side effects are just not meshing well.