[
https://issues.apache.org/jira/browse/OAK-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242886#comment-15242886
]
Julian Reschke edited comment on OAK-4202 at 4/15/16 12:29 PM:
---------------------------------------------------------------
{noformat}
#!/bin/sh
mvn clean
for i in oak-*
do
( cd $i ; mvn clean install -DskipTests ; mkdir target/tmp ;
TMP=$PWD/target/tmp mvn install)
done
{noformat}
Maybe a platform issue? (-> Windows over here)
was (Author: reschke):
{{noformat}}
#!/bin/sh
mvn clean
for i in oak-*
do
( cd $i ; mvn clean install -DskipTests ; mkdir target/tmp ;
TMP=$PWD/target/tmp mvn install)
done
{{noformat}}
Maybe a platform issue? (-> Windows over here)
> leakage of temp files
> ---------------------
>
> Key: OAK-4202
> URL: https://issues.apache.org/jira/browse/OAK-4202
> Project: Jackrabbit Oak
> Issue Type: Task
> Reporter: Julian Reschke
> Priority: Minor
> Attachments: leftovers-1739224.txt, leftovers-1739267.txt,
> leftovers.txt
>
>
> Running the tests currently leaves a ton of temporary files. I assume in
> general these are caused by bugs in test cases, but they could also indicate
> problems in the actual code.
> Will attach a detailed list separately and open sub-tasks accordingly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)