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/
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
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
, 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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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?
>
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
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
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
-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
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
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
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
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
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
28 matches
Mail list logo