2015-03-12 12:00 GMT+01:00 Hildeberto Mendonça <m...@hildeberto.com>:

> $ cd ~/Clojure
> $ lein repl
>
> Your code in the repl will see the path ~/Clojure as working directory, so
> any file there will be accessible to your code by simply using the name of
> the file. If you have sub-directories then add the relative path:
> "path/to/the/file/the-file.txt"
>

​That is not going to work, because I want to use the files in the project
that resides in:
    ~/Clojure/quotes

I could move the files to there, but there is a big change that I want to
use them in other projects also.
I could use (soft) links, but I was just wondering if it would be possible
to extend the classpath.

By the way: I moved them to:
    ~/Clojure/repl
that is a better place I think.



> On Thu, Mar 12, 2015 at 9:10 AM, Cecil Westerhof <cldwester...@gmail.com>
> wrote:
>
>> I have some files in:
>>     ~/Clojure
>> that I want to use in a project I start with:
>>     lein repl
>>
>> But I do not see how to do this. How can I acomplish this?
>>
>
-- 
Cecil Westerhof

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to