Re: problem using boot-clj to build uberjar that starts up a component based system

2015-07-13 Thread Matthias Sattel
ventually tracked down to file handle leaks and fixed in: > https://github.com/boot-clj/boot/pull/228 > > This PR has been merged but not been released yet, so I'd give boot master > a go and see if that fixes your problem. > > > > > On Monday, 13 July 2015 14:53:22

problem using boot-clj to build uberjar that starts up a component based system

2015-07-13 Thread Matthias Sattel
I am currently using the component library from Stuart Sierra to build up a system. So far it works on the repl and in my tests, but somehow when I build the uberjar using boot.clj and execute it, the system doesn't start. (defn -main "Startup the embedded http server and the other components.