Cari di Apache Ant 
    Apache Ant Tutorial
Daftar Isi
(Sebelumnya) CvsCvsTagDiff (Berikutnya)
Apache Ant Tasks

CVSPass

cvspass

Description

Adds entries to a .cvspass file. Adding entries to this file has the same affect as a cvs login command.

CVSNT Note: CVSNT prefers users to store the passwordsinside the registry. If the task doesn't seem to work for you, themost likely reason is that CVSNT ignores your .cvspass filecompletely. See bugzilla report 21657 for recommended workarounds.

Parameters

Attribute Description Required
cvsroot the CVS repository to add an entry for. Yes
password Password to be added to the password file. Yes
passfile Password file to add the entry to. No, default is ~/.cvspass.

Examples

  <cvspass cvsroot=":pserver:[email protected]:/home/cvspublic"   password="anoncvs"  />

Adds an entry into the ~/.cvspass password file.

(Sebelumnya) CvsCvsTagDiff (Berikutnya)