asbachb commented on PR #6160: URL: https://github.com/apache/netbeans/pull/6160#issuecomment-1628593153
> [reproducer.zip](https://github.com/apache/netbeans/files/11999228/reproducer.zip) not sure why, but with this stripped down reproducer there's no exception, but it still complains it cannot find `http://java.sun.com/jsf/core` That's some copy and paste bug: ```java JSF_CORE( sortedSet( "jakarta.faces.core", "http://xmlns.jcp.org/jsf/core", "http://java.sun.com/jsf/html" ), "Jsf Core", "f" ), //NOI18N ``` -- 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
