JaroslavTulach opened a new pull request #2915: URL: https://github.com/apache/netbeans/pull/2915
A [mistake has been made](https://github.com/apache/netbeans/pull/2822/files#r619574208) when implementing #2822 - now build/rebuild actions are disabled for _mx projects_. This PR fixes that by returning `true` for all supported actions and `false` only otherwise. When at it I also fixed long opened problem - to run/debug unit test one had to build first, otherwise the changes were not visible - now the build happens before running tests automatically. This is not a stopper for 12.4, but please consider this PR for inclusion, if there is a chance. -- 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. 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
