Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.4
-
None
Description
The following code is not using the classes path in the exception message when classes.mkdir fails.
File classes = new File(tmpdir, stem + "-classes");
if (!classes.mkdir())
Let me know if I need to submit a patch. Hope this is a simple fix to make.