> From: Alison Monteith [mailto:[EMAIL PROTECTED]
> As I said earlier, this works quite well for me, but some of the
> developers are complaining about the error message when they try to
> build on the HEAD branch. Is there any way around this? Ie.
something
> equivalent to if [ ! -d CVS/Tag ] ?
l
and can't find anything.
Alison
-Original Message-
From: Dominique Devienne [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 02, 2004 6:48 PM
To: Ant Users List
Subject: RE: getting tag from CVS for use in Ant
This is how I extract a CVS branch sticky tag. If you use the HEAD
branc
This is exactly what I need. Thanks!
-Original Message-
From: Dominique Devienne [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 02, 2004 6:48 PM
To: Ant Users List
Subject: RE: getting tag from CVS for use in Ant
This is how I extract a CVS branch sticky tag. If you use the HEAD
@{name}/CVS/Tag> ">
From: Alison Monteith [mailto:[EMAIL PROTECTED]
Sent: Tue 11/2/2004 5:39 PM
To: Ant Users List
Subject: getting tag from CV
Hi,
I don't know much about ant and am trying to fix a problem in our
existing build.xml file.
We have many branches in CVS and our normal procedue is to checkout out
a module which contains a build.xml file then run an ant package in this
directory which creates our software packages etc. As