public void setConfigInfo(String configInfo) throws BuildException(Code)
Set the configuration for which the script should be generated. The default is set to be configuration independent.
Parameters: configInfo - an ampersand separated list of configuration (for example win32, win32, x86 & macoxs, carbon, ppc). throws: BuildException -
setPackagePropertyFile
public void setPackagePropertyFile(String propertyFile)(Code)
Set the property file containing information about packaging
Parameters: propertyFile - the path to a property file
setWorkingDirectory
public void setWorkingDirectory(String installLocation)(Code)
Set the folder in which the scripts will be generated.
Parameters: installLocation - the location where the scripts will be generated and the files fetched.
setZipsDirectory
public void setZipsDirectory(String filename)(Code)
Set the name of the file listing all the files that must be unzipped.
Parameters: filename -