enclojure icon indicating copy to clipboard operation
enclojure copied to clipboard

Enclojure doesn't respect the netbeans_default_userdir setting on Windows

Open NeillAlexander opened this issue 15 years ago • 0 comments

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.

NeillAlexander avatar Apr 07 '10 09:04 NeillAlexander