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 e

Re: Clojure Conference Poll

2010-01-26 Thread Boštjan Jerko
On 26.1.2010, at 21:59, Julien wrote: > What about colocating this conference with say OOPSLA (or ECOOP). You > will probably get good attendance. > If it'd be part of ECOOP it'd be great since in 2010 it's in Slovenia (and I live there :D). B. -- You received this message because you are s

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 wrote: >> On Sat, Jan 23, 2010 at 8:54 AM, Konrad Hinsen >> >> wrote: >>> On 22 Jan 2010, at 22:15, Wilson MacGyver wrote: >> I vote let's turn this into a clojure vacation, an

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 repl

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