PDA

View Full Version : VSS get by label failed


ilyar
06-12-2003, 11:00 AM
I tried to get files by label see attachment.
But Visual Build stucks in one case in ather case gives error 100

pjaquiery
06-12-2003, 04:13 PM
The "rename label" step requires a leading L. Look carefully at the text in the label of the Version control. The line should look like:

L%BUILD_SOURCE_TEMP_LABEL"

BTW, if you are sending an email to multiple addresses you can simply list them in the To field with a , between each address:

%DEVELOPMENT_MANAGER_MAIL%, %CLIENT_TEAM_LEADER_MAIL%

also, macros are not case sensitive so you can use mixed case:

Client_team_leader_mail

so your code doesn't shout so much :-)

ilyar
06-15-2003, 01:24 AM
Thanks.
It seams to work now. It gets files by label but I never read about leading L in VisualBuild what does it mean to use or not to use L before label.