Replies: 3 comments 5 replies
-
cc/ @mbien for input. I think most of those things are inside |
Beta Was this translation helpful? Give feedback.
-
@neilcsmith-net I'm using exactly the same versions and installations of JDK and
I've made a another test with version 19, starting from a clean configuration, and I think that I've just found the origin of the problem. I've set Just in case you wonder why I limit it to a single thread, it's because the output is easier to read to me. PS: if I set |
Beta Was this translation helpful? Give feedback.
-
@neilcsmith-net I'm note sure if this is a clue in the right direction or has nothing to do. If I don't pass the
But this behaviour is the same in versions 18 and 19... PS: I believe that NetBeans uses an environment variable to set |
Beta Was this translation helpful? Give feedback.
-
Hi:
I've configured NetBeans to use
mvnd
instead ofmvn
. With NetBeans 18, the server process ofmvnd
is kept running for hours (3 hours maximum being idle; I can see it in the parameters of the command). However, with NetBeans 19, the process finishes after 10 seconds approximately. This makesmvnd
useless if you don't run it within those 10 seconds. Is it a bug? Or is there something that I'm missing?I've compared the commands generated by version 18 and 19 and they're exactly the same (except the
mvnd.id
parameter, of course). I don't know if thenetbeans-eventspy.jar
library is doing something different in version 19.Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions