yep i did. this is the structure i used
Project *|----->*src *|----->**|----->com.test.public* *|----->**|------|----->js **|----->****|------|----->index.html *|----->|----->index.gwt.xml |----->|----->com.test.client *|----->*|----->com.test.server *|----->*WebFolder |----->|----->WEB-INF |----->|----->METAINF Into WebFolder there is none .html files and public folder is at the same level that you module file (.gwt.xml) inside public folder you'll have .html file and js folder (for js-ext) everything you punt into public folder is copied inside WebFolder in compile time, so you'll only see those files inside your .war file. Here is also an screenshoot. Hope it helps, _____________________ Ing. Gabriel Gutiérrez On Wed, May 27, 2009 at 9:53 AM, Amendez <[email protected]> wrote: > > > > Is anyone has succes integretaing EXT to GWT PROJECT with GWT-EXT > 2.0.6?. I've been trying it , but I have problems with ext files. > > WARNING: No file found for: /stockwatcher/js/ext/adapter/ext/ext- > base.js > > my structure look like this: > > stockwatcher > | > --> src > | > --> war > | > --> WEB-INF > | > --> js > | > --> ext > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" 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/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
<<attachment: projectStructure.JPG>>
