Fix issue #1586. The i18nCreator did not have a way to create a ConstantsWithLookup derived interface.The code to generate an interface that extends ConstantsWithLookup is already there, the tool was just missing arguments to invoke it.  This patch adds a -createConstantsWithLookup argument to be passed to I18NCreator and the I18NSync main classes.

Fix issue #1660. When using URL.getPath() to construct a File object, the path needs to be decoded using URLDecode. This needs to be done in order to handle file paths on systems that allow spaces in file/directory names (i.e. Windows).

Patch by: zundel
Review by: rdayal

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1698 8db76d5a-ed1c-0410-87a9-c151d255dfc7
3 files changed