One option is to switch to Gradle and use continuous builds (see https://docs.gradle.org/current/userguide/continuous_builds.html ). Yeah, I know a switch to Gradle may not be a realistic option in some situations - but if you are talking about time-saving features like CoS, you might as well use a time-saving build tool too :-) Having said that, some kind of integrated support for continuous builds in the IDE may be desirable.
Scott On Thu, Aug 15, 2024 at 4:06 PM Eirik Bakke <eba...@ultorg.com.invalid> wrote: > What is the recommended alternative to Compile-on-Save, for Maven-based > NetBeans Platform applications? I’ll be happy to give it a try on my own > project and report back… > > -- Eirik >