Ciao ragazzi sono un neofita del mondo GWT e ho un problema quando vado ad eseguire un progetto GWT realizzato da me.Il progetto è stato realizzato tramite Eclipse 3.5 Galileo.La versione di GWT installata è la 2.4

Quando vado a svolgere GWT compile ho il seguente errore:

Compiling module com.progettonm.ProgettoNmGwt
Finding entry point classes
[ERROR] Unable to find type 'com.progettonm.client.ProgettoNmGwt'

[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

Quando faccio partire la il progetto GWT ho il seguente errore:

16:31:18.215 [TRACE] [progettonmgwt] Finding entry point classes
16:31:18.236 [ERROR] [progettonmgwt] Unable to find type 'com.progettonm.client.ProgettoNmGwt'
16:31:18.274 [ERROR] [progettonmgwt] Hint: Previous compiler errors may have made this type unavailable
16:31:18.314 [ERROR] [progettonmgwt] 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

16:31:18.331 [ERROR] [progettonmgwt] Failed to load module 'progettonmgwt' from user agent 'Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10' at 127.0.0.1:50157

Ringrazio anticipatamente per l'aiuto