You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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