RE: VSS Re-Labeling

2005-01-28 Thread Velagapudi, Murali
MAIL PROTECTED] Sent: Friday, January 28, 2005 8:28 PM To: user@ant.apache.org Subject: RE: VSS Re-Labeling I'd use the ant task, and add the recursive property: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 3:19 PM To: user@a

RE: VSS Re-Labeling

2005-01-28 Thread ed . wittmann
I'd use the ant task, and add the recursive property: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 3:19 PM To: user@ant.apache.org Subject: Re: VSS Re-Labeling If you find that you can do something using the ss command lin

Re: VSS Re-Labeling

2005-01-28 Thread Ninju Bohra
If you find that you can do something using the ss command line app that you can't do via the VSS task(s) you have two options: 1) Use the task and invoke the ss command line app directly 2) Modify the MSVSS(LABEL, AND, CREATE, etc...) task classes to take the addition parameters. These task cla

VSS Re-Labeling

2005-01-28 Thread Velagapudi, Murali
Hi, ss Label $/root/java2/file1.java "-vl label1" "-l label2" -I-Y By Executing the above command it renames the label1 to label2 for the file file1.java is there any way to do this from ANT, Finally I wanted to re-label all the files in the project under root which have "label1" but if i