On Mon, Aug 3, 2009 at 10:32 AM, <ber...@apache.org> wrote: > move ehcache.xml to config/ where it resides together with the other > configurations.
ehcache.xml should probably be in src/main/resources if we want to ship it with Vysper, or in src/test/resources if we only want it for our unit tests. Currently, mvn test fails and having it in src/main/config also requires manual setup in IDEs. We should probably look into moving all config files in either src/main/resources or src/test/resources. /niklas