I'm using a version from Aug 2, 2011 (or thereabouts), SmartGWTEE Pro
Expected: only the simplicity skin is created
Observed: the ToolSkin skin is created. Which annoyingly, pushes the file number over 3000 and therefore cannot deploy to GAE
Workaround: delete the ToolSkin directory after each compile before deploy
Code:
<inherits name="com.smartgwtpro.SmartGwtProNoTheme" /> <inherits name="com.smartclient.theme.simplicity.Simplicity" />
Observed: the ToolSkin skin is created. Which annoyingly, pushes the file number over 3000 and therefore cannot deploy to GAE
Workaround: delete the ToolSkin directory after each compile before deploy
Comment