Hi,

 

I just rebased master and now it won't compile user portal with the following exception, looks like the for ACTION_TYPE_FAILED_SETUP_NETWORKS_OR_REFRESH_IN_PROGESS is missing in user portal:

 

[INFO]                Generating method body for coloredText()
[INFO]                   [WARN] Template with variable in CSS attribute context: The template code generator cannot guarantee HTML-safety of the template -- please inspect manually or use SafeStyles to specify argu
ments in a CSS attribute context
[INFO]    Computing all possible rebind results for 'org.ovirt.engine.ui.frontend.AppErrors'
[INFO]       Rebinding org.ovirt.engine.ui.frontend.AppErrors
[INFO]          Invoking generator com.google.gwt.i18n.rebind.LocalizableGenerator
[INFO]             Processing interface org.ovirt.engine.ui.frontend.AppErrors
[INFO]                Generating method body for ACTION_TYPE_FAILED_SETUP_NETWORKS_OR_REFRESH_IN_PROGRESS()
[INFO]                   [ERROR] No resource found for key 'ACTION_TYPE_FAILED_SETUP_NETWORKS_OR_REFRESH_IN_PROGRESS'
[INFO] com.google.gwt.i18n.rebind.AbstractResource$MissingResourceException: No resource found for key 'ACTION_TYPE_FAILED_SETUP_NETWORKS_OR_REFRESH_IN_PROGRESS'
[INFO]  at com.google.gwt.i18n.rebind.AbstractResource$ResourceList.getRequiredStringExt(AbstractResource.java:290)
[INFO]  at com.google.gwt.i18n.rebind.SimpleValueMethodCreator.createMethodFor(SimpleValueMethodCreator.java:95)
[INFO]  at com.google.gwt.i18n.rebind.AbstractLocalizableImplCreator.delegateToCreator(AbstractLocalizableImplCreator.java:501)
[INFO]  at com.google.gwt.i18n.rebind.ConstantsImplCreator.emitMethodBody(ConstantsImplCreator.java:163)
[INFO]  at com.google.gwt.i18n.rebind.ConstantsWithLookupImplCreator.emitMethodBody(ConstantsWithLookupImplCreator.java:169)
[INFO]  at com.google.gwt.user.rebind.AbstractGeneratorClassCreator.genMethod(AbstractGeneratorClassCreator.java:277)
[INFO]  at com.google.gwt.user.rebind.AbstractGeneratorClassCreator.emitMethods(AbstractGeneratorClassCreator.java:239)
[INFO]  at com.google.gwt.user.rebind.AbstractGeneratorClassCreator.emitClass(AbstractGeneratorClassCreator.java:118)
[INFO]  at com.google.gwt.i18n.rebind.AbstractLocalizableImplCreator.generateConstantOrMessageClass(AbstractLocalizableImplCreator.java:217)
[INFO]  at com.google.gwt.i18n.rebind.LocalizableGenerator.generate(LocalizableGenerator.java:151)