• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

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?
 
I am mighty! And this is a mighty small ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic