Vaadin Client Compiler pretty style problem

Hi,
since I migrated from Vaadin 6 to 7 I cannot get the Vaadin Client Compiler to produce pretty or detailed Javascript output any more. The compile gets called with the correct style argument but the code comes out ugly. It’s not obfuscated code either but all the newlines appear as \n literally and not as a real newline and the code is not indented. Maybe this is related to
Issue 8602
of the GWT but I thought since the GWT is now part of Vaadin it makes sense to ask to this forum for help as well. Has anyone encountered a similar problem? Is there a workaround?
I’ using Vaadin 7.2.3 with the Eclipse (Kepler) Plugin.
Thanks!
Marco

Ok, sorry, my fault. I looked only at the static scripts, the evaluated ones look indeed pretty.