pepness commented on PR #4438: URL: https://github.com/apache/netbeans/pull/4438#issuecomment-1197437592
@juneau001, This PR does not add support to Maven projects, just to Ant projects and with GlassFish server (sometimes I work with limited Internet access and just with Ant projects); but the foundation was build inside the core javaee/j2ee modules: `j2ee.api.ejbmodule`, `j2ee.clientproject`, `j2ee.common`, `j2ee.core`, `j2ee.dd` and so on, adding support for Maven and Gradle projects should be way easy now. I guess we need to register a new Maven archetype for Jakarta 9.1, I will do some tests with a maven project. These are the steps that I did to test with an Ant project: - Cleaning cache and everything with `rm -rf ~/.netbeans/dev && rm -rf ~/.cache/netbeans/dev` - Build the sources - Start NetBeans (running JDK-19ea) and register JDK 8 and 11 - Create an Ant Web App - Register servers GlassFish 5.1 and 6.2.5 - Create the web standard deployment descriptor    -- 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
