Olá Lucas!
entrei no grupo a pouco tempo tbm e ainda estou começando...
num exemplo de aprendizado que eu fiz, minhas linhas de sourcepath
ficaram assim:
<source path="domain"/>
<source path="client"/>
tente adicionar o pacote client tbm (embora eu acredite que nao seja
necessario...) e veja se funciona...
att,
Eduardo Pydd
Lucas Catón escreveu:
> Pessoal,
>
> Eu estava conversando com o Lucas Souza no outro post, sobre
> organização de pacotes. Só que pra facilitar, criei um outro post pra
> tratar específicamente disto. Estou com um probleminha aqui e queria
> saber se alguém sabe me ajudar.
>
>
> Meus pacotes estão organizados assim:
>
> * *br.unitau.student.client*
> * *br.unitau.student.server.dao*
> * *br.unitau.student.server.domain*
> * *br.unitau.student.server.**service*
> * *br.unitau.student.server.util*
>
> /(Vide imagem anexa)/
>
>
>
> E no *gwt.xml* inclui essa linha:
>
> <!-- Source Path -->
> *<source path='br.unitau.student.server.model'/>*
>
>
>
>
> Mas o módulo não renderiza e o seguinte erro aparece:
>
> [TRACE] Finding entry point classes
> [ERROR] Unable to find type 'br.unitau.student.client.StudentGui'
> [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
> [ERROR] Failure to load module 'br.unitau.student.StudentGui'
>
> >
>
> ------------------------------------------------------------------------
>