What is PROJECT_HOME used for? Does it have to be an environment variable? -- Peter Niederwieser Principal Engineer, Gradleware http://gradleware.com Creator, Spock Framework http://spockframework.org Twitter: @pniederw
Jared D. Cottrell wrote: > > Our build script is doing something like this to get the user's chosen > project home directory from an environment variable: > > def projectHome = System.getenv()['PROJECT_HOME'] > > However, when we use the gradle daemon it looks like the value is not > taken from the environment that starts the individual gradle build but > from the environment that started the daemon. I know the daemon is > experimental, but anyone have any pointers to help us out? > -- View this message in context: http://gradle.1045684.n5.nabble.com/Environment-Variables-with-Gradle-Daemon-tp4651260p4658784.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
