Re: [ANN] lein-deps-tree 0.1.0

2012-04-02 Thread Moritz Ulrich
Just pushed 0.1.1 to Clojars. It is *supposed* to work with 1.x, but it most likely won't. The problem lies in some version mismatch between 1.x and a dependency of pomegranate. See [1] for details. If anyone knows a fix for this, please let me know. [1]: https://github.com/cemerick/pomegranate/

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 have the plugi

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 classpath: (d

[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-tree Cheers,