Hi All,

currently i am working with GWT Ext. i try to implement line chart
using Eclipse platform and gwt-windows-1.5.2 version.

i perform following changes

* include the gwtext.jar from gwtext2.0.3.

* include gwt-dev-windows.jar, gwt-servlet.jar, gwt-user.jar from gwt-
windows-1.5.2

* add the adopter, resources folders and ext-all.js in public/js/ext
of my gwt application from ext2.0.2.

* inherit the following in myapp.gwt.xml
          <inherits name="com.gwtext.GwtExt" />
          <inherits name="com.gwtext.Charts" />
         <script src="js/ext/adapter/ext/ext-base.js" />
         <script src="js/ext/ext-all.js" />
         <script src="js/ext/ext-all-debug.js" />
         <script src="js/ext/ext-core.js" />
         <script src="js/ext/ext-core-debug.js" />

* following js are inherited in myapp.html
        <link rel="stylesheet" type="text/css" href="js/ext/resources/
css/ext-all.css"/>
        <link rel="stylesheet" type="text/css" href="js/ext/resources/
css/xtheme-gray.css" />

        <script type="text/javascript" src="js/ext/adapter/yui/yui-
utilities.js"></script>
        <script type="text/javascript" src="js/ext/adapter/yui/ext-yui-
adapter.js"></script>
        <script type="text/javascript" src="js/ext/ext-all.js"></
script>

* gwtext.jar have Charts.gwt.xml and GwtExt.gwt.xml

* configure the following jar and src folder in classpath
        gwt-dev-windows.jar, gwt-servlet.jar, gwt-user.jar from gwt-
windows-1.5.2 and gwtext.jar from gwtext2.0.3.

but while run my application in hosted mode i got the following error

[ERROR] Unable to find 'com/gwtext/GwtExt.gwt.xml' on your classpath;
could be a typo, or maybe you forgot to include a classpath entry for
source?

[ERROR] Line 6: Unexpected exception while processing element
'inherits'


kindly help me.

Thanking you in anticipation,

Regards,
Syed Shahul
QUADS IT Solutions, Chennai.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to