Re: IntelliJ Plugin -- Wonderful News!

2009-02-24 Thread Mark Derricutt
TeamCity Professional is free to ANYONE, however the server has the following limits: - 20 users - 20 build profiles - 3 build runners Which is PLENTY for even a fairly modest dev shop. On Tue, Feb 17, 2009 at 5:57 AM, Tom Ayerst wrote: > Team City is not an IDE, it is a continuous integration

Re: IntelliJ Plugin -- Wonderful News!

2009-02-16 Thread Tom Ayerst
Team City is not an IDE, it is a continuous integration server. I think Jetbrains give it away to Intellij licensees. Tom 2009/2/16 Johan Berntsson > > I see that IntelliJ has a free edition called TeamCity. Will the > clojure plugin work on that IDE too? > > On Feb 6, 7:33 am, Peter Wolf wro

Re: IntelliJ Plugin -- Wonderful News!

2009-02-16 Thread Johan Berntsson
I see that IntelliJ has a free edition called TeamCity. Will the clojure plugin work on that IDE too? On Feb 6, 7:33 am, Peter Wolf wrote: > Check out this email!  IntelliJ is going to get a *really* good plugin > for Clojure :-D > > I have gladly turned control of the my plugin over to Ilya, an

Re: IntelliJ Plugin -- Wonderful News!

2009-02-15 Thread MattH
For those looking to get this working on Mac OS X, this worked for me: (Tested using revision 22594, IDEA 8.1, 32-bit Macintel with Java 1.5 and Mac OS X 10.5.6) - $ mkdir ~/clojure-build-dir - $ cd ~/clojure-build-dir - $ mkdir ~/clojure-build-dir/fake-idea-home - $ cd ~/clojure-build-dir/fake-

Re: IntelliJ Plugin -- Wonderful News!

2009-02-08 Thread Peter Wolf
I am using IDEA 9164. Make sure idea.jar is on your classpath (it is not part of the Development SDK). BTW to original plugin is still available pre-built. It works fine on Linux and Windows. See http://code.google.com/p/clojure-intellij-plugin/ Howard Lewis Ship wrote: > I'm trying to

Re: IntelliJ Plugin -- Wonderful News!

2009-02-07 Thread Howard Lewis Ship
I'm trying to build this locally; I haven't built an IDEA plugin before. Anyway, I've downloaded the 8.0.1 dev kit and installed it, but class com.intellij.openapi.module.JavaModuleType doesn't exist, although this a JAR with other classes from that package. I must have the wrong version of the

Re: IntelliJ Plugin -- Wonderful News!

2009-02-06 Thread Tom Ayerst
That is excellent news. Now I just to learn enough Clojure to properly contribute to a pukka open Source project so I can get a free copy ;-) 2009/2/6 Peter Wolf > > Check out this email! IntelliJ is going to get a *really* good plugin > for Clojure :-D > > I have gladly turned control of the

Re: IntelliJ Plugin -- Wonderful News!

2009-02-06 Thread Laurent PETIT
Hello, For the non-initiated, who is Ilya ? Anyway, great news for IntelliJ users ! If some IBM or other Eclipse commiter(s) want to help with clojuredev, they're welcome too ! :-) :-) -- Laurent 2009/2/6 Peter Wolf > > Check out this email! IntelliJ is going to get a *really* good plugin

IntelliJ Plugin -- Wonderful News!

2009-02-06 Thread Peter Wolf
Check out this email! IntelliJ is going to get a *really* good plugin for Clojure :-D I have gladly turned control of the my plugin over to Ilya, and the code has been moved to the JetBrains SVN. I will remain involved and fix bugs as they are found, but Ilya and his team are adding a real t

Wonderful!

2008-09-12 Thread namekuseijin
I want to congratulate the creators and maintainers of Clojure for their efforts: the language, implementation, website, rationale and inspired logo! :) >From the rationale: "embracing an industry-standard, open platform - the JVM; modernizing a venerable language - Lisp; fostering functional pro