-
21 Apr 2008 11:25 AM #1
Setup text has incorrect inherits location
Setup text has incorrect inherits location
The setup.txt file that comes with the download contains this text:
When I do that, I get errors. If I change the inherits to the following, it works fine:Code:Add the following entry to you projects module xml file. <inherits name='com.extjs.gxt.GXT'/>
Note that I had to add 'ui' to the package. So, is the setup.txt file wrong or am doing something wrong?Code:<inherits name='com.extjs.gxt.ui.GXT'/>
There are two types of people in the world:- Those who need closure
-
21 Apr 2008 6:14 PM #2
Thanks, the change is in SVN.



Reply With Quote