google-code-export / gwt-ext-ux

Automatically exported from code.google.com/p/gwt-ext-ux
1 stars 3 forks source link

can not import gwtextux #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Add the gwtextux.jar to project classpath 
2. import it into a java class :import com.gwtextux.client.widgets.image.*;
3. run the project

What is the expected output? What do you see instead?
[ERROR] Line 17:  The import com.gwtextux cannot be resolved

What version of the product are you using? On what operating system?
Gwt-ext 2.0.3 and gwtextux 0.2

Please provide any additional information below.

Original issue reported on code.google.com by sergiuma...@gmail.com on 8 Apr 2008 at 2:45

GoogleCodeExporter commented 9 years ago
fixed it..i forgot to add  "<inherits name='com.gwtextux.GwtExtUx'/> "   in the
*.gwt.xml file . sorry. 

Original comment by sergiuma...@gmail.com on 8 Apr 2008 at 3:15

GoogleCodeExporter commented 9 years ago

Original comment by mariusz.pala on 16 Jun 2008 at 9:56

GoogleCodeExporter commented 9 years ago
I added the <inherits ...>,but the error is still here.;(

Original comment by ison...@gmail.com on 17 Oct 2009 at 10:30