Monday, May 2, 2016

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



On Monday, May 2, 2016 at 2:34:39 PM UTC+2, Luca Morettoni wrote:

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"?

https://github.com/gwtproject/gwt/search?l=xml&q=define-property+path%3A%2Fuser%2Fsrc%2F&type=Code is a good start; it lists all gwt.xml files containing define-property.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment