Alex Bairov wrote:
> 
> Hello,
> 
>       We are deploying .ear containing 12 ejb .jars and 1 .war. It
>       takes 3 minutes to deploy, even if I have changed only one .jar.
>       Could I speed this up somehow?
> 
> --
> Best regards,
> Alex Bairov

Hi Alex.
When you do your builds, make sure that your unchanged jars are not
touched.  I have my Ant script check to see if the files in a particular
Jar have been updated before it builds that jar.  If it doesn't need to
be rebuilt, the Ant script skips on to the next jar.

-Steve
-- 
Stephen Davidson
Java Consultant
Delphi Consultants, LLC
http://www.delphis.com
Phone: 214-696-6224 x208

Reply via email to