matthiasblaesing commented on PR #7117: URL: https://github.com/apache/netbeans/pull/7117#issuecomment-1969894370
Not sure if it helps, but I think this causes the "error" in `libs.osgi`: https://github.com/eclipse-ee4j/jakartaee-tck-tools/commit/56e3e338dba7b008536f5aa13d4423179d1d4b17 If I read the summary of the commit correctly, before this commit recursive definitions like `info.dmtree.**, org.osgi.**` were not handled correctly. If I'm not mistaken, only the first level was considered. The commit was added between 1.5 and 1.6 and indeed using 1.5 I can run the sigtest generator in `libs.osgi` and 1.6 fails. And for some unknown reason that also matches the fact, that NetBeans itself stayed with sigtest 1.4. Channeling my bash deamons I came up with this list of modules that might be affected: ``` find . -name project.xml | xargs grep -l subpackages | cut --delimiter "/" -f 2-3 extide/libs.gradle webcommon/libs.nashorn java/j2ee.eclipselink java/maven.embedder enterprise/web.jsf12 enterprise/web.jsf20 enterprise/j2eeapis ide/servletapi ide/libs.lucene ide/libs.jcodings ide/o.apache.xml.resolver ide/libs.snakeyaml_engine ide/libs.xerces ide/libs.flexmark platform/libs.asm platform/libs.osgi ``` -- 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
