org.apache.tools.ant.taskdefs.optional.vss

Class MSVSSCP

public class MSVSSCP extends MSVSS

Performs CP (Change Project) commands to Microsoft Visual SourceSafe.

This task is typically used before a VssAdd in order to set the target project

UNKNOWN: name="vsscp" category="scm"

Method Summary
protected CommandlinebuildCmdLine()
Builds a command line to execute ss.
voidsetAutoresponse(String response)
Autoresponce behaviour.

Method Detail

buildCmdLine

protected Commandline buildCmdLine()
Builds a command line to execute ss.

Returns: The constructed commandline.

setAutoresponse

public void setAutoresponse(String response)
Autoresponce behaviour. Valid options are Y and N.

Parameters: response The auto response value.

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.