• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Leiningen Managed Dependencies issue: problem resolving following dependencies: [org.clojure/clojure

 
Ranch Hand
Posts: 1609
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Newbie here.



I am on Eclipse Luna I installed CounterClockwise for clojure.

On my first project that got automatically created I see a project.clj



and I get an error

Leiningen Managed Dependencies issue: problem resolving following dependencies: [org.clojure/clojure "1.6.0"]

How to resolve this?
 
Rancher
Posts: 379
22
Mac OS X Monad Clojure Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Akhilesh,

The most likely reason is that CCW could not download Clojure due to network issues - were you connected to the 'net when you tried this? Do you have a firewall or network proxy that might be preventing downloads?

Can you manually create a new project with Leiningen directly at the command line and try to get that running? You'd see more detailed error messages that way.

You probably also want to join the CCW mailing list and ask there if you're still stuck (I don't know how many CCW users are on the Ranch and I haven't used CCW for years so I'm no longer familiar with how it works or how to debug it - I switched to Emacs and then to LightTable).
 
Akhilesh Trivedi
Ranch Hand
Posts: 1609
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Sean!

Sean Corfield wrote:
Can you manually create a new project with Leiningen directly at the command line and try to get that running? You'd see more detailed error messages that way.



How to do that?

Sean Corfield wrote:
You probably also want to join the CCW mailing list and ask there if you're still stuck



Where can I find that?
 
Sean Corfield
Rancher
Posts: 379
22
Mac OS X Monad Clojure Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You'll need to install Leiningen - see http://leiningen.org - and read the docs. If you're doing Clojure it's really useful to have that anyway and get used to the command line.

As for the CCW mailing list, I assume there will be a link to it on the CCW site. I haven't used it for years so I don't remember and would have to Google it anyway.
 
Cob is sand, clay and sometimes straw. This tiny ad is made of cob:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic