Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Leiningen 2 on fedora
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Thomas Brooke  
View profile  
 More options Aug 16 2012, 11:14 pm
From: Thomas Brooke <t...@brookelaw.com>
Date: Thu, 16 Aug 2012 20:14:32 -0700 (PDT)
Local: Thurs, Aug 16 2012 11:14 pm
Subject: Leiningen 2 on fedora

i saw a thread on packaging leiningen for fedora that indicated it is in
progress is there currently a way to get leiningen 2 running on Fedora 17
package or not package?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Hagelberg  
View profile   Translate to Translated (View Original)
 More options Aug 17 2012, 6:14 pm
From: Phil Hagelberg <p...@hagelb.org>
Date: Fri, 17 Aug 2012 15:14:17 -0700
Local: Fri, Aug 17 2012 6:14 pm
Subject: Re: Leiningen 2 on fedora

On Thu, Aug 16, 2012 at 8:14 PM, Thomas Brooke <t...@brookelaw.com> wrote:
> i saw a thread on packaging leiningen for fedora that indicated it is in
> progress is there currently a way to get leiningen 2 running on Fedora 17
> package or not package?

I don't know what the status of the packaging effort is, but a manual
install will work fine on Fedora if the JVM is installed. Assuming
~/bin is on your $PATH, this will do it:

curl https://raw.github.com/technomancy/leiningen/preview/bin/lein > ~/bin/lein
chmod 755 ~/bin/lein

-Phil


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas Brooke  
View profile  
 More options Aug 18 2012, 6:43 pm
From: Thomas Brooke <t...@brookelaw.com>
Date: Sat, 18 Aug 2012 15:43:21 -0700 (PDT)
Local: Sat, Aug 18 2012 6:43 pm
Subject: Re: Leiningen 2 on fedora

I have the basic install but it doesn't find clojure:pom   etc  so I can't
do much  - I think it has to do with the location of maven se below

 lein repl
Could not find artifact clojure:clojure:pom:1.2.1 in central
(http://repo1.maven.org/maven2)
Could not find artifact clojure:clojure:pom:1.2.1 in clojars
(https://clojars.org/repo/)
Could not find artifact clojure-contrib:clojure-contrib:pom:1.2.0 in
central (http://repo1.maven.org/maven2)
Could not find artifact clojure-contrib:clojure-contrib:pom:1.2.0 in
clojars (https://clojars.org/repo/)
Could not find artifact clojure-contrib:clojure-contrib:jar:1.2.0 in
central (http://repo1.maven.org/maven2)
Could not find artifact clojure:clojure:jar:1.2.1 in central
(http://repo1.maven.org/maven2)
Could not find artifact clojure:clojure:jar:1.2.1 in clojars
(https://clojars.org/repo/)
Could not find artifact clojure-contrib:clojure-contrib:jar:1.2.0 in
clojars (https://clojars.org/repo/)
The following artifacts could not be resolved: clojure:clojure:jar:1.2.1,
clojure-contrib:clojure-contrib:jar:1.2.0: Could not find artifact
clojure:clojure:jar:1.2.1 in central (http://repo1.maven.org/maven2)
Check :dependencies and :repositories for typos.
It's possible the specified jar is not in any repository.
If so, see "Free-floating Jars" under http://j.mp/repeatability


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Hagelberg  
View profile  
 More options Aug 18 2012, 6:59 pm
From: Phil Hagelberg <p...@hagelb.org>
Date: Sat, 18 Aug 2012 15:59:11 -0700
Local: Sat, Aug 18 2012 6:59 pm
Subject: Re: Leiningen 2 on fedora

Thomas Brooke <t...@brookelaw.com> writes:
> I have the basic install but it doesn't find clojure:pom   etc  so I
> can't do much  - I think it has to do with the location of maven se
> below

This actually just needs to be fixed in your project.clj file; it's
depending on a special-case that's specific to Leiningen 1. You just
need to add the org.clojure group ID to those dependencies.

    [org.clojure/clojure "1.2.1"] ; etc.

For more details on upgrading to Leiningen 2, see the wiki:

    https://github.com/technomancy/leiningen/wiki/Upgrading

-Phil


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »