You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwt-maven
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
Brian Cribbs
unread,
Jan 29, 2009, 2:41:28 PM1/29/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwt-...@googlegroups.com
Can you post your folder structure?
Charlie Collins
unread,
Jan 30, 2009, 1:09:52 PM1/30/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwt-maven
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.