RE: getting tag from CVS for use in Ant

2004-11-03 Thread Dominique Devienne
> 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 ] ?

RE: getting tag from CVS for use in Ant

2004-11-03 Thread Alison Monteith
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

RE: getting tag from CVS for use in Ant

2004-11-03 Thread Alison Monteith
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

RE: getting tag from CVS for use in Ant

2004-11-02 Thread Dominique Devienne
@{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

getting tag from CVS for use in Ant

2004-11-02 Thread Alison Monteith
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