uludaggonul / snow-dots

Automatically exported from code.google.com/p/snow-dots
0 stars 0 forks source link

dotsTheMachineConfiguration loading fails in a couple ways #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Matt observed that dotsTheMachineConfiguration failed to load a file that 
wasn't on the Matlab path.  He loaded one from the gui(), then tried to run 
dotsServer, and found that his settings were not loaded.  He verified this with 
the gui().

I suspect it's being reset or cleared, but I don't know where.  It should not 
be reset or cleared.

I also failed to load an XML file from my Downloads folder.  How come?

Original issue reported on code.google.com by Benjamin.Heasly on 3 Aug 2010 at 6:23

GoogleCodeExporter commented 8 years ago
settingsFromXmlFile() had been calling which() to filter file names that may or 
may not have contained a path.  This was bad since it always failed and 
returned empty when the file wasn't on the path.  It should be OK to load a 
file that's not on the path!

I think this will fix Matt's problem and mine.  But we'll see.

Original comment by Benjamin.Heasly on 3 Aug 2010 at 10:26

GoogleCodeExporter commented 8 years ago
I'm closing this because it's been over a month and this issue hasn't recurred.

Original comment by Benjamin.Heasly on 20 Sep 2010 at 9:22