On Tue, Feb 19, 2013 at 8:31 PM, AtKaaZ <atk...@gmail.com> wrote:

> if they have their dependency like this:
>
> "org.clojure:clojure:[1.2,1.5)"
>
> notice the ) at the end, instead of ]
>
> which was(maybe still is?) the case of i18n
>
> j18n not i18n, typo

But one way you can know if it's a dep in your profiles.clj (not
profile.clj) is to do "lein new 3" where 3 is not a valid project name and
thus it won't be created, but the profiles.clj will be parsed and deps will
be downloaded, unless already there in ~/.m2 which is why you could
temporarily rename it and create a new one just to see if/what things get
downloaded, prior to doing "lein new 3"

>
>
>
>
> On Tue, Feb 19, 2013 at 8:28 PM, larry google groups <
> lawrencecloj...@gmail.com> wrote:
>
>> If I understand that, then, if one of my dependencies left their
>> version of Clojure unspecified, then lein will download all the poms
>> and then decide which jar to use?
>>
>>
>> On Feb 19, 2:15 pm, AtKaaZ <atk...@gmail.com> wrote:
>> > ok I found the log:
>> http://www.raynes.me/logs/irc.freenode.net/leiningen/2013-02-01.txt
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > On Tue, Feb 19, 2013 at 8:05 PM, AtKaaZ <atk...@gmail.com> wrote:
>> > > 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, 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.
>> >
>> > --
>> > 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.
>
>


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