Hi
We have the license for Power edition of SmartGWT. Recently we cleaned up our code and wrote the following line in our *.gwt.xml
We got this warning in the log message
What does it mean? Should we switch to use SmartGwtEENoTheme instead? (Can we do that without upgrading to the Enterprise Edition?)
Our versions:
Client Version: v11.0p_2016-10-07/PowerEdition Deployment (built 2016-10-07)
We have the license for Power edition of SmartGWT. Recently we cleaned up our code and wrote the following line in our *.gwt.xml
Code:
<inherits name="com.smartgwtpower.SmartGwtPowerNoTheme"/>
Code:
[WARN] [nara] - GWT modules `com.smartgwtpower.SmartGwtPower.gwt.xml', `com.smartgwtpower.SmartGwtPowerNoScript.gwt.xml', and `com.smartgwtpower.SmartGwtPowerNoTheme.gwt.xml' are deprecated. They have been replaced by their EE equivalents: `com.smartgwtee.SmartGwtEE.gwt.xml', `com.smartgwtee.SmartGwtEENoScript.gwt.xml', and `com.smartgwtee.SmartGwtEENoTheme.gwt.xml'.
Our versions:
Client Version: v11.0p_2016-10-07/PowerEdition Deployment (built 2016-10-07)
Comment