I am trying to build a multiple-module application using GWT 1.6. I
have a module containing custom widgets that I wish to use in a number
of applications. This module has no entry point. I have included a
stylesheet which contains default styles for one of the custom widgets
in the module xml file.

I am developing in eclipse Ganymede. This version of eclipse does not
seem to allow you to use the word public in a package name. Therefore
I have placed the .css file in a different package and added a <public
path = 'nn' /> statement in the module. The stylesheet is not being
found.

Here is the gwt.xml file for the non-entrypoint module.
<module>
          <public path = "com/acme/gwt/framework/css" />
          <stylesheet src="/List.css" />
</module>

I have included this module in a module with an entrypoint, but when I
run the module I get a 404 error for List.css.

Can anybody give a clue as to what I am doing incorrectly?

regards.

        martinp


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to