Hello,
Not a big issue, but nonetheless here it goes.
Because AUX is one of the standard Windows-reserved filenames the file AUX.java always gets renamed to _AUX.java on Windows, and breaks compilation.
List of reserved Windows file names: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx
Sincerely,
Jakub
Hello,
Not a big issue, but nonetheless here it goes.
Because AUX is one of the standard Windows-reserved filenames the file AUX.java always gets renamed to _AUX.java on Windows, and breaks compilation.
List of reserved Windows file names: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx
Sincerely,
Jakub