Dne pátek 4. ledna 2019 12:01:58 CET, Emilian Bold napsal(a): > Oh, I found the bug. I had a script call ./bin/netbeans but it was > using the full path with a lower-case typo. Now, since macOS usually > has a case-insensitive filesystem, the script did launch the IDE > correctly. > > *But*, it seems netbeans.home copied the path with the typo and then > the Java code could no longer compute the relative path (since the > strings didn't startWith) and stored the full path.
Great you can reproduce it. Try to insert some "equalsIgnoreCase" or "toLowerCase" or rather File.getCanonicalFile() in the caching code. It would be great if this got improved and also (if we are lucky) fixed the Windows Jenkins job failures. -jt --------------------------------------------------------------------- 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
