Re: Creating jar specific defaults

2015-07-03 Thread Gary Verhaegen
You're probably using clojure.java.io/file (looks for files on the filesytem) instead of clojure.java.io/resource (looks for files in the classpath). On 20 June 2015 at 16:41, Timur wrote: > Hi everyone, > > I want to specify some defaults for a library that I pack as a jar, for > instance standa

Creating jar specific defaults

2015-06-20 Thread Timur
Hi everyone, I want to specify some defaults for a library that I pack as a jar, for instance standard port a server. It should be read from a property file in the respective jar file automatically. However, when I include a jar in my class path, the file is not loaded from the included jar p