How can I share resources among several projects (diferent projects,
not modules, for modules it work's )
for example if i have a ressources folder with several files (css,
images, etc)
and I want to use them in other project that just references the first
one,
how can i do this?

ex:

project1
      src
          ...
      war
          resources
                     oneresource.css




 project2
     src
         ..
     war
         ...


project1.gwt.xml
       ..
          <stylesheet src="resources/oneresource.css" />
      ...

project2.gwt.xml
        ...
       <inherits name="project1" />
       ...


in this case when i run project2, it can´t find oneresource.css


i´m using
eclipse 3.4
gwt 1.6 (with eclipse plugin)

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