Announcement

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

    about the compile multiple module

    i created two module use smartgwt,
    but when compile ,there is a SC file dir in every on module

    how to resolve this

    i just want a public SC dir , when compile every module ,there only my write code compile to js

    #2
    If you inherit the SmartGwtNoSmartClient then the SamrtClient files will not be present in the compiled output and you will have to make sure each module points to a valid path to load the smartclient resources.

    Sanjiv

    Comment


      #3
      I have the same problem and with SmartGwtNoSmartClient, I succeed in having a public SC directory for several modules.
      But now I change to use SmartGwtPower. However there is no SmartGwtPowerNoSmartClient.gwt.xml to inherit ?

      Comment

      Working...
      X