Hi,
I have included the following lines of code in .gwt.xml file
<inherits name='com.google.gwt.gwtai.applet.AppletIntegration' />
<source path='gtest/client'/>
<add-linker name='jarlinker' />
<set-configuration-property name="
jarlinker.name" value="GwtAI-
Demo.jar" />
<set-configuration-property name="jarlinker.keystore"
value=".keystore" />
<set-configuration-property name="jarlinker.alias"
value="Optimizer" />
<set-configuration-property name="jarlinker.storepass"
value="gwtaigwtai" />
<set-configuration-property name="jarlinker.include" value="gtest/
client/CDTTreeApplet.class,gtest/server/CDTTreeAppletImpl.class"/>
When I try to compile my workspace in GWT, I get this error.
Loading inherited module
'com.google.gwt.gwtai.applet.AppletIntegration'
[ERROR] Line 12: Unexpected element 'define-configuration-
property'
[ERROR] Failure while parsing XML
I have included GwtAI-Client-0.3.jar, GwtAI-Core-0.3.jar and GwtAI-
Demo.jar in the Build Path. I am using GWT 1.7 version of the
compiler.
Has anyone encountered this problem before?
Thank you