On 14 Apr 2014, at 8:28, Gerd Knops wrote:
Properties that contain equal signs appear to break, example:
xxxExtraOpts = '--pref build.path=/Users/me/tmp'
doesn't work, there will be no xxxExtraOpts.
There will be no exported environment variable for that setting because it starts with a lowercase letter.
Using a leading uppercase letter does properly export the variable.