This is one solution... another is to create an entirely new GWT Module as a "library", add all the <script> and <stylesheet> tags to that Modules XML file, package it up in a jar, and <inherit> the library module in you app module. All the resources will be copied to the output folder at compile time.
On Apr 14, 6:26 pm, loudo <[email protected]> wrote: > I have found a solution. > > I have add the javascript of the ext directory in the jar of the gwt- > ext api : gwtext.jar > > first i have create this directory : com\gwtext\public\js\ext > i have copy : > - adapter directory > - resources directory > - ext-all.js > - ext-all-debug.js > - ext-core.js > - ext-core-debug.js > > i add all this files in the gwtext.jar > > And now it works with this new jar files. > > The javascript files seem to be copied when the module has been > generated. > > On 14 avr, 21:58, TimOnGmail <[email protected]> wrote: > > > > > Hi all... > > > I'm using GWT-EXT, and it needs to be copied into war/js/ext every > > time I build my project. However, every time I build my project, it > > gets deleted and I have to copy it manually. > > > Does anyone know where I would put the ext folder - or what files I > > modify to point to it - so that the Eclipse plugin will copy it for > > every build? > > > - Tim --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
