On 20 Dec 2013, at 16:38, Daniel Bell <[email protected]> wrote:
> Sam---What I did was, from the cloned git repo, run 'lein install,' which > installs the current project to your local repository. When lein sees Om in > your dependencies, it will look in the local repo as well as clojars, find > it, and all is well. Interesting. It doesn't seem to have that behaviour on my system, it just seems to generate a jar file in the target dir: ∴ /Users/sam/Development/cljs/om λ lein install Created /Users/sam/Development/cljs/om/target/om-0.1.0-SNAPSHOT.jar Wrote /Users/sam/Development/cljs/om/pom.xml Regardless, the contents of om-0.1.0-SNAPSHOT.jar is the contents of the src/ dir within lm's root. This is what I'm symlinking from my project's root/cljs-src directory which is explicitly added to the project.clj :source-paths vector, so it should be visible on the JVM class path... To be honest though, I'm just fumbling around blindly here. Reading http://lukevanderhart.com/2011/09/30/using-javascript-and-clojurescript.html shed some light on the :externs key, but I'm still struggling. Sam --- http://sam.aaron.name -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
