ai vai...
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
Compiling 1 source file to C:\projetos\RaceTech\build\web\WEB-INF\classes
C:\projetos\RaceTech\src\java\br\com\site\racetech\client\display\easyEngenharia\CadastrarClienteGWT.java:160: cannot find symbol
symbol : method put(java.lang.String,java.util.Date)
location: class java.util.HashMap<java.lang.String,java.lang.String>
param.put("clientesT.data_nascimento", data_nascimento.getValue());
C:\projetos\RaceTech\src\java\br\com\site\racetech\client\display\easyEngenharia\CadastrarClienteGWT.java:161: cannot find symbol
symbol : method put(java.lang.String,com.extjs.gxt.ui.client.widget.form.Radio)
location: class java.util.HashMap<java.lang.String,java.lang.String>
param.put("clientesT.sexo", sexo.getValue());
C:\projetos\RaceTech\src\java\br\com\site\racetech\client\display\easyEngenharia\CadastrarClienteGWT.java:168: cannot find symbol
symbol : method put(java.lang.String,com.extjs.gxt.ui.client.data.ModelData)
location: class java.util.HashMap<java.lang.String,java.lang.String>
param.put("clientesT.estado", estado.getValue());
C:\projetos\RaceTech\src\java\br\com\site\racetech\client\display\easyEngenharia\CadastrarClienteGWT.java:170: cannot find symbol
symbol : constructor EasyAccessURL(br.com.site.racetech.client.display.easyEngenharia.CadastrarClienteGWT)
location: class br.com.site.racetech.client.EasyAccessURL
EasyAccessURL access = new EasyAccessURL(this);
Note: C:\projetos\RaceTech\src\java\br\com\site\racetech\client\display\easyEngenharia\CadastrarClienteGWT.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
4 errors
C:\projetos\RaceTech\nbproject\build-impl.xml:546: The following error occurred while executing this line:
C:\projetos\RaceTech\nbproject\build-impl.xml:285: Compile failed; see the compiler error output for details.
FALHA NA CONSTRUÇÃO (tempo total: 1 segundo)
--
Diego Venuzka