In my netbeans.conf file I specify the following:
netbeans_default_userdir="c:/netbeans-profiles/.netbeans/6.8"
This is to prevent Netbeans from filling up my roaming profile on my work PC. When I install Enclojure it copies the Clojure jar files to my profile directory:
C:\Documents and Settings[username].netbeans\enclojure-prefs\ClojurePlatforms
This causes me to exceed the available profile space on my work PC. It would be great if Enclojure could use the netbeans_default_userdir as the base directory for copying the Clojure jar files.