Hello all,

I made an update to dj, for those who care. The new branch generaldeps
supports proper SNAPSHOT behavior and has been reworked to support
generically different types of dependencies.

Accessible at git://github.com/bmillare/dj.git

I've also compiled a more concise feature list.

# Feature list

* Practically no dependencies, only needs clojure and java,
  simplifying deployment of dj on to many systems

* Supports source dependencies, you can have your project depend on
  other projects you are developing.

* Everything is installed locally to a directory, no messing up
  existing configuration files and repositories. If you want, you can
  have multiple dj distributions on the same computer. This should
  simplfy deploying dj onto different systems.

* Classpath is computed during runtime. No forking of the jvm is
  required. No copying or symlinking of jar files.

* Supports native dependencies

* Extracts dependency information from project.clj file just as
  leiningen and cake do

* Easy to extend adding new dependency types or new tasks

-- 
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to