Yes, what does your structure look like, and can you post the POM if possible? Looks like the compiler isn't finding a type on the "source path" so somehow the configuration is off.
Have a look at some of the samples and examples for a reference: http://gwt-maven.googlecode.com/svn/docs/maven-googlewebtoolkit2-plugin/index.html The compilerTargets tell GWT-Maven which modules to compile, and the source path in those modules is where it will look for types. On Jan 29, 1:58 pm, Brunno Silva <[email protected]> wrote: > During gwt:compile phase, my build fails. The message is: > > [ERROR] Unable to find type > 'br.com.versatiliti.educacional.Application' > [ERROR] Hint: Previous compiler errors may have made this type > unavailable > > When I check my target directory, there's no class file at all. Only > some temporary files. If I run the same build, but without the gwt- > maven plugin, the class files appears. Its like as the gwt:compile > don't allow the java code compilation. > > Any ideas? > > Cheers, > Brunno Silva --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
