lkishalmi opened a new pull request #3145: URL: https://github.com/apache/netbeans/pull/3145
Well this PR would be a series of commits which at the end would enable the Gradle Payara Plugin be detected and alter some IDE actions. Theoretically it would be very easy if the reload support action shall not be provided, though I think it would be nice to do that as well. So here is where the problem begins. The Payara Reload action is an always enabled action that does some Maven goal execution and touches a reload file. However the implementation works. It is not nice to have an action in the tool bar and menu which is always enabled and when executed in the wrong context it just updates the status line with an error message. So the first commit here would be to refactor the implementation to be more bend in the SPI of the Maven project and Project UI modules. -- 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
