wrprice commented on issue #8980: URL: https://github.com/apache/netbeans/issues/8980#issuecomment-3494872916
Can reproduce the NPE with a skeleton project on Gradle 9.x, though in my case I trigger it through something other than the hint code. Does not occur w/ the same skeleton project when the project's Gradle wrapper is downgraded to 8.13. It appears that in [GradleWebProjectBuilder#build()](https://github.com/apache/netbeans/blob/master/enterprise/gradle.javaee/src/org/netbeans/modules/gradle/javaee/api/GradleWebProjectBuilder.java#L47) most of the `info` property keys have changed, and I have **not** confirmed if any of the values' object types changed, either. A quick diff suggests: * `webapp_dir` -> `war.webAppDirectory` * `webxml` -> `war.webXml` * `web_classpath` -> `war.classpath` * `main_war` -> `war.archiveFile` * `exploded_war_dir` seems to remain available [gradle9warproject.zip](https://github.com/user-attachments/files/23381379/gradle9warproject.zip) -- 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
