clojure with axis2

2010-02-03 Thread Boštjan Jerko
I'm trying to get Clojure to work with axis2. Anybody playing with that. The best I get is error message: org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432) Caused by: java.io.FileNotFoundException: Could not locate

Re: Clojure Conference Poll

2010-01-23 Thread Boštjan Jerko
On 23.1.2010, at 10:33, Edmund wrote: East coast for we Europeans ? On Jan 23, 8:53 am, Christophe Grand christo...@cgrand.net wrote: On Sat, Jan 23, 2010 at 8:54 AM, Konrad Hinsen konrad.hin...@fastmail.net wrote: On 22 Jan 2010, at 22:15, Wilson MacGyver wrote: I vote let's turn

how to require a library

2010-01-19 Thread Boštjan Jerko
Hello! I'm absolute beginner in the field of functional programming and have some experience with Java, but it was long time ago. Since I need to work with JVM and want to learn functional programming I've decided to use and learn Clojure. Now to my problem: I'm writing a small twitter client

Re: how to require a library

2010-01-19 Thread Boštjan Jerko
On 19.1.2010, at 19:53, Richard Newman wrote: Make sure you explicitly include clojure-twitter.jar on your classpath. The containing directory is not sufficient. How you do that depends on how you're invoking Clojure, and which OS you're using. Hi Richard, Thanks for the reply. I