Re: About paths

2010-05-03 Thread Alex Osborne
Paulo Candido writes: > I have a script, say "foo.clj" in a namespace "com.company.ns". > "foo.clj" uses functions from another script, "bar.clj" in the same > namespace. "foo"'s namespace has the line "(:use com.company.ns.bar)". > It works in the REPL, it works inside Netbeans with Enclojure. >

About paths

2010-05-03 Thread Paulo Candido
I have a very basic doubt: I have a script, say "foo.clj" in a namespace "com.company.ns". "foo.clj" uses functions from another script, "bar.clj" in the same namespace. "foo"'s namespace has the line "(:use com.company.ns.bar)". It works in the REPL, it works inside Netbeans with Enclojure. Now