Thursday, April 16, 2015

Re: GSS condition with Variable not working ?


The doc is mentioning "set-configuration-property " but if I use that, the compiler i complaining. Shouldn't this be the "define-configuration-property"?

Oh right, good find. Didn't notice that. It should be define-configuration-property.


Another thing: how to make the property "true" in the gwt config file in case the property "browser.engine" equals "webkit" ?

Hmmm I somehow assumed that you could use <when-property-is> inside a <set-configuration-property> but that is not allowed as I just noticed. That means you can not set configuration properties depending on the value of normal/permutation properties.


Seems like you have to stick with @if(is("browser.engine", "webkit")) then.


-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment