On Thu, 2023-12-28 at 12:24 +0100, Ulrich Mayring wrote:
> then I would find it a valuable feature to be able to do that on the 
> command-line as well. If the IDE is not able to do this via Gradle,
> then 
> it should not pretend to do so by outputting gradlew scripts.

I am very sure, that somewhere hidden, Netbeans writes its own
`build_nb.gradle` similarly to the `.private/netbeans.ant.xml` or
whatever the name was before.
You just need to find it 😄 (maybe `tail -f ./` your project folder
while executing under NetBeans).

To be fair, the developers are doomed if they do and also when they
don't: I hate it when IDE specific stuff is spoiling my project folder
and maintain rather large .gitignore files to get rid of that stuff. So
the last thing I wanted to see was a `build_nb.gradle` showing up in my
project directory.

You on the other hand are looking for exactly that one: the NB blended
version of the `gradle.build` and I guess we both have a strong point.

So maybe find this NB blended version of the `gradle.build` and soft-
link to it.
And maybe the developers can fix the IDE logging and point to the
`build_nb.gradle` instead to the standard `build.gradle`

Cheers
Andreas

Reply via email to