org.apache.tools.ant.taskdefs.optional.vss
public class MSVSSCHECKOUT extends MSVSS
UNKNOWN: name="vsscheckout" category="scm" name="vdl" description="Only one of version, date or label"
| Method Summary | |
|---|---|
| protected Commandline | buildCmdLine()
Builds a command line to execute ss. |
| void | setAutoresponse(String response)
Autoresponce behaviour. |
| void | setDate(String date)
Date to check-out.
|
| void | setFileTimeStamp(CurrentModUpdated timestamp)
Date and time stamp given to the local copy. |
| void | setGetLocalCopy(boolean get)
Retrieve a local copy during a checkout. |
| void | setLabel(String label)
Label to check-out.
|
| void | setLocalpath(Path localPath)
Override the project working directory.
|
| void | setRecursive(boolean recursive)
Check-out files recursively. |
| void | setVersion(String version)
Version to check-out.
|
| void | setWritableFiles(WritableFiles files)
Action taken when local files are writable. |
Returns: The constructed commandline.
Parameters: response The auto response value.
Parameters: date The date to check-out.
UNKNOWN: group="vdl"
current.
Parameters: timestamp The file time stamping behaviour.
Parameters: get The get local copy behaviour
Parameters: label The label to check-out.
UNKNOWN: group="vdl"
Parameters: localPath The path on disk.
Parameters: recursive The boolean value for recursive.
Parameters: version The version to check-out.
UNKNOWN: group="vdl"
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 writable files behaviour