codyrioux / REAPER

A text summarization framework written in clojure.
16 stars 2 forks source link

Resources Management #3

Closed codyrioux closed 10 years ago

codyrioux commented 10 years ago

It looks like the system (the jar distributed through Clojars) doesn't have access to the resources kept in resources/. I need to use the clojure.java.io/resource function to properly access these resources in the packaged jar.

This is kind of a show stopper so get on it.