>
>
> 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to