Hi, I have these lines in my build.xml file:
<property name="tagname" value="release-2003-01-06"/>
<cvs command="tag ${tagname}"/>
This doesn't work. It doesn't tag the source files.
However, this works:
<cvs command="release-2003-01-06"/>
What is wrong?
Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
