Re: Doing patch builds

2005-07-13 Thread S I
Thank you. I have some ideas now. :) Original Message Follows From: Uri <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: Ant Users List Subject: Re: Doing patch builds Date: Wed, 13 Jul 2005 15:19:48 +0400 MIME-Version: 1.0 Received: from mail.apache.org ([209.237.227

Re: Doing patch builds

2005-07-13 Thread Uri
Hi you can try using tags in cvs. so builder will work like this: 1 step: find all in cvs that doesn't match your last saved tag (result should be updated files) and update them 2 step: tag all with new tag and save it Hi I was hoping someone could put me on the right track please. I finall

RE: Doing patch builds

2005-07-12 Thread Anderson, Rob (Global Trade)
I would discourage you from persuing a patch build solution. I would suggest that a patch build be treated as an entire new build. There are several advantages to this approach. 1. The build and deployment process is always the same. 2. The person doing the build and deploy does not need to know