I'm having a problem that appears tied to this aspect of the guide (written for Linux):
>> Before continuing, symlink build/classes/gui into the test-project directory >> (note, there is a “.” as the last character in the 2nd command): cd ~/test-project ln -s build/classes/gui/ . // note the trailing period I'm running Vista and when I enter the command "mklink /D . build \classes\gui\" I get the message "Cannot create a file when that file already exists." It works fine when I substitute a name such as xyz for the "." I realize this isn't a Clojure issue as such, but I assume others will run into the same problem here. Has anyone worked around this? --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---