On Wed, 1 Jan 2025 at 14:35, Jerome Lelasseux <lelass...@yahoo.com.invalid> wrote: > Found the problem: when using JDK >=23 you need to add <proc>full</proc> in > the maven compiler configuration for nbm to work. > > https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/issues/201
Ah, yes, that one! ... > Error seems wrong to me, I checked, module yjzcreationwizard does not use the > YamChord class. It only uses classes from module yamjjazz public packages. > Workaround was to move the YamChord class to a public package, but it's not > satisfactory. I just did a quick code search on your repo. If I'm not mistaken, you have public methods accepting YamChord arguments in classes in the public package? In which case, this error might be correct. eg. https://github.com/jjazzboss/JJazzLab/blob/master/plugins/YamJJazz/src/main/java/org/jjazz/yamjjazz/rhythm/api/StylePart.java#L306 ??? Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists