• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Inheriting Modules with GWT - Source Code Not Found

 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to figure out why GWT keeps telling me why it can't find the source code for my auxiliary module.

My current project breakdown is this:

Module 1 (Primary) has the Entry-Point.
Module 2 (Auxiliary) has no Entry-Point and I'm using only its custom ContentPanel classes.

Module 1 (Primary)


Module 2 (Auxiliary)


In the code sections of Module 1, I make a call of one of the custom classes to Module 2, but it breaks in the program with the "Source Code Not Found - Are You Sure You Inherited?" message.

I've been scratching my head on why it's saying this - when I clearly was inheriting Module 2's XML.

In fact, if I did included a Entry Point into Module 2, I can run Module 2 as its own standalone GWT application with no problems whatsoever...

So what exactly is going on?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic