With the structure:

test
- test1.clj
- test2.clj

then test1.clj should start with (ns test.test1) and test2.clj should start
with (ns test.test2)

Jonathan

On Fri, May 13, 2011 at 9:15 AM, MohanR <radhakrishnan.mo...@gmail.com>wrote:

> It is solved but the rules are not clear.
>
> If I have (ns test) in both .clj files and the files are in /test then
> I am able to call one from the other. I am not specifically pointing
> my classpath to /test at all.
>
> What is the link between classpath, ns and the folder structure ?
>
> Thanks,
> Mohan
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to