Well, what I was concerned with was, in Hosted mode, Eclipse making
sure to copy local JS resources into the desired place in the target
folder in the 'war' hierarchy.

I found the answer to my problem, however:

1. Put my 'js' folder in myProject/war/WEB-INF/classes/com/mycompany/
myproject/web/public
2. The references in the .gwt.xml file used relative paths 'js/...'

The GWT builder in Eclipse then copied everything in 'js' to myproject/
war/mymodule/js

I don't know why it works this way, but it does.

- Tim

On Apr 15, 3:15 am, Salvador Diaz <[email protected]> wrote:
> If all you want to do is include some external js 
> files:http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=goog...
> If you're looking at including jars in your war, it could be worth to
> look at something for managing your dependencies (like 
> maven):http://maven.apache.org
>
> Cheers,
>
> Salvador
>
> On Apr 14, 9:58 pm, 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- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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