[
https://issues.apache.org/jira/browse/MEECROWAVE-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16441504#comment-16441504
]
Mark Struberg commented on MEECROWAVE-113:
------------------------------------------
was solved in 1.2.0 and got trashed again in 1.2.1 ^^
> CLONE - MEECROWAVE_TMPDIR does not work properly
> ------------------------------------------------
>
> Key: MEECROWAVE-113
> URL: https://issues.apache.org/jira/browse/MEECROWAVE-113
> Project: Meecrowave
> Issue Type: Bug
> Reporter: Mark Struberg
> Assignee: Mark Struberg
> Priority: Major
> Fix For: 1.2.2
>
>
> Seems we do not properly evaluate {{--temp-dir}} in Meecrowave.java line 902:
> {noformat}
> 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());
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)