config.monkey not taking variables from monkey

Monkey Forums/Monkey Bug Reports/config.monkey not taking variables from monkey

slenkar(Posted 2013) [#1]
latest version of monkey installed (experimental)

the preprocessor directives seem to be ignored
all the android variables like screen orientation and admob id are the defaults

also this doesnt work:
#If TARGET="html5
Print "HTML5"
#End


slenkar(Posted 2013) [#2]
can anyone confirm?


marksibly(Posted 2013) [#3]
I can't reproduce any of your issues sorry.

Perhaps wait until the non-experimental version is released?


AdamRedwoods(Posted 2013) [#4]
if you set a preprocessor variable twice, the second one will be ignored, by design. i think if you use the config.monkey it will work allow default settings that can be changed once.


slenkar(Posted 2013) [#5]
this works now:
#If TARGET="html5
Print "HTML5"
#End

but
i download the latest (f) delete my build folder,
and the preprocessor variables dont show up in the config.monkey file still

BTW its on linux


slenkar(Posted 2013) [#6]
you can delete this thread as the variables show up in the source code (java,C++,ascript etc.