Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Seems we do not properly evaluate --temp-dir in Meecrowave.java line 902:
file = new File(Stream.of(new File(System.getProperty("meecrowave.base", "."), "temp").getAbsolutePath(), "target", "build", ".") .map(File::new) .filter(File::isDirectory) .findFirst().get(), "meecrowave-" + System.nanoTime());
Attachments
Issue Links
- is a clone of
-
MEECROWAVE-85 MEECROWAVE_TMPDIR does not work properly
- Closed