mbien commented on PR #6514: URL: https://github.com/apache/netbeans/pull/6514#issuecomment-1746417045
@sdedic thanks for explaining, some comments: > You probably didn't -- since the process happens automatically, I saw a few situations where NB asked me to prime something, I am pretty sure there is a notification bubble for that, and priming happens also at some point in the "resolve problems dialog", we had even an issue filed where a user used the "reload pom" action do download dependencies (!) (#6223), which I assume is running the priming code. Why does NB not simply ask the user to build the project using the regular maven toolchain outside of the embedder? This could cause additional problem in future, e.g: #6190 I think mvn could also run `mvn dependency:go-offline` or something similar? > BTW - in some of the later PRs I hope I will be able to avoid running mvn install thats good since installing deps should not happen without user interaction IMO (if the LSP server has special requirements - thats ok to me, esp headless mode is a completely different situation) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
