Re: ns usage for multiple clj files

2008-09-07 Thread Parth Malwankar
On Sep 7, 1:00 pm, Meikel Brandmeyer <[EMAIL PROTECTED]> wrote: > I think your problems should be solved now, since in my understanding > they arise due to the non-adherence to the required file layout.> > java.io.FileNotFoundException: Could not locate Clojure resource > > on classpath: bar/my

Re: ns usage for multiple clj files

2008-09-07 Thread Meikel Brandmeyer
Hi, Disclaimer: The following is not tested. It is just from what I saw from your description and what caught my attention. There are special naming rules for the file in a namespace. The first thing to do is to fix the naming. I would use the following layout. (Note: I would drop the symlinkin

ns usage for multiple clj files

2008-09-07 Thread Parth Malwankar
Hello, I am trying to use the latest ns/in-ns functionality from HEAD. I don't seem to be getting it right. Here is what I am tring to do. 1. test.clj - contains a function foo 2. tst-pkg.clj - contains the ns definition (so I can get my dependencies right in a multi-file