brooklyncentral / brooklyn

This project has moved and is now part of the ASF
https://github.com/apache/incubator-brooklyn
72 stars 27 forks source link

Deploying from windows is broken #1402

Open ahgittin opened 10 years ago

ahgittin commented 10 years ago

the BrooklynConfigKeys puts Os.tmp() into a freemarker template, but that results in an invalid / unparseable template on windows, probably because the temp dir has backslashes.

suggest we fix by hardcoding "/tmp/" -- it shouldn't be used in normal code paths in any case

sjcorbett commented 10 years ago

This should be fixed by the above commit.