Windows (7) has different versions of linking. For checkouts to work on 
Windows 7 you need to have a *junction* to the directory, not a symbolic 
link.
I make mine with Link Shell Extension for Windows 
Explorer<http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html>, 
and have no problems.

On Monday, February 24, 2014 6:46:20 AM UTC+1, Sven Richter wrote:
>
> Hi,
>
> I already posted this on SO, but as I got no answer there yet I will try 
> here too.
>
> I have two clojure projects, one a luminus project (main) with http-kit 
> and a second (sub) plain clojure project with a single dependency to 
> datomic.
> Now I added the checkouts folder to "main" and inside made a link to "sub".
> When I start "main" with "lein run -dev" "sub" is recognized and put on 
> the classpath, however, every change I do to "sub" source files are not 
> recognized until I restart my server.
>
> I am working on W7 with Oracle JDK7 and created the link with windows 
> mklink tool. Any Ideas what might be wrong here?
>
> Best Regards,
> Sven
>

-- 
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/groups/opt_out.

Reply via email to