> And unfortunately we don't have the ability to change this because a 
> customer is loading our script.
>

Then you don't have a host page under your control anyways or am I wrong?
 

>  Other thoughts?
>

You could "misuse" GWT's I18N Constants interface. It basically maps a 
typically Java properties file to an interface. Then you only have to tell 
your build tool to either rewrite the properties file based on the 
environment (e.g. maven/gradle/ant resource filtering) or you just use a 
small script that copies services_dev.properties -> services.properties 
prior GWT compilation.

http://www.gwtproject.org/javadoc/latest/com/google/gwt/i18n/client/Constants.html

-- 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+unsubscr...@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/groups/opt_out.

Reply via email to