could've been someone else with the same problem, sorry for implying.
I do remember something about ring having an ")" for clojure 1.5.0 and the
projects.clj file was:
{:user {:plugins [[lein-swank "1.4.4"]
                  [lein-catnip "0.5.0"]]}

:dev {:dependencies [[clj-ns-browser "1.2.0"]
                      [org.clojure/tools.trace "0.7.5"]]}

                      }


On Tue, Feb 19, 2013 at 7:55 PM, larry google groups <
lawrencecloj...@gmail.com> wrote:

> > I think we solved this once on irc and it was something in your
> project*s*.clj
> > but I can't remember exactly, if you want you can post its contents...
> >
>
>
> I have never been on the irc channel, so that wasn't me.
>
>
>
>
> On Feb 19, 12:09 pm, AtKaaZ <atk...@gmail.com> wrote:
> > I think we solved this once on irc and it was something in your
> project*s*.clj
> > but I can't remember exactly, if you want you can post its contents...
> >
> > Cheers
> >
> > On Tue, Feb 19, 2013 at 5:49 PM, larry google groups <
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > lawrencecloj...@gmail.com> wrote:
> > > Thanks for the suggestion. I run "lein deps :tree" but I do not see
> > > Clojure 1.5 listed as a dependency anywhere. But if I run:
> >
> > > lein uberjar
> >
> > > I get a lot of clojure-1.5.pom's getting downloaded. Does anyone know
> > > why I get so many of these? As I said before, I am using Clojure 1.4.
> > > Clojure 1.5 is not mentioned anywhere in my project.
> >
> > > Retrieving org/clojure/clojure/1.5.0-beta7/clojure-1.5.0-beta7.pom
> > > from central
> > > Retrieving org/clojure/clojure/1.5.0-beta8/clojure-1.5.0-beta8.pom
> > > from central
> > > Retrieving org/clojure/clojure/1.5.0-beta9/clojure-1.5.0-beta9.pom
> > > from central
> > > Retrieving org/clojure/clojure/1.5.0-beta10/clojure-1.5.0-beta10.pom
> > > from central
> > > Retrieving org/clojure/clojure/1.5.0-beta11/clojure-1.5.0-beta11.pom
> > > from central
> > > Retrieving org/clojure/clojure/1.5.0-beta12/clojure-1.5.0-beta12.pom
> > > from central
> > > Retrieving org/clojure/clojure/1.5.0-beta13/clojure-1.5.0-beta13.pom
> > > from central
> > > Retrieving org/clojure/clojure/1.5.0-RC5/clojure-1.5.0-RC5.pom from
> > > central
> > > Retrieving org/clojure/clojure/1.5.0-RC6/clojure-1.5.0-RC6.pom from
> > > central
> > > Retrieving org/clojure/clojure/1.5.0-RC14/clojure-1.5.0-RC14.pom from
> > > central
> > > Retrieving org/clojure/clojure/1.5.0-RC15/clojure-1.5.0-RC15.pom from
> > > central
> > > Retrieving org/clojure/clojure/1.5.0-RC16/clojure-1.5.0-RC16.pom from
> > > central
> > > .... ;;; more files here
> >
> > > On Jan 30, 2:42 am, Sean Corfield <seancorfi...@gmail.com> wrote:
> > > > Try:
> > > >     lein deps :tree
> >
> > > > It sounds like one of your dependencies uses ranges?
> >
> > > > Sean
> >
> > > > On Tue, Jan 29, 2013 at 9:16 PM, larry google groups
> >
> > > > <lawrencecloj...@gmail.com> wrote:
> > > > > Very strange. I just switched back to my home computer. I wanted to
> > > > > get all the work I had done at work this last week, so I did "git
> pull
> > > > > origin master" to pull it down from github. I have not used my home
> > > > > computer in a week. Then I ran "lein uberjar":
> >
> > > > > lein uberjar
> > > > > Retrieving org/clojure/clojure/1.5.0-RC4/clojure-1.5.0-RC4.pom from
> > > > > central
> > > > > Compiling kiosks-clojure.core
> > > > > Created /Users/lner/projects/timeout_planning_module/target/kiosks-
> > > > > clojure-0.1.jar
> > > > > Including kiosks-clojure-0.1.jar
> > > > > Including jsr305-1.3.9.jar
> > > > > ;;
> > > > > ;; much more here
> > > > > ;;
> >
> > > > > Why did lein just retrieve Clojure1.5.0-RC4? My project.clj file
> > > > > reads:
> >
> > > > >   :dependencies [[org.clojure/clojure "1.4.0"]
> > > > > ;; plus much more
> >
> > > > > --
> > > > > --
> > > > > 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, visithttps://groups.google.com/groups/opt_out.
> >
> > > > --
> > > > Sean A Corfield -- (904) 302-SEAN
> > > > An Architect's View --http://corfield.org/
> > > > World Singles, LLC. --http://worldsingles.com/
> >
> > > > "Perfection is the enemy of the good."
> > > > -- Gustave Flaubert, French realist novelist (1821-1880)
> >
> > > --
> > > --
> > > 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, visithttps://groups.google.com/groups/opt_out.
> >
> > --
> > Please correct me if I'm wrong or incomplete,
> > even if you think I'll subconsciously hate it.
>
> --
> --
> 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.
>
>
>


-- 
Please correct me if I'm wrong or incomplete,
even if you think I'll subconsciously hate it.

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