I glanced at this a while back - does carica support

java -jar myuberjar.jar config.clj

type invocation, or is it strictly "compile the config in" a la bundle
into the class path?

I generally ship the same uberjar around for prod/dev/etc. along with
a per-environment
config.clj file, and that seems to work great. Would like something to
parse configs
(so carica looks really good) but I don't like the idea of a
preprod.jar , prod.jar etc.

On 17 June 2013 18:08, josh rotenberg <joshrotenb...@gmail.com> wrote:
> I like carica for configuration: https://github.com/sonian/carica
>
> I switched a project over from the typesafe config package (with my
> own very thin Clojure wrapper around it) to carica and found it really
> nice to work with.
>
> Josh
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to