I'm not against removing GRADLE_HOME if it's unnecessary, but I've never considered it a problem either. I use a lot of tools that require a HOME variable. For each of them, I have the following in my .profile:
export XYZ_HOME = /app/xyz export PATH=$PATH:$XYZ_HOME/bin I never touch this setup. To switch between versions, I just change the /app/xyz symlink. This way I don't have to source .profile after a change. Cheers, Peter -- View this message in context: http://gradle.1045684.n5.nabble.com/retiring-GRADLE-HOME-tp3325512p3348470.html Sent from the gradle-dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
