Yes, it was staring me in the face. Thanks, that worked, I can be such a dumb ass sometimes! :)
On Saturday, January 24, 2015 at 9:43:54 AM UTC+1, Oliver George wrote: > I can reproduce that by removing the "org." bit I mentioned. ANy chance it's > been staring you in the face all along? > > > Make sure you have this exactly: [org.om/om "0.8.1"] > > > > > > > > > $ lein deps > Could not find artifact om:om:jar:0.8.1 in central > (https://repo1.maven.org/maven2/) > Could not find artifact om:om:jar:0.8.1 in clojars (https://clojars.org/repo/) > This could be due to a typo in :dependencies or network issues. > If you are behind a proxy, try setting the 'http_proxy' environment variable. > > > > > $ git diff project.clj > diff --git a/wractioning-ui/project.clj b/wractioning-ui/project.clj > index ad97a99..05479e1 100644 > --- a/wractioning-ui/project.clj > +++ b/wractioning-ui/project.clj > @@ -11,7 +11,7 @@ > [ring "1.3.1"] > [compojure "1.2.0"] > [enlive "1.1.5"] > - [org.om/om "0.8.1"] > + [om/om "0.8.1"] > [figwheel "0.1.4-SNAPSHOT"] > [environ "1.0.0"] > [com.cemerick/piggieback "0.1.3"] > > > On Sat, Jan 24, 2015 at 7:40 PM, Zubair Quraishi <[email protected]> wrote: > MMM, I took a look at your project.clj, I see there are no repos defined. I > tried removing them from my project.clj but I still get: > > > > Could not find artifact om:om:jar:0.8.1 in central > (http://repo1.maven.org/maven2/) > > Could not find artifact om:om:jar:0.8.1 in clojars (https://clojars.org/repo/) > > > > > > On Saturday, January 24, 2015 at 9:21:24 AM UTC+1, Oliver George wrote: > > > Here's how I depend on om 0.8.1... > > > > > > > > > > > > > > > https://gist.github.com/olivergeorge/ebc5b5f37132fd90d1ea#file-project-clj-L14 > > > > > > > > > > > > (Someone else might need to comment on :repositories side of things) > > > > > > > > > > > > > > > > > On Sat, Jan 24, 2015 at 7:13 PM, Zubair Quraishi <[email protected]> wrote: > > > My repositories in project.clj looks like this: > > > > > > > > > > > > :repositories {"sonatype-oss-public" > > > > > > "https://oss.sonatype.org/content/groups/public/" > > > > > > > > > > > > "aa" > > > > > > "https://clojars.org/org.om/om"} > > > > > > > > > > > > On Saturday, January 24, 2015 at 7:23:34 AM UTC+1, Oliver George wrote: > > > > > > > Just a quick sanity check... did you include the "org" bit. That's new. > > > > > > > > > > > > > > > > > > > > On 24 Jan 2015 17:21, "Zubair Quraishi" <[email protected]> wrote: > > > > > > > I tried that but it still didn't work: > > > > > > > > > > > > > > > > > > > > > > > > > > > > Could not find artifact om:om:jar:0.8.1 in sonatype-oss-public > > > (https://clojars.org/org.om/om) > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Saturday, January 24, 2015 at 7:15:57 AM UTC+1, Oliver George wrote: > > > > > > > > > > > > > > > https://clojars.org/org.om/om > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I think david may change the group id again based on what i can see in > > > > the om repo so keep your eyes open but this will work today for 0.8.1 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On 24 Jan 2015 17:05, "Zubair Quraishi" <[email protected]> wrote: > > > > > > > > > > > > > > > When I try to include Om 0.8.1 I get the following error: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Could not find artifact om:om:jar:0.8.1 in central > > > > (http://repo1.maven.org/maven2/) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Could not find artifact om:om:jar:0.8.1 in clojars > > > > (https://clojars.org/repo/) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Could not find artifact om:om:jar:0.8.1 in sonatype-oss-public > > > > (https://oss.sonatype.org/content/groups/public/) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 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 [email protected]. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > To post to this group, send email to [email protected]. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Visit this group at http://groups.google.com/group/clojurescript. > > > > > > > > > > > > > > > > > > > > > > > > > > > > I trie > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > > > > 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. > > > > > > > > > > > > -- > > > > > > 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. > > > > > > > > > > > > > > > > > > -- > > > > > > > > > Oliver George > > > Director, Condense > > > 0428 740 978 > > > > > > -- > > 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. > > > > > > -- > > > Oliver George > Director, Condense > 0428 740 978 -- 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.
