heads up - settings.xml change may be needed

Ian Springer ian.springer at redhat.com
Wed Nov 9 16:41:23 UTC 2011


Note, due to the fix I just checked in for 
https://bugzilla.redhat.com/show_bug.cgi?id=752239, you may need to make 
a change to your settings.xml. If your settings.xml currently contains:

<gwt.locale>default</gwt.locale>

then you will now need to also add:

<gwt.fallback.locale>default</gwt.fallback.locale>



Here's all the GWT related props I currently have for the dev profile in 
my settings.xml:

<!-- Only gwt-compile JavaScript for FF2 and later. -->
<gwt.userAgent>gecko1_8</gwt.userAgent>
<!-- Enable faster, but less-optimized, gwt compilations. -->
<gwt.draftCompile>true</gwt.draftCompile>
<!-- Only compile the "default" locale. -->
<gwt.locale>default</gwt.locale>
<!-- If user specifies an unsupported locale, fallback to the "default" 
locale. -->
<gwt.fallback.locale>default</gwt.fallback.locale>



More information about the rhq-devel mailing list