Hello, Because I ran the conversion on macOS and git tries clumsily to be helpful I am having some file name case sensitivity problems.
For example, html.lexer/src/org/netbeans/lib/html/lexer/HtmlLexer.java is checkout out as HTMLLexer.java There are some other 10-20 files like this. Manually renaming these files fixes everything and the build runs. I don't believe there is any way to fix the repositories other then making sure I execute git config core.ignorecase false and then re-convert everything. Which I will do next year. I have also reported this for hg-fast-export https://github.com/frej/fast-export/issues/87 --emi
