Re: lein deps fails with java.util.zip.ZipException: error in opening zip file

2012-10-30 Thread Mark Neyer
happens (no lib folder gets created) > Oh wait, are you using lein1 ? > > On Tue, Oct 30, 2012 at 9:23 PM, Mark Neyer > > wrote: > >> i'm trying to get a graph database running on my machine, and when i run >> lein deps (after rm -rf ~/.m2 and $PROJECT_DIR/

Re: lein deps fails with java.util.zip.ZipException: error in opening zip file

2012-10-30 Thread AtKaaZ
ative-path "lib" but nothing happens (no lib folder gets created) Oh wait, are you using lein1 ? On Tue, Oct 30, 2012 at 9:23 PM, Mark Neyer wrote: > i'm trying to get a graph database running on my machine, and when i run > lein deps (after rm -rf ~/.m2 and $PROJECT_DI

Re: lein deps fails with java.util.zip.ZipException: error in opening zip file

2012-10-30 Thread AtKaaZ
Using your provided project.clj and lein2 from master I was able to successfully run lein deps Here's a part of the output: ... Retrieving org/mortbay/jetty/jsp-api-2.1/6.1.14/jsp-api-2.1-6.1.14.jar (132k) fr om central Retrieving org/mortbay/*jetty/servlet-api*-2.5/6.1.14/servlet-api-2.5-6

Re: lein deps fails with java.util.zip.ZipException: error in opening zip file

2012-10-30 Thread AtKaaZ
, AtKaaZ wrote: >>> >>>> Maybe try creating ~/.m2 >>>> >>>> On Tue, Oct 30, 2012 at 9:23 PM, Mark Neyer wrote: >>>> >>>>> i'm trying to get a graph database running on my machine, and when i >>>>> run lein

Re: lein deps fails with java.util.zip.ZipException: error in opening zip file

2012-10-30 Thread AtKaaZ
Maybe try creating ~/.m2 >>> >>> On Tue, Oct 30, 2012 at 9:23 PM, Mark Neyer wrote: >>> >>>> i'm trying to get a graph database running on my machine, and when i >>>> run lein deps (after rm -rf ~/.m2 and $PROJECT_DIR/lib ) i keep see

Re: lein deps fails with java.util.zip.ZipException: error in opening zip file

2012-10-30 Thread AtKaaZ
t zip file it was trying to open? > > On Tuesday, October 30, 2012 1:33:37 PM UTC-7, AtKaaZ wrote: > >> Maybe try creating ~/.m2 >> >> On Tue, Oct 30, 2012 at 9:23 PM, Mark Neyer wrote: >> >>> i'm trying to get a graph database running on my machine, and w

Re: lein deps fails with java.util.zip.ZipException: error in opening zip file

2012-10-30 Thread Mark Neyer
esday, October 30, 2012 1:33:37 PM UTC-7, AtKaaZ wrote: > > Maybe try creating ~/.m2 > > On Tue, Oct 30, 2012 at 9:23 PM, Mark Neyer > > wrote: > >> i'm trying to get a graph database running on my machine, and when i run >> lein deps (after rm -rf ~/.m2

Re: lein deps fails with java.util.zip.ZipException: error in opening zip file

2012-10-30 Thread AtKaaZ
Maybe try creating ~/.m2 On Tue, Oct 30, 2012 at 9:23 PM, Mark Neyer wrote: > i'm trying to get a graph database running on my machine, and when i run > lein deps (after rm -rf ~/.m2 and $PROJECT_DIR/lib ) i keep seeing this: > > > [INFO] Unable to find resource &#

lein deps fails with java.util.zip.ZipException: error in opening zip file

2012-10-30 Thread Mark Neyer
i'm trying to get a graph database running on my machine, and when i run lein deps (after rm -rf ~/.m2 and $PROJECT_DIR/lib ) i keep seeing this: [INFO] Unable to find resource 'com.sun.xml.bind:jaxb-impl:jar:2.1.12' in repository ghelmling.testing (http://people.apache

Re: lein deps

2012-10-08 Thread John Gabriele
On Monday, October 8, 2012 8:11:52 PM UTC-4, Brian Craft wrote: > > Apparently. I'm completely baffled by module naming and references. jdbc > in project.clj is org.clojure/java.jdbc, but is clojure.java.jdbc in the > (ns) call? gloss is gloss in project.clj but gloss.core, gloss.io in the > (ns

Re: lein deps

2012-10-08 Thread Brian Craft
Apparently. I'm completely baffled by module naming and references. jdbc in project.clj is org.clojure/java.jdbc, but is clojure.java.jdbc in the (ns) call? gloss is gloss in project.clj but gloss.core, gloss.io in the (ns) call. Is unzipping the jars the only way to know how to reference a mod

lein deps

2012-10-08 Thread Brian Craft
I was able to use lein to pull in org.clojure/java.jdbc and mysql/mysql-connector-java. Now I'm trying to pull in gloss and am unable to figure out why it's failing. "lein deps" appeared to work, and populated a directory under ~/.m2, but adding a (:require [gloss]) to

Re: [ANN] lein-deps-tree 0.1.0

2012-04-02 Thread Moritz Ulrich
anate/issues/2 On Mon, Apr 2, 2012 at 21:11, Nelson Morris wrote: > The `lein deps :tree` command will work in preview3.  This plugin is > good for anyone who needs it now on preview2. > > Thanks for putting it together. > > On Mon, Apr 2, 2012 at 7:48 AM, Sun Ning wrote:

