jlizier
|
589d51674e
|
Altering the escaped data filename in AutoAnalyser to be properly escaped using non-regex replace, and also rolling back the use of escaping to only Java (Matlab and Python on windows seem fine with the non-escaped filenames, for e.g. the paths earlier in the generated code)
|
2017-11-27 10:19:36 +11:00 |
jlizier
|
3bfbaa7ad3
|
In AutoAnalyser escaping data filenames when they are written to the generated code. This is important for windows filenames. Am not sure why it didn't come up before as an issue though.
|
2017-11-27 09:57:07 +11:00 |
jlizier
|
db0503d763
|
Having AutoAnalyser continue with the calculation where the generated code cannot be written
|
2017-11-26 18:04:29 +11:00 |
jlizier
|
df8724b872
|
Altered AutoAnalyserLauncher to either auto-detect jar location or assume demos/AutoAnalyser folder is current location (if a command line argument is given). Similarly, altered AutoAnalyser to either take location of demos/AutoAnalyser folder, or assume it is the current folder.
|
2017-11-26 01:10:30 +11:00 |
jlizier
|
69af7252cd
|
Added debug print on working directory to AutoAnalyser startup
|
2017-11-25 00:15:37 +11:00 |
jlizier
|
ddf3b4de0a
|
Moving AutoAnalyser java files into the main source location rather than in the demos location. This commit includes the moving of the files themselves. Further commits will alter the ant script and run scripts to have correct classpath, etc.
|
2017-11-24 21:07:33 +11:00 |