Доделана очистка файлов пакета, после работы, вместе с jar.
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user