Re: [ANN] lein-deps-tree 0.1.0

2012-04-02 Thread Nelson Morris
The `lein deps :tree` command will work in preview3. This plugin is good for anyone who needs it now on preview2. Thanks for putting it together. On Mon, Apr 2, 2012 at 7:48 AM, Sun Ning wrote: > lein2 has a built-in command: `lein deps :tree` for this task > it would be great to ha

Re: [ANN] lein-deps-tree 0.1.0

2012-04-02 Thread Sun Ning
lein2 has a built-in command: `lein deps :tree` for this task it would be great to have the plugin in lein 1.x But I got error below: Exception in thread "main" java.io.FileNotFoundException: Could not locate leiningen/core/classpath__init.class or leiningen/core/classpath.clj on

[ANN] lein-deps-tree 0.1.0

2012-04-02 Thread Moritz Ulrich
I'm happy to announce the first release of lein-deps-tree[1]. It's a leiningen plugin which prints the all dependencies of a project as a nicely formatted tree. Please report any issues (especially with leiningen 1.x) as Github issues. [1]: https://github.com/the-kenny/lein-deps-tr

Re: Problem in downloading StringTemplate using lein deps.

2011-08-22 Thread Mark Rathwell
jar is available in Maven. So I included the necessary entry for > StringTemplate in project.clj and tried downloading using lein deps. It > gives me the below error - > > Downloading: stringtemplate/stringtemplate/3.2/stringtemplate-3.2.pom from > central > Downloading: stringtempl

Problem in downloading StringTemplate using lein deps.

2011-08-22 Thread mmwaikar
Hi, There is no jar available for StringTemplate in clojars. But StringTemplate v3.2 jar is available in Maven. So I included the necessary entry for StringTemplate in project.clj and tried downloading using lein deps. It gives me the below error - Downloading: stringtemplate/stringtemplate

Re: lein deps gets error

2011-08-12 Thread Ken Wesson
On Fri, Aug 12, 2011 at 6:53 PM, jayvandal wrote: > I do a lein new hello_world and I get a directory called hello_world. > I then try "lein deps". > I get several lines of errors starting with "#!" > What am I doing wrong? >

lein deps gets error

2011-08-12 Thread jayvandal
I do a lein new hello_world and I get a directory called hello_world. I then try "lein deps". I get several lines of errors starting with "#!" What am I doing wrong? = Microsoft Windows [Version 6.0.6002] Copyright (c) 2006 M

Re: lein deps error, please help...

2011-04-21 Thread uMany
Thank you very much Mr Hugo. I'm now able to continue with my learning. Hope to be helping people here soon :-) -- 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 memb

Re: lein deps error, please help...

2011-04-21 Thread Hugo Duncan
On Thu, 21 Apr 2011 20:24:15 -0400, uMany wrote: when I try lein deps at a test-project with this I got this long error message: tmp/test-project$ lein deps Downloading: org/clojure/clojure/1.2.0-master-SNAPSHOT/clojure-1.2.0-master-SNAPSHOT.jar from clojure-snapshots Downloading: org/clojure

lein deps error, please help...

2011-04-21 Thread uMany
-mode leiningen exported all the paths, make all the configuration stuf and so far everything seems to work, but... when I try lein deps at a test-project with this I got this long error message: tmp/test-project$ lein deps Downloading: org/clojure/clojure/1.2.0-master-SNAPSHOT/clojure-1.2.0-m

Re: Lein deps failure

2010-06-08 Thread Brian Troutwine
Indeed. This was a helpful resource, for those in the future that face a similar issue and are not familiar with Java packaging: http://github.com/technomancy/leiningen/blob/master/INTRO.md On Mon, Jun 7, 2010 at 3:20 PM, Meikel Brandmeyer wrote: > Hi, > > Am 07.06.2010 um 21:20 schrieb Brian Tr

Re: Lein deps failure

2010-06-07 Thread Meikel Brandmeyer
Hi, Am 07.06.2010 um 21:20 schrieb Brian Troutwine: > Why does this work? >> change [org.clojure/swank-clojure "1.2.1"] => [swank-clojure "1.2.1"] Each dependency has a group and an artifact name. org.clojure/swank-clojure means group "org.clojure" and artifact "swank-clojure". swank-clojure is

Re: Lein deps failure

2010-06-07 Thread Brian Troutwine
l, >> >> I have the following in project.clj in my newly lein generated project: >> >> >> (defproject void "1.0.0" >>  :description "A toy." >>  :dependencies [[org.clojure/clojure "1.1.0"] >>                 [org.clojure/c

Re: Lein deps failure

2010-06-07 Thread patrik karlin
iption "A toy." >  :dependencies [[org.clojure/clojure "1.1.0"] >                 [org.clojure/clojure-contrib "1.1.0"]] >  :dev-dependencies [[org.clojure/swank-clojure "1.2.1"]]) > > Running "lein deps" I receive the error log av

Lein deps failure

2010-06-07 Thread Brian Troutwine
ncies [[org.clojure/swank-clojure "1.2.1"]]) Running "lein deps" I receive the error log available here: http://paste.lisp.org/display/111226 Lein reports that it is "Leiningen 1.1.0 on Java 1.6.0_12 Java HotSpot(TM) Client VM". Am I doing something crazy, or is this a bu