org.apache.tools.ant.taskdefs.optional.vss
public class MSVSSGET extends MSVSS
UNKNOWN: name="vssget" category="scm" name="vdl" description="Only one of version, date or label"
Method Summary | |
---|---|
void | setAutoresponse(String response)
Autoresponce behaviour. |
void | setDate(String date)
Date to get.
|
void | setFileTimeStamp(CurrentModUpdated timestamp)
Date and time stamp given to the local copy. |
void | setLabel(String label)
Label to get.
|
void | setLocalpath(Path localPath)
Override the project working directory.
|
void | setQuiet(boolean quiet)
Enable quiet mode. |
void | setRecursive(boolean recursive)
Get files recursively. |
void | setVersion(String version)
Version to get.
|
void | setWritable(boolean writable)
Unset the READ-ONLY flag on files retrieved from VSS. |
void | setWritableFiles(WritableFiles files)
Action taken when local files are writable. |
Parameters: response The auto response value.
Parameters: date The date to get.
UNKNOWN: group="vdl"
current
.
Parameters: timestamp The file time stamping behaviour.
Parameters: label The label to get.
UNKNOWN: group="vdl"
Parameters: localPath The path on disk.
Parameters: quiet The boolean value for quiet.
Parameters: recursive The boolean value for recursive.
Parameters: version The version to get.
UNKNOWN: group="vdl"
Parameters: writable The boolean value for writable.
fail
.
Due to ss.exe returning with an exit code of '100' for both errors and when
a file has been skipped, failonerror
is set to false when using
the skip
option.
Parameters: files The action to take.