Greg Wilkins wrote:
It's working on linux for me now. I reported to Jeremy on IRC that it wasn't - but I think that was pilot error.
Good
Note that it now put's the files under /tmp. We will need to move that eventually to somewhere that wont get cleaned up by Unix /tmp sweepers.
The LocalConfigStore being used stores its files where it is told to do so. As this is unit testing, ${java.io.tmpdir} seems like a good choice; in a normal config a different location would be chosen.
-- Jeremy
