DDMAL / jSymbolic2

2nd Version of jSymbolic
29 stars 3 forks source link

GUI has problem parsing default config files that specify input/output paths #6

Closed codaich closed 8 years ago

codaich commented 8 years ago

I get a "WARNING JSYMBOLIC DEFAULT CONFIG FILE IGNORED: . . . " error if I run "java -jar jSymbolic2.jar" with a jSymbolicDefaultConfigs.txt default file present in the run directory that includes input and/or output file paths. These input and/or output file paths should be automatically loaded into the GUI if they are specified in the config file.

Note that this is only a problem with running the GUI, not with running the command line

codaich commented 8 years ago

Good, fixed in Commit [0168da6]. Issue closed.