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
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
nal Message-
> From: S I [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 12, 2005 9:19 AM
> To: user@ant.apache.org
> Subject: Doing patch builds
>
>
> Hi
>
> I was hoping someone could put me on the right track please.
>
> I finally automated my whole build
Hi
I was hoping someone could put me on the right track please.
I finally automated my whole build and deployment as well as writing code to
handle branch builds. Now I need to write code to handle patch builds.
This is when the developers hand over couple of modified files which need to
be