Re: Counterclockwise problem when compiling

2010-01-04 Thread Arie van Wingerden
Hi Laurent, that was indeed the problem. Thx! 2010/1/4 Laurent PETIT > Hi, > > This is a problem with the way you have created your files in your project: > > your namespace is arie.vappend > > So your file should be named vappend.clj, and be placed in > /src/arie/ directory ( and not /src/ ) >

Re: Counterclockwise problem when compiling

2010-01-04 Thread Luc Prefontaine
Create a Java package arie under src and move your source file there. Luc Sent from my iPod On 2010-01-04, at 11:16 AM, Arie van Wingerden wrote: > Hi, > > i am playing with Clojure in the latest version of the > Counterclockwise IDE > and encounter a problem when compiling: > 1) i right

Re: Counterclockwise problem when compiling

2010-01-04 Thread Laurent PETIT
Hi, This is a problem with the way you have created your files in your project: your namespace is arie.vappend So your file should be named vappend.clj, and be placed in /src/arie/ directory ( and not /src/ ) HTH, -- Laurent 2010/1/4 Arie van Wingerden : > Hi, > > i am playing with Clojure i

Counterclockwise problem when compiling

2010-01-04 Thread Arie van Wingerden
Hi, i am playing with Clojure in the latest version of the Counterclockwise IDE and encounter a problem when compiling: 1) i right-click on source "vappend.clj" and choose "run as" "Clojure Repl" 2) then i click ctrl-alt-k to compile Then i get the following in the Repl: =