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
Lein 2 problem (no jars downloaded)
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
  3 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  
View profile  
 More options Aug 19 2012, 10:48 am
From: Thomas <th.vanderv...@gmail.com>
Date: Sun, 19 Aug 2012 07:48:01 -0700 (PDT)
Local: Sun, Aug 19 2012 10:48 am
Subject: Lein 2 problem (no jars downloaded)

Hi,

When I do a this:

~/tmp$ lein new test
Generating a project called test based on the 'default' template.
To see other templates (app, lein plugin, etc), try `lein help new`.
~/tmp$ cd test/
~/tmp/test$ lein deps
~/tmp/test$ ls
doc  project.clj  README.md  src  target  test
~/tmp/test$

it doesn't seem to download any jar files from clojars (or elsewhere).

When I run my leiningen 1 script I do get the jars downloaded.

I am running on Ubuntu (10.04) with the IBM JDK:

~/tmp/test$ lein version
Leiningen 2.0.0-preview8 on Java 1.6.0 IBM J9 VM

If you need anymore information please let me know.

Thomas


 
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.
gaz jones  
View profile  
 More options Aug 19 2012, 3:07 pm
From: gaz jones <gareth.e.jo...@gmail.com>
Date: Sun, 19 Aug 2012 14:07:54 -0500
Local: Sun, Aug 19 2012 3:07 pm
Subject: Re: Lein 2 problem (no jars downloaded)
If by downloaded, you mean you don't see them in the "lib" folder in
the project, I believe it is because Leiningen 2 adds the jars in the
~/.m2/repository straight to your classpath rather than copying them
into the project itself. Nothing happens because you probably already
have the jars inside your repo.


 
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  
View profile   Translate to Translated (View Original)
 More options Aug 21 2012, 9:52 am
From: Thomas <th.vanderv...@gmail.com>
Date: Tue, 21 Aug 2012 06:52:08 -0700 (PDT)
Local: Tues, Aug 21 2012 9:52 am
Subject: Re: Lein 2 problem (no jars downloaded)

DOH. I just checked and that directory has indeed a lot jar files in it.

Thanks for pointing that out for me.

Thomas


 
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 »