Hi. I'm on Windows 11 Home, jdk 1.8.181 I pulled master. did "ant clean" then "ant"
i got -do-compile: [nb-javac] Compiling 183 source files to C:\netbeans\ide\xml.schema.model\build\classes [nb-javac] Support for javac --release has been added in Java9 ignoring it [repeat] C:\netbeans\ide\xml.schema.model\src\org\netbeans\modules\xml\schema\model\impl\Util.java:53: error: incompatible types: Enum cannot be converted to T [repeat] T t = toType.cast(Enum.valueOf(toType, v.name())); [repeat] ^ [repeat] where T,F are type-variables: [repeat] T extends Enum declared in method <F,T>convertEnumSet(Class<T>,Set<F>) [repeat] F extends Enum declared in method <F,T>convertEnumSet(Class<T>,Set<F>) [repeat] Note: Some input files use unchecked or unsafe operations. [repeat] Note: Recompile with -Xlint:unchecked for details. [repeat] 1 error [nbmerge] Failed to build target: all-xml.schema.model :(((((( -- Łukasz Bownik