I've resorted to explicitly calling compile from the REPLin CCW projects.
It's not the best system, but it works.
On Tuesday, 30 October 2012 14:17:47 UTC-4, JvJ wrote:
>
> Thanks for this. I think I'm getting somewhere, but I'm still having some
> problems.
>
> I'm trying to use lein-localdep
Thanks for this. I think I'm getting somewhere, but I'm still having some
problems.
I'm trying to use lein-localdeps. I seem to have been able to install the
jar to my local repository, but when I run lein deps it says it can't find
it.
Also, I have some native dependencies that aren't being
Does this thread address your need?
https://groups.google.com/forum/?fromgroups=#!searchin/clojure/local$20repository$20/clojure/1Ne8RqiffVI/aGoCPWiiCakJ
-David
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo
I'm working on a project that requires clojure-java interop. I'd like to
have a clojure project referenced by a java project, but there seems to be
some issues.
First of all, I can't seem to get the standard ccw Clojure project to
generate any compiled classes, so I've resorted to using Leinin