Bonjour,

J'essaye de développer un site Web.

Ma configuration actuelle :
- Eclipse SDK 3.6
- JRE 1.6
- GWT (Windows) 2.3.0
- Smartgwt-2.4
- grappa1_2.jar

Donc, j'utilise la bibliothèque Grappa et mon problème est qu'Eclipse ne me prévient pas de certaines erreurs que je rencontre lors de la compilation.
[DEBUG] [grappatest] - Validating newly compiled units
[ERROR] [grappatest] - Errors in 'file:/C:/Users/REPO/workspace/GrappaTest/src/com/client/GrappaTest.java'
[ERROR] [grappatest] - Line 3: The import att cannot be resolved
[ERROR] [grappatest] - Line 8: Parser cannot be resolved to a type
[ERROR] [grappatest] - Line 8: Parser cannot be resolved to a type
[ERROR] [grappatest] - Line 8: System.in cannot be resolved
[ERROR] [grappatest] - Line 10: Graph cannot be resolved to a type
[ERROR] [grappatest] - Line 12: The method exit(int) is undefined for the type System
[TRACE] [grappatest] - Finding entry point classes
[ERROR] [grappatest] - Unable to find type 'com.client.GrappaTest'
[ERROR] [grappatest] - Hint: Previous compiler errors may have made this [ERROR] [grappatest] - Hint: Check the inheritance chain from your module;
[ERROR] [grappatest] - Failed to load module 'grappatest' from user agent 'Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.18) Gecko/20110614 AskTbFXTV5/3.12.2.16749 Firefox/3.6.18' at 127.0.0.1:53775
Quelqu'un saurait-il m'expliquer d'où vient le problème ?

Merci d'avance pour votre aide.