Basic error with package organization

18 views
Skip to first unread message

Yogurt

unread,
Jan 8, 2012, 1:12:19 PM1/8/12
to Google Web Toolkit
Hello,

i'm starting my first project in GWT and i'm facing a basic issue.
I put my files under the packages like the picture i've send.

And I'm getting the following error:

15:56:08.364 [ERROR] [trilhadosweb2] Line 44: No source code is
available for type trilhadosW.server.Business.dadosMestres.TipoLocal;
did you forget to inherit a required module?



Where is my error?

Thomas Broyer

unread,
Jan 8, 2012, 5:19:10 PM1/8/12
to google-we...@googlegroups.com
You have some client code (probably in trilhadosW.client or trilhadosW.shared) that references server code. Either break that dependency, or move the TipoLocal class into trilhadosW.client or trilhadosW.shared package.

Diego Bigliani Solamito

unread,
Jan 9, 2012, 10:12:47 AM1/9/12
to google-we...@googlegroups.com
humn... thanks!

I'll try this at home.

I keep you informed,

regards
--
=Diego


On Sun, Jan 8, 2012 at 8:19 PM, Thomas Broyer <t.br...@gmail.com> wrote:
You have some client code (probably in trilhadosW.client or trilhadosW.shared) that references server code. Either break that dependency, or move the TipoLocal class into trilhadosW.client or trilhadosW.shared package.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/5tZ4XgirUYcJ.

To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

Reply all
Reply to author
Forward
0 new messages