Hi all,
I'm trying to use the cvs-checkout task, and I'm supplying it with a password in the build file. However, when it is run, it still prompts for my password even though I already put it in the XML. My cvs-checkout task line looks like this:
<
cvs-checkout cvsroot=":ext:[EMAIL PROTECTED]:/root" password="password" module="HelloWorld" />Has anyone got this to work?
Thanks.