Community
Participate
Working Groups
Created attachment 127724 [details] AbstractApplication patch In the initializeDestination methods of AbstractApplication there is a check to determine if the RepositoryManager contains the location, and if so it is added to the repositories to remove at the end of execution. Perhaps I'm missing something, but I believe the intent is to ensure that if the task introduces a new repository to the manager it should be removed later. In which case we should reverse the check to add the location to be removed if the location is unknown as is the case in the initializeRepos method.
Fix released.