org.apache.tools.ant.taskdefs
public class CVSPass extends Task
Since: Ant 1.4
UNKNOWN: category="scm"
Constructor Summary | |
---|---|
CVSPass()
Create a CVS task using the default cvspass file location. |
Method Summary | |
---|---|
void | execute()
Does the work.
|
void | setCvsroot(String cvsRoot)
The CVS repository to add an entry for.
|
void | setPassfile(File passFile)
Password file to add the entry to.
|
void | setPassword(String password)
Password to be added to the password file.
|
Throws: BuildException if something goes wrong with the build
Parameters: cvsRoot the CVS repository
Parameters: passFile the password file.
Parameters: password the password.