Sanjoy,

I think you want something like this:

<property name="Release.Tag" value="Src"/>

<tstamp>
        <formatter property="DSTAMP" pattern="yyyyMMdd" verbose="true">
        <formatter property="TSTAMP" pattern="HHmm"/>
</tstamp>

<vsslabel label="${Release.Tag}${DSTAMP}${TSTAMP}" ... />

The '...' in the vsslabel task is what you would put in for your environment. 

Felice

-----Original Message-----
From: Sanjoy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 23, 2004 7:36 AM
To: Melissa Kacher (Temporary)
Cc: Felice Vittoria; [EMAIL PROTECTED]
Subject: [Help][Nant User][Create Tag/Label after VSS Checkout]


Dear All,
I  want to  create a Tag/Label after VSSget of source code for compilation.
I want to Create Labnel for eg "Src200411221810"
 How to do so?

 <property name="Release.Tag" value="Src"/>
 <tstamp  property="DSTAMP" pattern="yyyyMMdd" verbose="true">
     <formatter property="TSTAMP" pattern="HHmm"/>
  </tstamp>
  vssLabel="${Release.Tag}"

I tried with the above script but I dont know how to assign the value in 
the "Release.Tag"
Please help me out.

Thanks
Sanjoy           
 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to