Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ToolSkin is included

    I'm using a version from Aug 2, 2011 (or thereabouts), SmartGWTEE Pro

    Code:
    	<inherits name="com.smartgwtpro.SmartGwtProNoTheme" />
    	<inherits name="com.smartclient.theme.simplicity.Simplicity" />
    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

    #2
    This is still the case as of the latest 3.x

    Comment


      #3
      not as critical if you use GAE 1.6.x since the limit is now 10,000 - just noticed that.

      Comment

      Working...
      X