hi all,
i was using the default silverwave theme and i want to switch to treefrog.
i followed one of the post in this forum and used :
<inherits name="com.smartgwt.SmartGwtNoScript" />
<inherits name="com.smartgwt.SmartClientDefault"/>
<inherits name="com.smartgwt.theme.treefrog.TreeFrog"/>
but it gives error:
[ERROR] Unable to find 'com/smartclient/SmartClientDefault.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
what should i do from here? thanks
i was using the default silverwave theme and i want to switch to treefrog.
i followed one of the post in this forum and used :
<inherits name="com.smartgwt.SmartGwtNoScript" />
<inherits name="com.smartgwt.SmartClientDefault"/>
<inherits name="com.smartgwt.theme.treefrog.TreeFrog"/>
but it gives error:
[ERROR] Unable to find 'com/smartclient/SmartClientDefault.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
what should i do from here? thanks
Comment