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

Class MSVSSCP

  • All Implemented Interfaces:
    java.lang.Cloneable, MSVSSConstants


    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

    • Constructor Detail

      • MSVSSCP

        public MSVSSCP()
    • Method Detail

      • buildCmdLine

        protected Commandline buildCmdLine()
        Builds a command line to execute ss.
        Returns:
        The constructed commandline.
      • setAutoresponse

        public void setAutoresponse(java.lang.String response)
        Autoresponse behaviour. Valid options are Y and N.
        Parameters:
        response - The auto response value.