перенаправление вывода сборки сапфора в файлы. Осталось сделать рассылку.

This commit is contained in:
2023-11-13 23:16:36 +03:00
parent b42fffa31b
commit 362d6b56ee
4 changed files with 32 additions and 10 deletions

View File

@@ -24,6 +24,7 @@ public class Constants {
public final static String parse_err_file = "parse_err.txt";
public final static String out_file = "out.txt";
public final static String err_file = "err.txt";
public final static String script = "script.sh";
public final static String time_file = "total_time";
//-служебные разделы проекта.
public static final String data = "visualiser_data";