Ok, Discovered that modules must contain a <source path="tag">, which is not automatically generated by the GWT tool I was using. Thanks,
C -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Charlweed Sent: Friday, October 02, 2009 9:50 AM To: Google Web Toolkit Subject: Why are my sources "Excluded" by the compiler? Hi, I'm trying to write my first module, but GWT classes that use my module fail with : <code> [ERROR] Line 86:No source code is available for type foo.bla.Custom; did you forget to inherit a required module? </code> I created the Widget.gwt.xml files, and the compiler output confirms that they are read: <code> Loading inherited module 'com.hymerfania.gwt.Widget' Module location: jar:file:/Q:/projects/hymerfania/GWTWidgets/ dist/GWTWidgets.jar!/com/hymerfania/gwt/Widget.gwt.xml Loading inherited module 'com.hymerfania.gwt.widget.API' Module location: jar:file:/Q:/projects/hymerfania/GWTWidgets/ dist/GWTWidgets.jar!/com/hymerfania/gwt/widget/API.gwt.xml Loading inherited module 'com.hymerfania.gwt.widget.Implementation' Module location: jar:file:/Q:/projects/hymerfania/GWTWidgets/ dist/GWTWidgets.jar!/com/hymerfania/gwt/widget/Implementation.gwt.xml </code> but it also says that it is excluding the files: <code> Searching for resources within file:/Q:/projects/hymerfania/GWTWidgets/ dist/GWTWidgetsSrc.jar Indexing zip file: Q:\projects\hymerfania\GWTWidgets\dist \GWTWidgetsSrc.jar com/hymerfania/gwt/Widget.gwt.xml com/hymerfania/gwt/widget/API.gwt.xml com/hymerfania/gwt/widget/Implementation.gwt.xml com/hymerfania/gwt/widget/api/Dialog.java com/hymerfania/gwt/widget/api/OptionDialog.java com/hymerfania/gwt/widget/impl/MessageDialog.java Searching for included resources in Q:\projects\hymerfania \GWTWidgets\dist\GWTWidgetsSrc.jar Excluding com/hymerfania/gwt/widget/api/Dialog.java Excluding com/hymerfania/gwt/widget/api/ OptionDialog.java Excluding com/hymerfania/gwt/widget/ Implementation.gwt.xml Excluding com/hymerfania/gwt/Widget.gwt.xml Excluding com/hymerfania/gwt/widget/API.gwt.xml Excluding com/hymerfania/gwt/widget/impl/ MessageDialog.java </code> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
