I'm using deferred binding to separate out some browser specific code.

In my *.gwt.xml file I've got a property provider (with a bit of
Javascript doing some detection) and a replace-with/when... etc,

The deferred binfing works correctly and different browsers are
getting different implementations.

But when I compile the project, instead of the usual 6 versions (one
each for ie6,ie8,gecko,gecko1_8,safari and opera), it compiles 12 - if
I add another deferred binding (replace-with/when) it says it's
compiling 24!!

Is this correct behaviour? Or have I done something wrong?

Cheers,
Dave

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to