i have gwt application when i compile there is many error
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors. Finding entry point classes [ERROR] Errors in 'file:/D:/environnement_pfe/GridBindingExample/src/com/sencha/gxt/client/GridBindingExample.java' [ERROR] Line 45: No source code is available for type com.sencha.gxt.examples.resources.client.model.Stock; did you forget to inherit a required module? [ERROR] Line 45: No source code is available for type com.sencha.gxt.examples.resources.client.model.TestData; did you forget to inherit a required module? [ERROR] Line 59: No source code is available for type com.sencha.gxt.explorer.client.binding.StockEditor; did you forget to inherit a required module? [ERROR] Line 66: No source code is available for type com.sencha.gxt.widget.core.client.FramedPanel; did you forget to inherit a required module? [ERROR] Line 68: No source code is available for type com.sencha.gxt.widget.core.client.grid.Grid; did you forget to inherit a required module? [ERROR] Line 69: No source code is available for type com.sencha.gxt.data.client.editor.ListStoreEditor; did you forget to inherit a required module? [ERROR] Line 84: No source code is available for type com.sencha.gxt.widget.core.client.container.VerticalLayoutContainer; did you forget to inherit a required module? [ERROR] Line 86: No source code is available for type com.sencha.gxt.examples.resources.client.model.StockProperties; did you forget to inherit a required module? [ERROR] Line 88: No source code is available for type com.sencha.gxt.widget.core.client.grid.ColumnConfig; did you forget to inherit a required module? [ERROR] Line 92: No source code is available for type com.sencha.gxt.data.shared.ListStore; did you forget to inherit a required module? [ERROR] Line 92: No source code is available for type com.sencha.gxt.widget.core.client.grid.ColumnModel; did you forget to inherit a required module? [ERROR] Line 93: No source code is available for type com.sencha.gxt.core.client.Style.SelectionMode; did you forget to inherit a required module? [ERROR] Line 98: No source code is available for type com.sencha.gxt.widget.core.client.container.VerticalLayoutContainer.VerticalLayoutData; did you forget to inherit a required module? [ERROR] Line 99: No source code is available for type com.sencha.gxt.widget.core.client.selection.SelectionChangedEvent.SelectionChangedHandler; did you forget to inherit a required module? [ERROR] Line 101: No source code is available for type com.sencha.gxt.widget.core.client.selection.SelectionChangedEvent; did you forget to inherit a required module? [ERROR] Line 112: No source code is available for type com.sencha.gxt.widget.core.client.event.SelectEvent.SelectHandler; did you forget to inherit a required module? [ERROR] Line 115: No source code is available for type com.sencha.gxt.widget.core.client.event.SelectEvent; did you forget to inherit a required module? [ERROR] Line 120: No source code is available for type com.sencha.gxt.core.client.util.Margins; did you forget to inherit a required module? [ERROR] Unable to find type 'com.sencha.gxt.client.GridBindingExample' [ERROR] Hint: Previous compiler errors may have made this type unavailable [ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly