genevaers / Run-Control-Apps

GenevaERS Run Control
Apache License 2.0
0 stars 2 forks source link

missing rca file on windows run error message not very clear #85

Open KipTwitchell opened 1 month ago

KipTwitchell commented 1 month ago

If the rca directory is missing on a windows run the error message is not very clear. "Unable to find analyser arm file"

Suggest error message should be at least "Unable to find run control analyser (rca) directory. See RCGLOG log file for more details"

Log files should contain "Required inputs from analysis include: (1) WBXMLI directory contain workbench xml to be analyzed, (2) RCGPARM with execution paramters and (3) rca directory for analysis outputs."

(One might ask the question why don't we just make the directory if it is missing?)

public class Runner { private static final FluentLogger logger = FluentLogger.forEnclosingClass(); private static Status status = Status.ERROR;

public static void main(String[] args) {

private static void choose() {

        System.out.printf("Unable to find analyser arm file\n");
KipTwitchell commented 1 month ago

Test this under WB, and from windows command line to see if still a problem in later version.