jmis
unread,Dec 27, 2010, 6:01:58 PM12/27/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vsclojure
Maxim,
The vsClojure extension currently distributes ClojureCLR 1.2.0 with
the VSIX. Upon loading the extension, the VSCLOJURE_RUNTIMES_DIR user
environment variable will be set to the "Runtimes" directory located
in the extension's installation directory. Concatenating the
environment variable with the Clojure version specified in the cljproj
file creates the full path to the ClojureCLR framework.
From the error message you provided, it appears that
VSCLOJURE_RUNTIMES_DIR was not set. Try rebuilding and installing
from the latest source code as I've recently fixed a bug that
prevented this environment variable from being set correctly. If the
problem persists then you can manually edit the cljproj file to point
to the ClojureCLR framework.
Thanks,
jmis