lkishalmi commented on PR #7117: URL: https://github.com/apache/netbeans/pull/7117#issuecomment-1968119254
Well, this version seems to fail on `plarfom/libs.osgi` which shall generate an empty report. The new tool has some specific handling for Java 17. The old tool does something somehow not match any package with the following patterns `info.dmtree.**, org.osgi.**` The new version does. Unfortunately `osgi.cmpn-7.0.0.jar` has references some `javax.servlet` classes which are not on the classpath. Adding `sigtest.public.packages=-` to the `project.properties` helped, but there are other classloader issues after that. I'm out of ideas here. @jtulach ? -- 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
