Open asn10038 opened 6 years ago
Null pointer error caused by logFile not having parent file. Fixed by applying
File logFile = new File(System.getProperty("user.dir")+File.separator+(nameOverride == null ? name : nameOverride));
in ChroniclerJExportRunner.java. Will open PR shortly
See commit: 095d9527115444a3fd316c2f9d14cff282179419
Trying to run Chronicler with Defects4J. Can create logs, but can't create the .test file required for replay. Not sure what issue is yet.
The following script replicates the issue: