Continuum

Downloaded maven files (pom and project.xml) are not deleted

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.1
  • Fix Version/s: 1.2
  • Component/s: Core - Profiles
  • Labels:
    None
  • Complexity:
    Intermediate
  • Number of attachments :
    0

Description

As the downloaded files are created with deleteOnExit() with a long running they are never deleted.

Activity

Hide
Olivier Lamy added a comment -

fixed in rev 678936

Show
Olivier Lamy added a comment - fixed in rev 678936
Hide
Wendy Smoak added a comment -

Does this refer to temporary files? I don't see why pom.xml and project.xml would need to be deleted.

Show
Wendy Smoak added a comment - Does this refer to temporary files? I don't see why pom.xml and project.xml would need to be deleted.
Hide
Olivier Lamy added a comment -

When you add a project (m1/m2) the files are downloaded to be read by the project builders.
Ok this file is a temporary file. But this means it will removed only when a jvm shutdown.
But in our case the jvm is normally long running ! That's why I prefer to cleanup this files even if it's temp files.

Show
Olivier Lamy added a comment - When you add a project (m1/m2) the files are downloaded to be read by the project builders. Ok this file is a temporary file. But this means it will removed only when a jvm shutdown. But in our case the jvm is normally long running ! That's why I prefer to cleanup this files even if it's temp files.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: