matthiasblaesing commented on issue #8535: URL: https://github.com/apache/netbeans/issues/8535#issuecomment-2913773459
> Strange, why then it works in IntelliJ, Eclipse, VSCode Because they have a different approach. If all IDEs would be the same, they would not exist. All approaches have drawbacks and advantages. It might be possible to enhance the compilation process to consider generated code from a previous maven run (from a quick glance the compilation results in three files in `target/classes/templates` two look like the missing code. There interesting question is: How will that interact with code generated by javac at compilation time. For the "it just works everywhere else": Just downloaded Eclipse 2025-03 (Enterprise Java and Web Developers Variant), unzipped the sample again. Imported the maven project and I'm greeted with red error indicators under the import declaration and the `HelloWorld.render` call in `ManifoldTemplate.java`. Running a maven build (goal: `package`) does not change that, neither does calling "Refresh" on the project tree or running "Project -> Update Maven Project" from the menu. There might be a bit more to this.  -- 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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists