You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Andrew Zeon <An...@hothouse.com.au> on 2003/02/05 06:02:28 UTC

Tagging cvs source files with build.xml

Hi,

I want to tag my cvs source files in my build.xml file. How can I do this?

Thanks.



Re: Tagging cvs source files with build.xml

Posted by Conor MacNeill <co...@cortexebusiness.com.au>.
Andrew Zeon wrote:
> Hi,
> 
> I want to tag my cvs source files in my build.xml file. How can I do this?
> 

Something like

  <cvs dest="." command="tag -F BUILD_${buildnum}"/>

Conor