Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.0
-
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 cloned by
-
MEECROWAVE-113 CLONE - MEECROWAVE_TMPDIR does not work properly
- Closed