Hi, I'm trying to add cvs stuff into my build script, to automate the 
tagging of code when I make a release, I'm using the following:

        <target name="cvstag">
                <cvs command="tag -c -F jtime-${DSTAMP}" />
        </target>

But when I run, I get:

cvstag:
      [cvs] cvs [tag aborted]: tag `jtime-${DSTAMP}' must not contain the 
characters `$,.:;@'


Shouldn't the ${DSTAMP} be getting expanded before the <cvs /> tag gets its 
properties or am I missing something obvious?

Mark

                                   -- \m/ --
  "...if I seem super human I have been misunderstood." (c) Dream Theater
          [EMAIL PROTECTED] - ICQ: 1934853 JID: [EMAIL PROTECTED]

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to