If you install locally you need to depend on

[om "0.1.6-SNAPSHOT"]

I did make a mistake and accidentally did not push the previous version to
Clojars which you can depend on as specified in the README:

[om "0.1.5"]


On Tue, Jan 7, 2014 at 6:29 AM, Rick Walsh <rick.wa...@gmail.com> wrote:

> Hi Guys,
>
> So... I'm trying to compile a cljs project with OM.
>
> As in instructed above I've:
>
> cloned the repo:
>
> git clone https://github.com/swannodette/om.git
>
> Installed:
>
> lein install
>
> (Output shown below)
>
> Retrieving org/clojure/clojurescript/0.0-2138/clojurescript-0.0-2138.pom
> from central
> Retrieving
> org/clojure/core.async/0.1.267.0-0d7780-alpha/core.async-0.1.267.0-0d7780-alpha.pom
> from central
> Retrieving com/facebook/react/0.8.0.1/react-0.8.0.1.pom from clojars
> Retrieving
> org/clojure/core.async/0.1.267.0-0d7780-alpha/core.async-0.1.267.0-0d7780-alpha.jar
> from central
> Retrieving org/clojure/clojurescript/0.0-2138/clojurescript-0.0-2138.jar
> from central
> Retrieving com/facebook/react/0.8.0.1/react-0.8.0.1.jar from clojars
> Created G:\om\target\om-0.1.6-SNAPSHOT.jar
>
> I then added to my projects cljs a dependency of [om "0.1.6"]
>
> I still get the following error on compilation:
>
> Could not find artifact om:om:jar:0.1.6 in central (
> http://repo1.maven.org/maven2/)
> Could not find artifact om:om:jar:0.1.6 in clojars (
> https://clojars.org/repo/)
>
> I'm clearly being terribly stupid.
>
> Any suggestions?
>
> --
> 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 clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescr...@googlegroups.com.
> Visit this group at http://groups.google.com/group/clojurescript.
>

-- 
-- 
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