Monday, May 2, 2016

Re: Using different .gwt.xml in super-dev-mode


On 02 May 2016, at 12:33, Thomas Broyer <t.broyer@gmail.com> wrote:

Starting with 2.8.0-beta1, you can set properties from the command-line with "-setProperty compiler.stackMode=emulated".
You could also use a conditional set-property so it's only set when in SDM (works in 2.7 and 2.6):

<set-property name="compiler.stackMode" value="emulated">
  <when-property-is name="superdevmode" value="on" />
</set-property>

thanks, that solution is perfect!
Another question: where I can find a list of this "properties"?

No comments:

Post a Comment