Thanks for all the help, guys.

Because Laurent's suggesting of calling "sample/bar.clj" instead of
"sample.bar.clj" in loadResourceScript() seemed the easiest, I tried
that first and it worked. So it looks like in that method you have to
specify the path the file, relative to the src directory, rather than
its  namespace?

Before I did this post I tried googling this method, but all I could
find was the Java source file for RT. Is documentation available
anywhere else?

Thanks again,
Denis

On Jun 13, 6:46 am, Jacek Laskowski <ja...@laskowski.net.pl> wrote:
> On Tue, Jun 12, 2012 at 8:41 PM, Sean Corfield <seancorfi...@gmail.com> wrote:
> > As your Clojure code grows and depends on other libraries, you'll need
> > to ensure those are also on your classpath (lib/*.jar from your
> > Leiningen project).
>
> lein2 doesn't use lib/* anymore. All's in ~/.m2/repository. You need
> the classpath? Use lein2 classpath.
>
> Jacek
>
> --
> Jacek Laskowski
> Functional languages (Clojure), Java EE, and IBM WebSphere 
> -http://blog.japila.pl
> "Never discourage anyone who continually makes progress, no matter how
> slow." Plato

-- 
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