Доделана очистка файлов пакета, после работы, вместе с jar.

This commit is contained in:
2023-10-26 21:40:37 +03:00
parent cd439030e8
commit 343c4fdcd2
4 changed files with 25 additions and 18 deletions

View File

@@ -262,6 +262,10 @@ public class SapforTasksPackageSupervisor {
}
planner.ServerCommand(ServerCode.PublishSapforPackageTasks, planner.email, new Vector<>(results_json.tasks));
}
//Очистка
//очистка служебных файлов.
Utils.deleteFilesByExtensions(new File(sapforTasksPackage.workspace),
"proj", "dep", "jar", "sh", "exe", "bat");
}
public void Perform() throws Exception {
if (packageNeedsKill()) {