Re: lein install

2014-07-08 Thread Sam Ritchie
No, that's the name of a namespace - zilch is the library, and it has an "mq" namespace, I believe. My guess is that it's a multi-module project and you're running "lein install" from the root, instead of the appropriate submodule. Plínio Balduino <ma

Re: lein install

2014-07-08 Thread zhenxuanpan
在 2014年7月8日星期二UTC+8下午7时39分51秒,zhenxuanpan写道: > > when i run lein install > > lein install > Compiling zilch.mq > Exception in thread "main" java.io.FileNotFoundException: Could not locate > zilch/mq__init.class or zilch/mq.clj on classpath: > at cloj

Re: lein install

2014-07-08 Thread zhenxuanpan
apache/storm, I compile at A,B machine, A machine success,B machine report this error 在 2014年7月8日星期二UTC+8下午8时12分48秒,Tim Visher写道: > > On Tue, Jul 8, 2014 at 7:39 AM, zhenxuanpan > wrote: > > when i run lein install > > > > lein install > > Compiling zilch.

Re: lein install

2014-07-08 Thread Plínio Balduino
I could guess that the problem is in the dot in the project name. Could you try to change it to zilch-mq or zilchmq and test? Plínio On Tue, Jul 8, 2014 at 8:39 AM, zhenxuanpan wrote: > when i run lein install > > lein install > Compiling zilch.mq > Exception

Re: lein install

2014-07-08 Thread Tim Visher
On Tue, Jul 8, 2014 at 7:39 AM, zhenxuanpan wrote: > when i run lein install > > lein install > Compiling zilch.mq > Exception in thread "main" java.io.FileNotFoundException: Could not locate > zilch/mq__init.class or zilch/mq.clj on classpath: > at clojure

lein install

2014-07-08 Thread zhenxuanpan
when i run lein install lein install Compiling zilch.mq Exception in thread "main" java.io.FileNotFoundException: Could not locate zilch/mq__init.class or zilch/mq.clj on classpath: at clojure.lang.RT.load(RT.java:432) at clojure.lang.RT.load(RT.java:400) at clojure.core$load$fn__4

Re: Can "lein install" create checksum (MD5, SHA-1) files?

2012-03-28 Thread Phil Hagelberg
On Tue, Mar 27, 2012 at 9:41 PM, Julien Chastang wrote: > I have Clojure project artifacts that are not in a public Maven repository, > but simply in a local repository (so-called unmanaged dependencies). When > pushing a project to Heroku, Heroku will attempt to install the local > dependencies f

Re: Can "lein install" create checksum (MD5, SHA-1) files?

2012-03-27 Thread Julien Chastang
On Tuesday, March 27, 2012 4:54:56 PM UTC-6, Phil Hagelberg wrote: > > Julien Chastang writes: > > > Can lein install create checksum (MD5, SHA-1) files when installing > > artifacts in a local Maven repository? Heroku requires artifacts be > > deployed with checksum f

Re: Can "lein install" create checksum (MD5, SHA-1) files?

2012-03-27 Thread Phil Hagelberg
Julien Chastang writes: > Can lein install create checksum (MD5, SHA-1) files when installing > artifacts in a local Maven repository? Heroku requires artifacts be > deployed with checksum files. Can you explain a bit more about what you're trying to do? I can't think of a

Can "lein install" create checksum (MD5, SHA-1) files?

2012-03-27 Thread Julien Chastang
Can lein install create checksum (MD5, SHA-1) files when installing artifacts in a local Maven repository? Heroku requires artifacts be deployed with checksum files. lein install generates a pom.xml, but when running mvn install -DcreateChecksum=true from that pom.xml, mysteriously the