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
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
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
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