-
Bug
-
Resolution: Unresolved
-
Major
-
None
//log("Temporary directory deletion disabled, " +
// "due to lack of testing. " +
// "Your OS should clean the directory later. " +
// "If this is a problem, please submit a bug report.");
log("Deleting temporary directory " + sourceLocation);
sourceLocation.deleteRecursive();
I tested it for weeks and it works perfectly.
I created a pull request (https://github.com/jenkinsci/jdepend-plugin/pull/1) to resolve this issue.