} else {
// Since they want all locales, this is guaranteed to be one of them.
found = true;
}
if (found) {
for (String genClassName : generate.format()) {
MessageCatalogFormat msgWriter = null;
MessageCatalogFactory msgCatFactory = null;
try {
// TODO(jat): if GWT is ever modified to take a classpath for user
// code as an option, we would need to use the user classloader here