Re: Eclipse and Compojure

2010-08-10 Thread Rasmus Svensson
> I assume the problem is that there are no .class files in the jar. I > tried to rebuild the compojure jar using "lein jar" but still didn't > get .class files, even though: Clojure looks for both .class files and .clj files, so you don't need to compile anything manually. > I'm seeing the follo

Re: Eclipse and Compojure

2010-08-10 Thread Laurent PETIT
2010/8/10 Rasmus Svensson > > I assume the problem is that there are no .class files in the jar. I > > tried to rebuild the compojure jar using "lein jar" but still didn't > > get .class files, even though: > > Clojure looks for both .class files and .clj files, so you don't need > to compile any

Re: Eclipse and Compojure

2010-08-09 Thread scott
I have the tutorial described below working, using Emacs and Leiningen. http://mmcgrana.github.com/2010/07/develop-deploy-clojure-web-applications.html I created a new Clojure project in Eclipse. I created a "lib" directory, imported the dependent jar files that Leiningen pulled from a repo into

Re: Eclipse and Compojure

2010-08-09 Thread Laurent PETIT
Hi, How could I help you from the Eclipse side ? I don't totally understand the steps you're following in Eclipse / counterclockwise (but maybe it's not an eclipse / counterclockwise problem ?) 2010/8/9 scott > I was going to try out a compojure tutorial in Eclipse. It appears > that only .clj

Eclipse and Compojure

2010-08-09 Thread scott
I was going to try out a compojure tutorial in Eclipse. It appears that only .clj files and not the .class files are included in the compojure jar file. I'm seeing the following error: java.io.FileNotFoundException: Could not locate compojure/ core__init.class or compojure/core.clj on classpath: