Hi David, On Fri, 25 Feb 2022 at 23:11, David Green <[email protected]> wrote: > I have a program that runs and builds up files in the template directory. > It runs but when I create a new Maven Java Project, it does not use the > template for the main method but rather sticks in
Thanks for your vote. If you want to raise an issue in the vote thread, I would recommend opening an issue at https://github.com/apache/netbeans/issues and referencing that with a link and short description in the thread. Otherwise, issues raised in the vote thread are likely to get lost / not properly looked at. ... > nbfs://nbhost/SystemFileSystem/Templates/Project/Maven2/JavaApp/src/main/java/${packagePath}/${mainClassName}.java > to edit this template This issue was noticed and had some discussion on list during the release cycle. It's an obvious, if minor, annoyance that would be good to address for 14. > ***Installer*** The nbfs:// URL is not clickable. Should the installer be > registering nbfs: to invoke NetBeans? (repeated in macOS installer vote) Please report, with a description / screenshot. > ***NetBeans*** Should the generator of the Maven project be checking to see > if there is a template for Java Main Class and use it rather than generate > its own reference? Probably, but also the default template shouldn't look like it does above with the tokens still in place. > The workaround is straightforward, just delete the autogenerated file, then > generate another Java Main class using the file generation tooling which > does use existing templates. I would not stop the release for this but if > there is a fix-cycle added, this might be quickly fixable. Unless there's a critical bug, we're unlikely to do a fix cycle. Improving our infrastructure and processes so we can more easily deliver backport fixes is a whole other discussion! Best wishes, Neil --------------------------------------------------------------------- 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
