I would second that. Maven is your answer for putting your build on
steroids, but yes another discussion that one is :0)

On Mon, Apr 26, 2010 at 12:43 PM, ponthiaux eric
<[email protected]>wrote:

> Humm . Maven seems to be your solution .
>
> Take à look at http://maven.apache.org/ .
>
> Maven completely automatize the delivery process , and you never have to
> commit your librairies .
>
> regargs .
>
> 2010/4/26 jbdhl <[email protected]>
>
> 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 GAE jars to 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]<google-web-toolkit%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>>
>
>
> --
> Eric Ponthiaux
>
> 09 54 02 00 78
>
> [email protected]
>
> --
> 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]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://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