I have a jar that has some client components to be used on multiple projects. The code part works fine. My problem is trying to include a stylesheet for those components with the jar. I keep getting could a file be missing from the public path..so I'm thinking it's in my gwt.xml file. setup is as follows:
tools ---client.components --------etc ----public --------components.css in my gwt.xml file: <module> <inherits name="com.google.gwt.user.User"/> <source path="tools" /> <stylesheet src='components.css' /> </module> I have also tried adding a <public path='public' />, same issue. inside my project that includes the tools library I have a reference to <inherits name='tools'/> this seemingly works. Do I need to add the public path to main project? I would think not, so that my tools jar handles all the necessary setup...but maybe this is incorrect thinking? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
