Hello,
In my work I use CCNET to make builds for the software that we make. I
have used CCNET for a year, and changed several versions on my
machine, but now I have a problem that I can't resolve and that's why
I write here. My boss requires that the when the software is ready, I
compress the files using the "package publisher", and the package name
must be in this format "My_software_[Date]_[Time]", so that if he
download more than one versions on his machine, he knows which version
from when it is, only by it's name. So, I don't know how to get the
system time in the publisher's block of my configuration file, to name
the package this way. I read about dynamic parameters, but I didn't
understand them. I have never used dynamic parameters before, and
tried some examples but they didn't work. So, I tried to use date
labeller
<labeller type="dateLabeller" />
and later, to do this in the package publisher:
          <package>
                  <name>StyleGuru_$(CCNetBuildDate)</name>
                  <compression>9</compression>
                  .......
          </package>
but I get the error that this CCNetBuildDate is unknown reference. So,
I don't know how to do the job :(.
I am using CCNET 1.6, please, if you know how I can get the system
time, let me know.
Thanks.

Reply via email to