I have my libraries configured under Java/Build Path/Users Libraries
and when I need them I just add it to my projects (Java Build Path/
Libraries/Add Library/User Library) and check Java EE Module
Dependencies. This is for a Dynamic Web Project.

On Apr 26, 12:39 pm, jbdhl <[email protected]> wrote:
> In GWT projects, .jar files should eventually end up in war/WEB-INF/lib/, but 
> this lib/ dir is kind of dynamic as Eclipse automatically
> copies relevant GWT and GAEjarsto it. Therefore, if lib/ was under
> version control, its contents would likely be re-committed each time a
> new developer commits -- depending on which local jar versions he
> uses. I would therfore rather prefer to store my external jar files
> (such as "objectify.jar") in another directory, say
> "toBeCopiedToLib/", and have this dir, with very limited and static
> content, under version control. Then, upon each build toBeCopiedToLib/
> *.jar should be copied to lib/.
>
> How can I do this? (I use Eclipse with the Google plugin - not an ant
> build file from a terminal)
>
> --
> 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 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

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