FWIW, IntelliJ (like Eclipse) has excellent Maven support, which includes 
(IIRC, haven't touched IDEA in a long time) the equivalent of Eclipse's 
workspace dependency resolution. So, if you have project A that depends on vX 
of project B and vY of project C, then the IDE will add the compilation results 
and resources (including e.g. Clojure source files) from your workspace's 
working copies of projects B and C to the classpath of project A.

Reading that now, that sounds way more complicated than it actually is. :-)  In 
short, the IDE uses the projects you have open as dependencies, instead of 
"binary" artifacts that you might have in e.g. /lib or your local mvn repo.

If you're using lein for your authoritative builds, then it should work to 
`lein pom` each of them to get a pom.xml to use for the basis of your IntelliJ 
projects, and then rely on the IDE's workspace dependency resolution to tie 
them all together.

- Chas

On Aug 18, 2011, at 9:22 AM, J. Pablo Fernández wrote:

> I'm currently using La Clojure. Not sure if I can directly hook it to lein.
> 
> -- 
> 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

-- 
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